Home
last modified time | relevance | path

Searched refs:setBox (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/utils/
DSkTextBox.h50 void setBox(const SkRect&);
51 void setBox(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom);
/external/skia/src/utils/
DSkTextBox.cpp142 void SkTextBox::setBox(const SkRect& box) in setBox() function in SkTextBox
147 void SkTextBox::setBox(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) in setBox() function in SkTextBox
DSkLua.cpp2024 box.setBox(bounds); in lsk_newTextBlob()
/external/skia/src/animator/
DSkDrawTextBox.cpp75 box.setBox(fRect); in draw()
/external/skia/samplecode/
DSampleTextBox.cpp80 tbox.setBox(margin, margin, in drawTest()
/external/skia/src/views/
DSkWidgets.cpp303 box.setBox(0, 0, this->width(), this->height());
463 box.setBox(fMargin.fX, fMargin.fY, this->width() - fMargin.fX, this->height() - fMargin.fY);
/external/skia/src/views/animated/
DSkStaticTextView.cpp147 box.setBox(fMargin.fX, fMargin.fY, this->width() - fMargin.fX, this->height() - fMargin.fY); in onDraw()