Home
last modified time | relevance | path

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

/external/skia/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.cpp364 layer_info.fInPoint, in attachImageAsset()
472 if (layer_info.fInPoint >= layer_info.fOutPoint) { in attachLayer()
474 "Invalid layer in/out points: %f/%f.", layer_info.fInPoint, layer_info.fOutPoint); in attachLayer()
568 layer_info.fInPoint, layer_info.fOutPoint)); in attachLayer()
DSkottie.cpp539 , fInPoint(inPoint) in Animation()
591 fScene->animate(fInPoint + SkTPin(t, 0.0f, 1.0f) * (fOutPoint - fInPoint)); in seek()
DSkottiePriv.h184 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.h240 const SkScalar fInPoint, variable