Lines Matching refs:ApplyCache
86 ResVec2Anim::ApplyCache( in ApplyCache() function in nw::anim::res::ResVec2Anim
134 ResVec3Anim::ApplyCache( in ApplyCache() function in nw::anim::res::ResVec3Anim
191 ResRgbaColorAnim::ApplyCache( in ApplyCache() function in nw::anim::res::ResRgbaColorAnim
270 ResTextureAnim::ApplyCache( in ApplyCache() function in nw::anim::res::ResTextureAnim
330 void ResTransformAnim::ApplyCache( in ApplyCache() function in nw::anim::res::ResTransformAnim
466 static_cast<const ResFloatAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
469 static_cast<const ResIntAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
472 static_cast<const ResBoolAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
475 static_cast<const ResVec2Anim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
478 static_cast<const ResVec3Anim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
481 static_cast<const ResTransformAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
484 static_cast<const ResRgbaColorAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
487 static_cast<const ResTextureAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()