Lines Matching full:ftop
46 return (unsigned)(y - rect.fTop) < (unsigned)rect.height();
121 int top() const { return fTop; }
131 int fTop, fBottom;
138 fTop = fBottom = clip.fBounds.fBottom;
151 fTop = clip.fBounds.fTop;
152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
162 fTop = fBottom;
503 // adjust fRowCount and fBounds.fTop, and slide all the data up
515 fBounds.fTop += dy;
540 fBounds.fBottom = fBounds.fTop + yoff->fY + 1;
568 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
734 const int offsetY = bounds.fTop;
759 int top = r.fTop - offsetY;
896 fMinY = bounds.fTop;
952 y -= fBounds.fTop;
965 y -= fBounds.fTop;
998 y -= fBounds.fTop;
1019 SkASSERT(fMinY >= fBounds.fTop);
1021 int adjustY = fMinY - fBounds.fTop;
1022 fBounds.fTop = fMinY;
1582 } else if (top >= bounds.fTop) {
1788 int y = fBounds.fTop;
2134 const void* src = mask->getAddr(clip.fLeft, clip.fTop);
2146 int y = clip.fTop;
2159 rowMask.fBounds.fTop = y;