Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/layers/
DAudioLayer.cpp27 , 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/
DSkottieValue.h42 fOutPoint, // "out" control point, relative to the vertex member
47 && fOutPoint == other.fOutPoint
DSkottieValue.cpp197 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()
DLayer.cpp385 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()
DSkottie.cpp561 , 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()
DSkottiePriv.h236 fOutPoint; member
/third_party/skia/modules/skottie/include/
DSkottie.h262 double outPoint() const { return fOutPoint; } in outPoint()
282 fOutPoint, variable
/third_party/flutter/skia/modules/skottie/include/
DSkottie.h251 fOutPoint, variable
/third_party/skia/modules/skottie/src/
DSkottie.cpp467 , fOutPoint(outPoint) in Animation()
512 const auto kLastValidFrame = std::nextafterf(fOutPoint, fInPoint), in seekFrame()
DSkottiePriv.h256 fOutPoint; member
DLayer.cpp527 fInfo.fOutPoint); in buildRenderTree()