Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/canvaskit/
Dskottie_bindings.cpp115 JSArray getColorProps() const { in getColorProps() function in __anon51b6604a0111::ManagedAnimation
118 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()
212 .function("getColorProps" , &ManagedAnimation::getColorProps) in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/canvaskit/
Dskottie_bindings.cpp196 JSArray getColorProps() const { in getColorProps() function in __anon2a80f9d50111::ManagedAnimation
199 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()
350 .function("getColorProps" , &ManagedAnimation::getColorProps) in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/canvaskit/tests/
Dskottie.spec.js284 const colors = animation.getColorProps();
306 const colors = animation.getColorProps();
/third_party/skia/modules/skottie/utils/
DSkottieUtils.h48 std::vector<PropKey> getColorProps() const;
DSkottieUtils.cpp149 CustomPropertyManager::getColorProps() const { in getColorProps() function in skottie_utils::CustomPropertyManager
/third_party/skia/modules/skottie/gm/
DExternalProperties.cpp111 for (const auto& prop : fPropManager->getColorProps()) { in update_props()
DSkottieGM.cpp115 fColorProps = fPropManager->getColorProps(); in onOnceBeforeDraw()
/third_party/flutter/skia/modules/skottie/utils/
DSkottieUtils.h88 std::vector<PropKey> getColorProps() const;
DSkottieUtils.cpp200 CustomPropertyManager::getColorProps() const { in getColorProps() function in skottie_utils::CustomPropertyManager
/third_party/skia/experimental/skottiekit/
Dskottiekit_bindings.cpp145 JSArray getColorProps() const { in getColorProps() function in __anon1c9b8e390111::ManagedAnimation
148 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()
/third_party/flutter/skia/modules/skottie/gm/
DSkottieGM.cpp112 fColors = fPropManager->getColorProps(); in onOnceBeforeDraw()
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts711 const f = mAnim.getColorProps(); // $ExpectType ColorProperty[]
Dindex.d.ts820 getColorProps(): ColorProperty[]; method