Searched refs:getColorProps (Results 1 – 13 of 13) sorted by relevance
52 JSArray getColorProps() const { in getColorProps() function in __anonefcc25170111::ManagedAnimation55 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()147 .function("getColorProps" , &ManagedAnimation::getColorProps) in EMSCRIPTEN_BINDINGS()
196 JSArray getColorProps() const { in getColorProps() function in __anonb93badeb0111::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;
143 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()
79 std::vector<PropKey> getColorProps() const;
162 CustomPropertyManager::getColorProps() const { in getColorProps() function in skottie_utils::CustomPropertyManager
111 fColors = fPropManager->getColorProps(); in onOnceBeforeDraw()
145 JSArray getColorProps() const { in getColorProps() function in __anona3893b0f0111::ManagedAnimation148 for (const auto& cp : fPropMgr->getColorProps()) { in getColorProps()
705 const f = mAnim.getColorProps(); // $ExpectType ColorProperty[]
816 getColorProps(): ColorProperty[]; method