Lines Matching refs:ApplyCache
84 ResVec2Anim::ApplyCache( in ApplyCache() function in nw::anim::res::ResVec2Anim
132 ResVec3Anim::ApplyCache( in ApplyCache() function in nw::anim::res::ResVec3Anim
189 ResRgbaColorAnim::ApplyCache( in ApplyCache() function in nw::anim::res::ResRgbaColorAnim
268 ResTextureAnim::ApplyCache( in ApplyCache() function in nw::anim::res::ResTextureAnim
328 void ResTransformAnim::ApplyCache( in ApplyCache() function in nw::anim::res::ResTransformAnim
464 static_cast<const ResFloatAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
467 static_cast<const ResIntAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
470 static_cast<const ResBoolAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
473 static_cast<const ResVec2Anim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
476 static_cast<const ResVec3Anim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
479 static_cast<const ResTransformAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
482 static_cast<const ResRgbaColorAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
485 static_cast<const ResTextureAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()