Searched refs:fOutPoint (Results 1 – 12 of 12) sorted by relevance
/external/skia/modules/skottie/src/ |
D | SkottieValue.h | 44 fOutPoint, // "out" control point, relative to the vertex member 49 && fOutPoint == other.fOutPoint
|
D | SkottieValue.cpp | 199 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()
|
D | SkottieLayer.cpp | 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()
|
D | SkottiePriv.h | 185 fOutPoint; member
|
D | Skottie.cpp | 540 , fOutPoint(outPoint) in Animation() 591 fScene->animate(fInPoint + SkTPin(t, 0.0f, 1.0f) * (fOutPoint - fInPoint)); in seek()
|
/external/skqp/modules/skottie/src/ |
D | SkottieValue.h | 44 fOutPoint, // "out" control point, relative to the vertex member 49 && fOutPoint == other.fOutPoint
|
D | SkottieValue.cpp | 199 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()
|
D | SkottieLayer.cpp | 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()
|
D | Skottie.cpp | 477 , fOutPoint(outPoint) in Animation() 513 fScene->animate(fInPoint + SkTPin(t, 0.0f, 1.0f) * (fOutPoint - fInPoint)); in seek()
|
D | SkottiePriv.h | 179 fOutPoint; member
|
/external/skqp/modules/skottie/include/ |
D | Skottie.h | 227 fOutPoint, variable
|
/external/skia/modules/skottie/include/ |
D | Skottie.h | 241 fOutPoint, variable
|