Searched refs:getOpacityProps (Results 1 – 10 of 10) sorted by relevance
65 JSArray getOpacityProps() const { in getOpacityProps() function in __anonefcc25170111::ManagedAnimation68 for (const auto& op : fPropMgr->getOpacityProps()) { in getOpacityProps()148 .function("getOpacityProps", &ManagedAnimation::getOpacityProps); in EMSCRIPTEN_BINDINGS()
209 JSArray getOpacityProps() const { in getOpacityProps() function in __anonb93badeb0111::ManagedAnimation212 for (const auto& op : fPropMgr->getOpacityProps()) { in getOpacityProps()351 .function("getOpacityProps", &ManagedAnimation::getOpacityProps) in EMSCRIPTEN_BINDINGS()
289 const opacities = animation.getOpacityProps();311 const opacities = animation.getOpacityProps();
52 std::vector<PropKey> getOpacityProps() const;
156 CustomPropertyManager::getOpacityProps() const { in getOpacityProps() function in skottie_utils::CustomPropertyManager
83 std::vector<PropKey> getOpacityProps() const;
175 CustomPropertyManager::getOpacityProps() const { in getOpacityProps() function in skottie_utils::CustomPropertyManager
158 JSArray getOpacityProps() const { in getOpacityProps() function in __anona3893b0f0111::ManagedAnimation161 for (const auto& op : fPropMgr->getOpacityProps()) { in getOpacityProps()
706 const g = mAnim.getOpacityProps(); // $ExpectType OpacityProperty[]
817 getOpacityProps(): OpacityProperty[]; method