Lines Matching refs:Fog
35 class Fog : public TransformNode
38 NW_DISALLOW_COPY_AND_ASSIGN(Fog);
60 void operator() (Fog* fog) in operator()
117 Fog* Create(os::IAllocator* allocator);
128 Fog::Description m_Description;
140 static Fog* Create(
143 const Fog::Description& description,
270 Fog( in Fog() function
273 const Fog::Description& description) in Fog()
286 Fog( in Fog() function
289 const Fog::Description& description) in Fog()
303 virtual ~Fog() in ~Fog()