Searched defs:horizontal_line (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkReduceOrder.cpp31 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) { function
97 return horizontal_line(quad, fQuad);
124 static int horizontal_line(const SkDCubic& cubic, SkDCubic& reduction) { function
247 return horizontal_line(cubic, fCubic);

Completed in 144 milliseconds