Searched refs:linesOnlyPath (Results 1 – 1 of 1) sorted by relevance
145 SkPath linesOnlyPath; in get_geometry() local146 linesOnlyPath.setFillType(path.getFillType()); in get_geometry()161 linesOnlyPath.moveTo(pts[0]); in get_geometry()165 linesOnlyPath.lineTo(pts[1]); in get_geometry()169 linesOnlyPath.lineTo(pts[2]); in get_geometry()180 linesOnlyPath.lineTo(quads[q + 2]); in get_geometry()194 linesOnlyPath.lineTo(quads[2 * i + 2]); in get_geometry()202 linesOnlyPath.close(); in get_geometry()222 int triVertexCount = GrTessellator::PathToVertices(linesOnlyPath, 0, bounds, &windingVertices); in get_geometry()