Home
last modified time | relevance | path

Searched refs:path_node (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/asoc/snd_soc_dapm_path/
Dformat12 field:int path_node; offset:20; size:4; signed:1;
16 print fmt: "%c%s %s %s %s %s", (int) REC->path_node && (int) REC->path_connect ? '*' : ' ', __get_s…
/external/skqp/modules/skottie/src/
DSkottie.cpp187 auto path_node = sksg::Path::Make(); in attachPath() local
189 [path_node](const ShapeValue& p) { in attachPath()
192 path.setFillType(path_node->getFillType()); in attachPath()
193 path_node->setPath(path); in attachPath()
195 ? path_node in attachPath()
DSkottieShapeLayer.cpp113 auto path_node = sksg::Path::Make(); in AttachPolystarGeometry() local
114 auto adapter = sk_make_sp<PolyStarAdapter>(path_node, gTypes[type]); in AttachPolystarGeometry()
145 return std::move(path_node); in AttachPolystarGeometry()
/external/skia/modules/skottie/src/
DSkottie.cpp239 auto path_node = sksg::Path::Make(); in attachPath() local
241 [path_node](const ShapeValue& p) { in attachPath()
244 path.setFillType(path_node->getFillType()); in attachPath()
245 path_node->setPath(path); in attachPath()
247 ? path_node in attachPath()
DSkottieShapeLayer.cpp113 auto path_node = sksg::Path::Make(); in AttachPolystarGeometry() local
114 auto adapter = sk_make_sp<PolyStarAdapter>(path_node, gTypes[type]); in AttachPolystarGeometry()
145 return std::move(path_node); in AttachPolystarGeometry()