Searched refs:fOutPoint (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/modules/skottie/src/layers/ |
D | AudioLayer.cpp | 27 , fOutPoint(out_point) in ForwardingPlaybackController() 33 if (t < fInPoint || t > fOutPoint) { in onSeek() 47 fOutPoint, member in skottie::internal::__anondfe39f4b0111::ForwardingPlaybackController 71 layer_info->fOutPoint, in attachAudioLayer()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieValue.h | 42 fOutPoint, // "out" control point, relative to the vertex member 47 && fOutPoint == other.fOutPoint
|
D | SkottieValue.cpp | 197 lerp_point(v0.fVertices[i].fOutPoint, v1.fVertices[i].fOutPoint, t2f), in Lerp() 216 const auto c0 = shape.fVertices[from].fVertex + shape.fVertices[from].fOutPoint, in As()
|
D | Layer.cpp | 385 if (layer_info.fInPoint >= layer_info.fOutPoint) { in attachLayer() 387 "Invalid layer in/out points: %f/%f.", layer_info.fInPoint, layer_info.fOutPoint); in attachLayer() 496 layer_info.fOutPoint); in attachLayer()
|
D | Skottie.cpp | 561 , fOutPoint(outPoint) in Animation() 607 const auto kLastValidFrame = std::nextafter(fOutPoint, fInPoint); in seek() 609 fScene->animate(SkTPin(fInPoint + t * (fOutPoint - fInPoint), fInPoint, kLastValidFrame), ic); in seek()
|
D | SkottiePriv.h | 236 fOutPoint; member
|
/third_party/skia/modules/skottie/include/ |
D | Skottie.h | 262 double outPoint() const { return fOutPoint; } in outPoint() 282 fOutPoint, variable
|
/third_party/flutter/skia/modules/skottie/include/ |
D | Skottie.h | 251 fOutPoint, variable
|
/third_party/skia/modules/skottie/src/ |
D | Skottie.cpp | 467 , fOutPoint(outPoint) in Animation() 512 const auto kLastValidFrame = std::nextafterf(fOutPoint, fInPoint), in seekFrame()
|
D | SkottiePriv.h | 256 fOutPoint; member
|
D | Layer.cpp | 527 fInfo.fOutPoint); in buildRenderTree()
|