Lines Matching refs:fPropMgr
199 for (const auto& cp : fPropMgr->getColorProps()) {
202 prop.set("value", fPropMgr->getColor(cp));
212 for (const auto& op : fPropMgr->getOpacityProps()) {
215 prop.set("value", fPropMgr->getOpacity(op));
225 for (const auto& key : fPropMgr->getTextProps()) {
226 const auto txt = fPropMgr->getText(key);
242 return fPropMgr->setColor(key, c);
246 return fPropMgr->setOpacity(key, o);
251 auto t = fPropMgr->getText(key);
256 return fPropMgr->setText(key, t);
261 for (const auto& m : fPropMgr->markers()) {
275 , fPropMgr(std::move(propMgr))
279 const std::unique_ptr<skottie_utils::CustomPropertyManager> fPropMgr;