Searched refs:getColorProps (Results 1 – 13 of 13) sorted by relevance
115 JSArray getColorProps() const { in getColorProps() function in __anon51b6604a0111::ManagedAnimation118 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()212 .function("getColorProps" , &ManagedAnimation::getColorProps) in EMSCRIPTEN_BINDINGS()
196 JSArray getColorProps() const { in getColorProps() function in __anon2a80f9d50111::ManagedAnimation199 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()350 .function("getColorProps" , &ManagedAnimation::getColorProps) in EMSCRIPTEN_BINDINGS()
284 const colors = animation.getColorProps();306 const colors = animation.getColorProps();
48 std::vector<PropKey> getColorProps() const;
149 CustomPropertyManager::getColorProps() const { in getColorProps() function in skottie_utils::CustomPropertyManager
111 for (const auto& prop : fPropManager->getColorProps()) { in update_props()
115 fColorProps = fPropManager->getColorProps(); in onOnceBeforeDraw()
88 std::vector<PropKey> getColorProps() const;
200 CustomPropertyManager::getColorProps() const { in getColorProps() function in skottie_utils::CustomPropertyManager
145 JSArray getColorProps() const { in getColorProps() function in __anon1c9b8e390111::ManagedAnimation148 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()
112 fColors = fPropManager->getColorProps(); in onOnceBeforeDraw()
711 const f = mAnim.getColorProps(); // $ExpectType ColorProperty[]
820 getColorProps(): ColorProperty[]; method