Searched refs:coincident_line (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkReduceOrder.cpp17 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { function
85 return coincident_line(quad, fQuad);
103 static int coincident_line(const SkDCubic& cubic, SkDCubic& reduction) { function
227 return coincident_line(cubic, fCubic);

Completed in 270 milliseconds