Lines Matching refs:bounds
32 const SkRect& bounds() const { return fBounds; } in bounds() function
81 explicit SkTextBlob(const SkRect& bounds);
187 const SkRect* bounds = NULL);
189 const SkRect* bounds = NULL) {
190 return this->allocRunText(font, count, x, y, 0, SkString(), bounds);
212 const SkRect* bounds = NULL);
214 const SkRect* bounds = NULL) {
215 return this->allocRunTextPosH(font, count, y, 0, SkString(), bounds);
237 const SkRect* bounds = NULL);
239 const SkRect* bounds = NULL) {
240 return this->allocRunTextPos(font, count, 0, SkString(), bounds);
246 int count, int textBytes, SkPoint offset, const SkRect* bounds);