HomeSort by relevance Sort by last modified time
    Searched refs:fBox (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/views/
SkTextBox.cpp 117 fBox.setEmpty();
139 *box = fBox;
144 fBox = box;
149 fBox.set(left, top, right, bottom);
172 SkScalar marginWidth = fBox.width();
193 x += fBox.fLeft;
197 height = fBox.height();
222 y += fBox.fTop - metrics.fAscent;
235 if (y + metrics.fAscent >= fBox.fBottom)
253 return SkTextLineBreaker::CountLines(fText, fLen, *fPaint, fBox.width())
    [all...]
  /external/skia/src/views/
SkTextBox.cpp 117 fBox.setEmpty();
139 *box = fBox;
144 fBox = box;
149 fBox.set(left, top, right, bottom);
172 SkScalar marginWidth = fBox.width();
193 x += fBox.fLeft;
197 height = fBox.height();
222 y += fBox.fTop - metrics.fAscent;
235 if (y + metrics.fAscent >= fBox.fBottom)
253 return SkTextLineBreaker::CountLines(fText, fLen, *fPaint, fBox.width())
    [all...]
  /external/chromium_org/third_party/skia/include/views/
SkTextBox.h 64 SkRect fBox;
  /external/skia/include/views/
SkTextBox.h 64 SkRect fBox;

Completed in 517 milliseconds