Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkReduceOrder.cpp31 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) { in horizontal_line() function
88 return horizontal_line(quad, fQuad); in reduce()
115 static int horizontal_line(const SkDCubic& cubic, SkDCubic& reduction) { in horizontal_line() function
229 return horizontal_line(cubic, fCubic); in reduce()