Searched refs:fInPoint (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/modules/skottie/src/layers/ |
D | AudioLayer.cpp | 26 , 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()
|
D | FootageLayer.cpp | 127 -layer_info->fInPoint, in attachFootageAsset()
|
/third_party/flutter/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 | 196 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()
|
D | Skottie.cpp | 560 , 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()
|
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() 495 layer_info.fInPoint, in attachLayer()
|
D | SkottiePriv.h | 235 const float fInPoint, member
|
/third_party/skia/modules/skottie/include/ |
D | Skottie.h | 257 double inPoint() const { return fInPoint; } in inPoint() 281 const double fInPoint, variable
|
/third_party/skia/modules/skottie/src/ |
D | Skottie.cpp | 466 , 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()
|
D | SkottiePriv.h | 255 const float fInPoint, member
|
D | Layer.cpp | 526 fInfo.fInPoint, in buildRenderTree()
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | ImageLayer.cpp | 84 -layer_info->fInPoint, in attachImageAsset()
|
/third_party/flutter/skia/modules/skottie/include/ |
D | Skottie.h | 250 const SkScalar fInPoint, variable
|