Home
last modified time | relevance | path

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

/external/skia/gm/
Dfontmgr.cpp239 SkRect r = paint.getFontBounds(); in show_bounds()
/external/skia/include/core/
DSkPaint.h950 SkRect getFontBounds() const;
/external/skia/src/core/
DSkTextBlob.cpp422 const SkRect fontBounds = paint.getFontBounds(); in ConservativeRunBounds()
DSkPaint.cpp1223 SkRect SkPaint::getFontBounds() const { in getFontBounds() function in SkPaint