Home
last modified time | relevance | path

Searched refs:GetFontBounds (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkFontPriv.h65 static SkRect GetFontBounds(const SkFont&);
DSkFont.cpp334 SkRect SkFontPriv::GetFontBounds(const SkFont& font) { in GetFontBounds() function in SkFontPriv
DSkGlyphRun.cpp44 const SkRect fontBounds = SkFontPriv::GetFontBounds(fFont); in sourceBounds()
DSkTextBlob.cpp334 const SkRect fontBounds = SkFontPriv::GetFontBounds(run.font()); in ConservativeRunBounds()
/third_party/skia/gm/
Ddrawatlas.cpp144 const SkRect fontb = SkFontPriv::GetFontBounds(font);
Dfontmgr.cpp245 SkRect fontBounds = SkFontPriv::GetFontBounds(font); in show_bounds()