Searched refs:FogBinderArray (Results 1 – 2 of 2) sorted by relevance
83 typedef ut::MoveArray<FogBinder> FogBinderArray; typedef214 FogBinderArray::iterator GetFogBegin() in GetFogBegin()223 FogBinderArray::const_iterator GetFogBegin() const in GetFogBegin()232 FogBinderArray::iterator GetFogEnd() in GetFogEnd()241 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd()329 FogBinderArray m_Fogs;
48 SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinderEnd = setting.GetFogEnd(); in ApplyFrom()49 for (SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinder = setting.GetFogBegin(); in ApplyFrom()