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

  /external/skia/src/utils/
SkTextBox.cpp 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)
    [all...]
  /external/skia/include/utils/
SkTextBox.h 72 SkRect fBox;

Completed in 149 milliseconds