Home
last modified time | relevance | path

Searched refs:getFrameData (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/modules/skottie/src/layers/
H A DFootageLayer.cpp51 auto frame_data = fAsset->getFrameData((t + fTimeBias) * fTimeScale);
131 auto frame_data = asset_info->fAsset->getFrameData(0); in attachFootageAsset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h87 std::unique_ptr<IPDBEnumFrameData> getFrameData() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h95 getFrameData() const = 0;
/third_party/skia/modules/skresources/include/
H A DSkResources.h39 * DEPRECATED: override getFrameData() instead.
65 * If the image asset is static, getFrameData() is only called once, at animation load time.
73 virtual FrameData getFrameData(float t);
/third_party/skia/modules/svg/src/
H A DSkSVGImage.cpp54 return imageAsset ? imageAsset->getFrameData(0).image : nullptr; in LoadImage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h95 std::unique_ptr<IPDBEnumFrameData> getFrameData() const override;
/third_party/skia/modules/skottie/tests/
H A DImage.cpp78 FrameData getFrameData(float t) override { in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp214 NativeSession::getFrameData() const { in getFrameData() function in NativeSession
/third_party/skia/modules/skresources/src/
H A DSkResources.cpp96 ImageAsset::FrameData ImageAsset::getFrameData(float t) { in getFrameData() function in skresources::ImageAsset
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp416 DIASession::getFrameData() const { in getFrameData() function in DIASession

Completed in 8 milliseconds