Home
last modified time | relevance | path

Searched refs:getFontBounds (Results 1 – 5 of 5) sorted by relevance

/external/skia/gm/
Ddrawatlas.cpp134 const SkRect font = paint.getFontBounds();
Dfontmgr.cpp240 SkRect r = paint.getFontBounds(); in show_bounds()
/external/skia/include/core/
DSkPaint.h953 SkRect getFontBounds() const;
/external/skia/src/core/
DSkTextBlob.cpp461 const SkRect fontBounds = paint.getFontBounds(); in ConservativeRunBounds()
DSkPaint.cpp1211 SkRect SkPaint::getFontBounds() const { in getFontBounds() function in SkPaint