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

/external/skia/src/core/
H A DSkLineClipper.cpp26 static SkScalar sect_with_horizontal(const SkPoint src[2], SkScalar Y) { function
112 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
115 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
162 // sect_with_horizontal. If we didn't explicitly pin, is_between_unsorted would
170 float x = sect_with_horizontal(pts, 0);
214 tmp[index0].set(sect_with_horizontal(pts, clip.fTop), clip.fTop);
218 tmp[index1].set(sect_with_horizontal(pts, clip.fBottom), clip.fBottom);

Completed in 45 milliseconds