Searched refs:fInPoint (Results 1 – 13 of 13) sorted by relevance
/external/skia/modules/skottie/src/ |
D | SkottieValue.h | 41 SkPoint fInPoint, // "in" control point, relative to the vertex member 46 return fInPoint == other.fInPoint
|
D | SkottieValue.cpp | 222 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()
|
D | Skottie.cpp | 439 , 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()
|
D | Layer.cpp | 379 if (layer_info.fInPoint >= layer_info.fOutPoint) { in buildRenderTree() 382 layer_info.fInPoint, layer_info.fOutPoint); in buildRenderTree() 469 layer_info.fInPoint, in buildRenderTree()
|
D | SkottiePriv.h | 227 const 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 | 223 const double fInPoint, variable
|
/external/skia/modules/skottie/src/layers/ |
D | ImageLayer.cpp | 115 -layer_info->fInPoint, in attachImageAsset()
|