Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkReduceOrder.cpp25 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { in vertical_line() function
85 return vertical_line(quad, fQuad); in reduce()
109 static int vertical_line(const SkDCubic& cubic, SkDCubic& reduction) { in vertical_line() function
226 return vertical_line(cubic, fCubic); in reduce()
/external/skia/src/core/
DSkEdgeBuilder.cpp66 static bool vertical_line(const SkEdge* edge) { in vertical_line() function
73 if (vertical_line(edge) && fList.count()) { in addLine()
139 return !vertical_line(edge) || edgePtr <= fEdgeList ? kNo_Combine : in checkVertical()