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

/external/chromium_org/third_party/skia/src/core/
H A DSkScanPriv.h33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
H A DSkScan_Path.cpp115 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, in
114 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
219 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
432 sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) argument
692 int stop_y = ir.fBottom; local
[all...]
H A DSkScan_AntiPath.cpp293 int stop_y = (y + height) >> SHIFT; local
294 int count = stop_y - start_y;
358 fCurrIY = stop_y - 1;
/external/skia/src/core/
H A DSkScanPriv.h33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
H A DSkScan_Path.cpp115 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, in
114 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
219 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
432 sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) argument
692 int stop_y = ir.fBottom; local
[all...]
H A DSkScan_AntiPath.cpp293 int stop_y = (y + height) >> SHIFT; local
294 int count = stop_y - start_y;
358 fCurrIY = stop_y - 1;

Completed in 153 milliseconds