Lines Matching refs:fTop
54 bounds->fTop = *runs++; in ComputeRunBounds()
140 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom); in setRect()
189 count += sprintf(result+count, "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom); in toString()
228 *itop = fBounds.fTop; in count_runtype_values()
325 runs[0] = bounds.fTop; in BuildRectRuns()
494 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, in translate()
734 fTop = (SkRegion::RunType)(top); // just a first guess, we might update this in RgnOper()
751 fTop = (SkRegion::RunType)(bottom); // just update our bottom in addSpan()
762 fStartDst[0] = fTop; in flush()
773 SkRegion::RunType fTop; member in RgnOper
1055 SkASSERT(*run > bounds.fTop); in validate_line()
1082 … SkASSERT(fBounds.fLeft == 0 && fBounds.fTop == 0 && fBounds.fRight == 0 && fBounds.fBottom == 0); in validate()
1103 SkASSERT(*run == fBounds.fTop); in validate()
1119 … SkDebugf(" rgn: [%d %d %d %d]", fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom); in dump()
1183 fRect.fTop = runs[0]; in next()
1186 fRect.fTop = fRect.fBottom; in next()
1206 if (r.fTop >= clip.fBottom) { in Cliperator()
1227 if (r.fTop >= fClip.fBottom) { in next()
1265 if (!rgn.isEmpty() && y >= r.fTop && y < r.fBottom && in Spanerator()