Lines Matching defs:bounds
432 // DirectWrite treats all out of bounds glyph ids as having the same data as glyph 0.
545 "Could not get texture bounds.");
603 SkRect bounds = SkRect::MakeEmpty();
626 bounds.join(path.getBounds());
633 matrix.mapRect(&bounds);
635 SkIRect ibounds = bounds.roundOut();
687 SkRect bounds = SkRect::MakeLTRB(SkIntToScalar(info.bounds().fLeft),
688 SkIntToScalar(info.bounds().fTop),
689 SkIntToScalar(info.bounds().fRight),
690 SkIntToScalar(info.bounds().fBottom));
700 matrix.mapRect(&bounds);
701 bounds.roundOut();
703 glyph->fWidth = bounds.width();
704 glyph->fHeight = bounds.height();
705 glyph->fLeft = bounds.left();
706 glyph->fTop = bounds.top();
712 // GetAlphaTextureBounds succeeds but sometimes returns empty bounds like
715 // Only set as non-empty if the returned bounds are non-empty.
825 // The bounds are only valid for the default variation.
856 // The real bounds weren't actually available.
1236 // DirectWrite treats all out of bounds glyph ids as having the same data as glyph 0.