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);
120 Fog::Description m_Description;
132 static Fog* Create(
135 const Fog::Description& description,
216 Fog( in Fog() function
219 const Fog::Description& description) in Fog()
230 Fog( in Fog() function
233 const Fog::Description& description) in Fog()
245 virtual ~Fog() {} in ~Fog()