Home | History | Annotate | Download | only in utils

Lines Matching defs:box

1048     SkScalar    fXMin;      //!< The minimum bounding box x value for all glyphs
1049 SkScalar fXMax; //!< The maximum bounding box x value for all glyphs
1958 SkTextBox box;
1959 box.setMode(SkTextBox::kLineBreak_Mode);
1960 box.setBox(bounds);
1961 box.setText(text, strlen(text), paint);
1964 SkAutoTUnref<SkTextBlob> blob(box.snapshotTextBlob(&newBottom));