Home
last modified time | relevance | path

Searched refs:janimators (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp90 if (const skjson::ArrayValue* janimators = (*jt)["a"]) { in Make() local
91 adapter->fAnimators.reserve(janimators->size()); in Make()
93 for (const skjson::ObjectValue* janimator : *janimators) { in Make()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp91 if (const skjson::ArrayValue* janimators = (*jt)["a"]) { in Make() local
92 adapter->fAnimators.reserve(janimators->size()); in Make()
94 for (const skjson::ObjectValue* janimator : *janimators) { in Make()