Home
last modified time | relevance | path

Searched refs:path_node (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skottie/src/
H A DPath.cpp28 const auto& path_node = this->node(); variable
33 path.setFillType(path_node->getFillType());
36 path_node->setPath(path);
/third_party/skia/modules/skottie/src/layers/
H A DTextLayer.cpp151 auto path_node = abuilder->attachPath((*jshape)["ks"]); in parse_glyph_path() local
154 if (!path_node || !animators.empty()) { in parse_glyph_path()
159 path->addPath(path_node->getPath()); in parse_glyph_path()

Completed in 2 milliseconds