Home
last modified time | relevance | path

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

/external/skqp/experimental/canvaskit/
Dskottie_bindings.cpp52 JSArray getColorProps() const { in getColorProps() function in __anonefcc25170111::ManagedAnimation
55 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()
147 .function("getColorProps" , &ManagedAnimation::getColorProps) in EMSCRIPTEN_BINDINGS()
/external/skia/modules/canvaskit/
Dskottie_bindings.cpp196 JSArray getColorProps() const { in getColorProps() function in __anonb93badeb0111::ManagedAnimation
199 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()
350 .function("getColorProps" , &ManagedAnimation::getColorProps) in EMSCRIPTEN_BINDINGS()
/external/skia/modules/canvaskit/tests/
Dskottie.spec.js284 const colors = animation.getColorProps();
306 const colors = animation.getColorProps();
/external/skia/modules/skottie/utils/
DSkottieUtils.h48 std::vector<PropKey> getColorProps() const;
DSkottieUtils.cpp143 CustomPropertyManager::getColorProps() const { in getColorProps() function in skottie_utils::CustomPropertyManager
/external/skia/modules/skottie/gm/
DExternalProperties.cpp111 for (const auto& prop : fPropManager->getColorProps()) { in update_props()
DSkottieGM.cpp115 fColorProps = fPropManager->getColorProps(); in onOnceBeforeDraw()
/external/skqp/modules/skottie/utils/
DSkottieUtils.h79 std::vector<PropKey> getColorProps() const;
DSkottieUtils.cpp162 CustomPropertyManager::getColorProps() const { in getColorProps() function in skottie_utils::CustomPropertyManager
/external/skqp/modules/skottie/gm/
DSkottieGM.cpp111 fColors = fPropManager->getColorProps(); in onOnceBeforeDraw()
/external/skia/experimental/skottiekit/
Dskottiekit_bindings.cpp145 JSArray getColorProps() const { in getColorProps() function in __anona3893b0f0111::ManagedAnimation
148 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts705 const f = mAnim.getColorProps(); // $ExpectType ColorProperty[]
Dindex.d.ts816 getColorProps(): ColorProperty[]; method