Home
last modified time | relevance | path

Searched refs:fInPoint (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/modules/skottie/src/layers/
DAudioLayer.cpp26 , fInPoint(in_point) in ForwardingPlaybackController()
33 if (t < fInPoint || t > fOutPoint) { in onSeek()
36 t = (t - fInPoint) / fFps; in onSeek()
46 const float fInPoint, member in skottie::internal::__anone3e272280111::ForwardingPlaybackController
70 layer_info->fInPoint, in attachAudioLayer()
DFootageLayer.cpp127 -layer_info->fInPoint, in attachFootageAsset()
/third_party/flutter/skia/modules/skottie/src/
DSkottieValue.h41 SkPoint fInPoint, // "in" control point, relative to the vertex member
46 return fInPoint == other.fInPoint
DSkottieValue.cpp196 lerp_point(v0.fVertices[i].fInPoint , v1.fVertices[i].fInPoint , t2f), in Lerp()
217 c1 = shape.fVertices[to].fVertex + shape.fVertices[to].fInPoint; in As()
DSkottie.cpp560 , fInPoint(inPoint) 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()
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()
495 layer_info.fInPoint, in attachLayer()
DSkottiePriv.h235 const float fInPoint, member
/third_party/skia/modules/skottie/include/
DSkottie.h257 double inPoint() const { return fInPoint; } in inPoint()
281 const double fInPoint, variable
/third_party/skia/modules/skottie/src/
DSkottie.cpp466 , fInPoint(inPoint) in Animation()
512 const auto kLastValidFrame = std::nextafterf(fOutPoint, fInPoint), in seekFrame()
513 comp_time = SkTPin<float>(fInPoint + t, fInPoint, kLastValidFrame); in seekFrame()
DSkottiePriv.h255 const float fInPoint, member
DLayer.cpp526 fInfo.fInPoint, in buildRenderTree()
/third_party/flutter/skia/modules/skottie/src/layers/
DImageLayer.cpp84 -layer_info->fInPoint, in attachImageAsset()
/third_party/flutter/skia/modules/skottie/include/
DSkottie.h250 const SkScalar fInPoint, variable