HomeSort by relevance Sort by last modified time
    Searched refs:stop_y (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkScanPriv.h 32 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
SkScan_Path.cpp 110 SkBlitter* blitter, int start_y, int stop_y,
186 if (curr_y >= stop_y) {
215 SkBlitter* blitter, int start_y, int stop_y,
240 SkASSERT(leftE->fFirstY <= stop_y);
241 SkASSERT(riteE->fFirstY <= stop_y);
249 local_bot = SkMin32(local_bot, stop_y - 1);
285 if (currE->fFirstY >= stop_y) {
292 if (currE->fFirstY >= stop_y) {
304 if (local_top >= stop_y) {
416 int start_y, int stop_y, int shiftEdgesUp
652 int stop_y = ir.fBottom; local
    [all...]
SkScan_AntiPath.cpp 298 int stop_y = (y + height) >> SHIFT; local
299 int count = stop_y - start_y;
363 fCurrIY = stop_y - 1;

Completed in 275 milliseconds