Lines Matching refs:fBox
117 fBox.setEmpty();
139 *box = fBox;
144 fBox = box;
149 fBox.set(left, top, right, bottom);
170 SkScalar marginWidth = fBox.width();
173 return fBox.top();
192 x += fBox.fLeft;
196 height = fBox.height();
220 y += fBox.fTop - metrics.fAscent;
234 if (y + metrics.fAscent >= fBox.fBottom) {
270 return SkTextLineBreaker::CountLines(fText, fLen, *fPaint, fBox.width());