Searched refs:fInPoint (Results 1 – 12 of 12) sorted by relevance
/external/skia/modules/skottie/src/ |
D | SkottieValue.h | 43 SkPoint fInPoint, // "in" control point, relative to the vertex member 48 return fInPoint == other.fInPoint
|
D | SkottieValue.cpp | 198 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()
|
D | SkottieLayer.cpp | 364 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()
|
D | Skottie.cpp | 539 , fInPoint(inPoint) in Animation() 591 fScene->animate(fInPoint + SkTPin(t, 0.0f, 1.0f) * (fOutPoint - fInPoint)); in seek()
|
D | SkottiePriv.h | 184 float fInPoint, member
|
/external/skqp/modules/skottie/src/ |
D | SkottieValue.h | 43 SkPoint fInPoint, // "in" control point, relative to the vertex member 48 return fInPoint == other.fInPoint
|
D | SkottieValue.cpp | 198 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()
|
D | SkottieLayer.cpp | 362 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()
|
D | Skottie.cpp | 476 , fInPoint(inPoint) in Animation() 513 fScene->animate(fInPoint + SkTPin(t, 0.0f, 1.0f) * (fOutPoint - fInPoint)); in seek()
|
D | SkottiePriv.h | 178 float fInPoint, member
|
/external/skqp/modules/skottie/include/ |
D | Skottie.h | 226 const SkScalar fInPoint, variable
|
/external/skia/modules/skottie/include/ |
D | Skottie.h | 240 const SkScalar fInPoint, variable
|