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

/external/skia/src/core/
H A DSkScan_Path.cpp100 SkBlitter* blitter, int start_y, int stop_y,
184 if (curr_y >= stop_y) {
213 SkBlitter* blitter, int start_y, int stop_y,
232 SkASSERT(leftE->fFirstY <= stop_y);
233 SkASSERT(riteE->fFirstY <= stop_y);
241 local_bot = SkMin32(local_bot, stop_y - 1);
275 if (currE->fFirstY >= stop_y) {
282 if (currE->fFirstY >= stop_y) {
294 if (local_top >= stop_y) {
398 int start_y, int stop_y, in
99 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc, int rightClip) argument
212 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
397 sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) argument
668 int stop_y = ir.fBottom; local
[all...]

Completed in 43 milliseconds