Searched refs:path_node (Results 1 – 5 of 5) sorted by relevance
12 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…
187 auto path_node = sksg::Path::Make(); in attachPath() local189 [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()
113 auto path_node = sksg::Path::Make(); in AttachPolystarGeometry() local114 auto adapter = sk_make_sp<PolyStarAdapter>(path_node, gTypes[type]); in AttachPolystarGeometry()145 return std::move(path_node); in AttachPolystarGeometry()
239 auto path_node = sksg::Path::Make(); in attachPath() local241 [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()