Home
last modified time | relevance | path

Searched refs:fInPoint (Results 1 – 13 of 13) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieValue.h41 SkPoint fInPoint, // "in" control point, relative to the vertex member
46 return fInPoint == other.fInPoint
DSkottieValue.cpp222 lerp_point(v0.fVertices[i].fInPoint , v1.fVertices[i].fInPoint , t2f), in Lerp()
243 c1 = shape.fVertices[to].fVertex + shape.fVertices[to].fInPoint; in As()
DSkottie.cpp439 , fInPoint(inPoint) in Animation()
483 const auto kLastValidFrame = std::nextafterf(fOutPoint, fInPoint); in seekFrame()
485 fScene->animate(SkTPin<float>(fInPoint + t, fInPoint, kLastValidFrame), ic); in seekFrame()
DLayer.cpp379 if (layer_info.fInPoint >= layer_info.fOutPoint) { in buildRenderTree()
382 layer_info.fInPoint, layer_info.fOutPoint); in buildRenderTree()
469 layer_info.fInPoint, in buildRenderTree()
DSkottiePriv.h227 const float fInPoint, member
/external/skqp/modules/skottie/src/
DSkottieValue.h43 SkPoint fInPoint, // "in" control point, relative to the vertex member
48 return fInPoint == other.fInPoint
DSkottieValue.cpp198 lerp_point(v0.fVertices[i].fInPoint , v1.fVertices[i].fInPoint , t2f), in Lerp()
219 c1 = shape.fVertices[to].fVertex + shape.fVertices[to].fInPoint; in As()
DSkottieLayer.cpp362 layer_info.fInPoint, in attachImageAsset()
470 if (layer_info.fInPoint >= layer_info.fOutPoint) { in attachLayer()
472 "Invalid layer in/out points: %f/%f.", layer_info.fInPoint, layer_info.fOutPoint); in attachLayer()
563 layer_info.fInPoint, layer_info.fOutPoint)); in attachLayer()
DSkottie.cpp476 , fInPoint(inPoint) in Animation()
513 fScene->animate(fInPoint + SkTPin(t, 0.0f, 1.0f) * (fOutPoint - fInPoint)); in seek()
DSkottiePriv.h178 float fInPoint, member
/external/skqp/modules/skottie/include/
DSkottie.h226 const SkScalar fInPoint, variable
/external/skia/modules/skottie/include/
DSkottie.h223 const double fInPoint, variable
/external/skia/modules/skottie/src/layers/
DImageLayer.cpp115 -layer_info->fInPoint, in attachImageAsset()