Lines Matching refs:Fog
37 class Fog : public TransformNode
40 NW_DISALLOW_COPY_AND_ASSIGN(Fog);
62 void operator() (Fog* fog) in operator()
119 Fog* Create(os::IAllocator* allocator);
130 Fog::Description m_Description;
142 static Fog* Create(
145 const Fog::Description& description,
272 Fog( in Fog() function
275 const Fog::Description& description) in Fog()
288 Fog( in Fog() function
291 const Fog::Description& description) in Fog()
305 virtual ~Fog() in ~Fog()