Lines Matching defs:bounds

36         determine glyph bounds, and unions all bounds. Returned bounds may be
37 larger than the bounds of all glyphs in runs.
41 const SkRect& bounds() const { return fBounds; }
49 /** Returns the number of intervals that intersect bounds.
50 bounds describes a pair of lines parallel to the text advance.
58 @param bounds lower and upper line parallel to the advance
63 int getIntercepts(const SkScalar bounds[2], SkScalar intervals[],
242 explicit SkTextBlob(const SkRect& bounds);
340 bounds defines an optional bounding box, used to suppress drawing when SkTextBlob
341 bounds does not intersect SkSurface bounds. If bounds is nullptr, SkTextBlob bounds
348 @param bounds optional run bounding box
352 const SkRect* bounds = nullptr);
365 bounds defines an optional bounding box, used to suppress drawing when SkTextBlob
366 bounds does not intersect SkSurface bounds. If bounds is nullptr, SkTextBlob bounds
372 @param bounds optional run bounding box
376 const SkRect* bounds = nullptr);
389 bounds defines an optional bounding box, used to suppress drawing when SkTextBlob
390 bounds does not intersect SkSurface bounds. If bounds is nullptr, SkTextBlob bounds
395 @param bounds optional run bounding box
399 const SkRect* bounds = nullptr);
416 bounds defines an optional bounding box, used to suppress drawing when SkTextBlob
417 bounds does not intersect SkSurface bounds. If bounds is nullptr, SkTextBlob bounds
425 @param bounds optional run bounding box
429 int textByteCount, const SkRect* bounds = nullptr);
442 bounds defines an optional bounding box, used to suppress drawing when SkTextBlob
443 bounds does not intersect SkSurface bounds. If bounds is nullptr, SkTextBlob bounds
450 @param bounds optional run bounding box
454 const SkRect* bounds = nullptr);
467 bounds defines an optional bounding box, used to suppress drawing when SkTextBlob
468 bounds does not intersect SkSurface bounds. If bounds is nullptr, SkTextBlob bounds
474 @param bounds optional run bounding box
478 const SkRect* bounds = nullptr);
482 const SkRect* bounds = nullptr);
487 int count, int textBytes, SkPoint offset, const SkRect* bounds);