Home
last modified time | relevance | path

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

/external/skia/modules/sksg/src/
DSkSGDraw.cpp55 SkPath stroke_path; in onNodeAt() local
56 if (!paint.getFillPath(fGeometry->asPath(), &stroke_path)) { in onNodeAt()
60 return stroke_path.contains(p.x(), p.y()) ? this : nullptr; in onNodeAt()