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

  /external/chromium_org/third_party/skia/src/core/
SkScanPriv.h 33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
SkScan_Path.cpp 115 SkBlitter* blitter, int start_y, int stop_y,
191 if (curr_y >= stop_y) {
220 SkBlitter* blitter, int start_y, int stop_y,
239 SkASSERT(leftE->fFirstY <= stop_y);
240 SkASSERT(riteE->fFirstY <= stop_y);
248 local_bot = SkMin32(local_bot, stop_y - 1);
284 if (currE->fFirstY >= stop_y) {
291 if (currE->fFirstY >= stop_y) {
303 if (local_top >= stop_y) {
433 int start_y, int stop_y, int shiftEdgesUp
692 int stop_y = ir.fBottom; local
    [all...]
SkScan_AntiPath.cpp 293 int stop_y = (y + height) >> SHIFT; local
294 int count = stop_y - start_y;
358 fCurrIY = stop_y - 1;
  /external/skia/src/core/
SkScanPriv.h 33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
SkScan_Path.cpp 115 SkBlitter* blitter, int start_y, int stop_y,
191 if (curr_y >= stop_y) {
220 SkBlitter* blitter, int start_y, int stop_y,
239 SkASSERT(leftE->fFirstY <= stop_y);
240 SkASSERT(riteE->fFirstY <= stop_y);
248 local_bot = SkMin32(local_bot, stop_y - 1);
284 if (currE->fFirstY >= stop_y) {
291 if (currE->fFirstY >= stop_y) {
303 if (local_top >= stop_y) {
433 int start_y, int stop_y, int shiftEdgesUp
692 int stop_y = ir.fBottom; local
    [all...]
SkScan_AntiPath.cpp 293 int stop_y = (y + height) >> SHIFT; local
294 int count = stop_y - start_y;
358 fCurrIY = stop_y - 1;

Completed in 170 milliseconds