Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieValue.h44 fOutPoint, // "out" control point, relative to the vertex member
49 && fOutPoint == other.fOutPoint
DSkottieValue.cpp199 lerp_point(v0.fVertices[i].fOutPoint, v1.fVertices[i].fOutPoint, t2f), in Lerp()
218 const auto c0 = shape.fVertices[from].fVertex + shape.fVertices[from].fOutPoint, in As()
DSkottieLayer.cpp472 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()
DSkottiePriv.h185 fOutPoint; member
DSkottie.cpp540 , fOutPoint(outPoint) in Animation()
591 fScene->animate(fInPoint + SkTPin(t, 0.0f, 1.0f) * (fOutPoint - fInPoint)); in seek()
/external/skqp/modules/skottie/src/
DSkottieValue.h44 fOutPoint, // "out" control point, relative to the vertex member
49 && fOutPoint == other.fOutPoint
DSkottieValue.cpp199 lerp_point(v0.fVertices[i].fOutPoint, v1.fVertices[i].fOutPoint, t2f), in Lerp()
218 const auto c0 = shape.fVertices[from].fVertex + shape.fVertices[from].fOutPoint, in As()
DSkottieLayer.cpp470 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.cpp477 , fOutPoint(outPoint) in Animation()
513 fScene->animate(fInPoint + SkTPin(t, 0.0f, 1.0f) * (fOutPoint - fInPoint)); in seek()
DSkottiePriv.h179 fOutPoint; member
/external/skqp/modules/skottie/include/
DSkottie.h227 fOutPoint, variable
/external/skia/modules/skottie/include/
DSkottie.h241 fOutPoint, variable