Home | History | Annotate | Download | only in core

Lines Matching defs: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;
250 int y = fBounds.fTop;
543 // adjust fRowCount and fBounds.fTop, and slide all the data up
555 fBounds.fTop += dy;
580 fBounds.fBottom = fBounds.fTop + yoff->fY + 1;
608 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
802 const int offsetY = bounds.fTop;
827 int top = r.fTop - offsetY;
964 fMinY = bounds.fTop;
1020 y -= fBounds.fTop;
1033 y -= fBounds.fTop;
1066 y -= fBounds.fTop;
1087 SkASSERT(fMinY >= fBounds.fTop);
1089 int adjustY = fMinY - fBounds.fTop;
1090 fBounds.fTop = fMinY;
1650 } else if (top >= bounds.fTop) {
1856 int y = fBounds.fTop;
2185 const void* src = mask->getAddr(clip.fLeft, clip.fTop);
2197 int y = clip.fTop;
2210 rowMask.fBounds.fTop = y;