Searched refs:FogBinderArray (Results 1 – 2 of 2) sorted by relevance
81 typedef ut::MoveArray<FogBinder> FogBinderArray; typedef212 FogBinderArray::iterator GetFogBegin() in GetFogBegin()221 FogBinderArray::const_iterator GetFogBegin() const in GetFogBegin()230 FogBinderArray::iterator GetFogEnd() in GetFogEnd()239 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd()327 FogBinderArray m_Fogs;
46 SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinderEnd = setting.GetFogEnd(); in ApplyFrom()47 for (SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinder = setting.GetFogBegin(); in ApplyFrom()