Home | History | Annotate | Download | only in core

Lines Matching defs:fLeft

155     return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
203 count += sprintf(result+count, "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom);
310 runs[3] = bounds.fLeft;
387 if (!scanline_contains(scanline, r.fLeft, r.fRight)) {
472 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) {
547 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
625 int fLeft, fRite, fInside;
706 fLeft = left;
724 int left = rec.fLeft;
1225 bounds->fLeft = left;
1237 SkASSERT(fBounds.fLeft == 0 && fBounds.fTop == 0 && fBounds.fRight == 0 && fBounds.fBottom == 0);
1266 SkDebugf(" rgn: [%d %d %d %d]", fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom);
1323 fRect.fLeft = runs[0];
1340 fRect.fLeft = runs[2];
1397 right > r.fLeft && left < r.fRight) {
1399 if (left < r.fLeft) {
1400 left = r.fLeft;
1405 fLeft = left;
1424 fLeft = left;
1441 *left = fLeft;
1456 SkASSERT(runs[1] > fLeft);
1459 *left = SkMax32(fLeft, runs[0]);