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

/external/skia/src/core/
H A DSkScan_Path.cpp98 SkBlitter* blitter, int start_y, int stop_y,
182 if (curr_y >= stop_y) {
211 SkBlitter* blitter, int start_y, int stop_y,
230 SkASSERT(leftE->fFirstY <= stop_y);
231 SkASSERT(riteE->fFirstY <= stop_y);
239 local_bot = SkMin32(local_bot, stop_y - 1);
277 if (currE->fFirstY >= stop_y) {
284 if (currE->fFirstY >= stop_y) {
296 if (local_top >= stop_y) {
396 int start_y, int stop_y, in
97 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc, int rightClip) argument
210 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
395 sk_fill_path(const SkPath& path, const SkIRect& clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) argument
722 int stop_y = ir.fBottom; local
[all...]
H A DSkScan_AAAPath.cpp940 static inline bool isSmoothEnough(SkAnalyticEdge* thisEdge, SkAnalyticEdge* nextEdge, int stop_y) {
963 SkAnalyticEdge* currE, int stop_y) {
964 if (currE->fUpperY >= stop_y << 16) {
968 return isSmoothEnough(leftE, currE, stop_y); // Only leftE is changing
970 return isSmoothEnough(riteE, currE, stop_y); // Only riteE is changing
975 if (nextCurrE->fUpperY >= stop_y << 16) { // Check if we're at the end
982 return isSmoothEnough(leftE, currE, stop_y) && isSmoothEnough(riteE, nextCurrE, stop_y);
986 AdditiveBlitter* blitter, int start_y, int stop_y, SkFixed leftBound, SkFixed riteBound,
1006 if (SkFixedFloorToInt(currE->fUpperY) >= stop_y) {
[all...]
H A DSkScanPriv.h37 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
H A DSkScan_AntiPath.cpp314 int stop_y = (y + height) >> SHIFT;
315 int count = stop_y - start_y;
378 fCurrIY = stop_y - 1;
/external/skqp/src/core/
H A DSkScan_Path.cpp97 SkBlitter* blitter, int start_y, int stop_y,
181 if (curr_y >= stop_y) {
210 SkBlitter* blitter, int start_y, int stop_y,
229 SkASSERT(leftE->fFirstY <= stop_y);
230 SkASSERT(riteE->fFirstY <= stop_y);
238 local_bot = SkMin32(local_bot, stop_y - 1);
272 if (currE->fFirstY >= stop_y) {
279 if (currE->fFirstY >= stop_y) {
291 if (local_top >= stop_y) {
391 int start_y, int stop_y, in
96 walk_edges(SkEdge* prevHead, SkPath::FillType fillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc, int rightClip) argument
209 walk_convex_edges(SkEdge* prevHead, SkPath::FillType, SkBlitter* blitter, int start_y, int stop_y, PrePostProc proc) argument
390 sk_fill_path(const SkPath& path, const SkIRect& clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) argument
743 int stop_y = ir.fBottom; local
[all...]
H A DSkScan_AAAPath.cpp940 static inline bool isSmoothEnough(SkAnalyticEdge* thisEdge, SkAnalyticEdge* nextEdge, int stop_y) {
963 SkAnalyticEdge* currE, int stop_y) {
964 if (currE->fUpperY >= stop_y << 16) {
968 return isSmoothEnough(leftE, currE, stop_y); // Only leftE is changing
970 return isSmoothEnough(riteE, currE, stop_y); // Only riteE is changing
975 if (nextCurrE->fUpperY >= stop_y << 16) { // Check if we're at the end
981 return isSmoothEnough(leftE, currE, stop_y) && isSmoothEnough(riteE, nextCurrE, stop_y);
985 AdditiveBlitter* blitter, int start_y, int stop_y, SkFixed leftBound, SkFixed riteBound,
1005 if (SkFixedFloorToInt(currE->fUpperY) >= stop_y) {
[all...]
H A DSkScanPriv.h37 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
H A DSkScan_AntiPath.cpp314 int stop_y = (y + height) >> SHIFT;
315 int count = stop_y - start_y;
378 fCurrIY = stop_y - 1;
/external/ImageMagick/MagickCore/
H A Ddraw.c3996 stop_y,
4057 stop_y=(ssize_t) floor(bounds.y2+0.5);
4062 for (y=start_y; y <= stop_y; y++)
4120 stop_y=(ssize_t) floor(bounds.y2+0.5);
4125 for (y=start_y; y <= stop_y; y++)
3977 stop_y, local

Completed in 326 milliseconds