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

  /external/skia/src/views/
SkTextBox.cpp 95 fBox.setEmpty();
117 *box = fBox;
122 fBox = box;
127 fBox.set(left, top, right, bottom);
150 SkScalar marginWidth = fBox.width();
171 x += fBox.fLeft;
175 height = fBox.height();
200 y += fBox.fTop - metrics.fAscent;
  /external/skia/include/utils/
SkTextBox.h 66 SkRect fBox;

Completed in 29 milliseconds