Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkFontPriv.h64 static SkRect GetFontBounds(const SkFont&);
DSkFont.cpp390 SkRect SkFontPriv::GetFontBounds(const SkFont& font) { in GetFontBounds() function in SkFontPriv
DSkTextBlob.cpp307 const SkRect fontBounds = SkFontPriv::GetFontBounds(run.font()); in ConservativeRunBounds()
/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.cpp319 const SkRect fontBounds = SkFontPriv::GetFontBounds(run.font()); in ConservativeRunBounds()
/third_party/flutter/skia/gm/
Dfontmgr.cpp228 SkRect fontBounds = SkFontPriv::GetFontBounds(font).makeOffset(x, y); in show_bounds()
333 SkRect fontBounds = SkFontPriv::GetFontBounds(font); in onDraw()
Ddrawatlas.cpp142 const SkRect fontb = SkFontPriv::GetFontBounds(font);
/third_party/skia/gm/
Ddrawatlas.cpp144 const SkRect fontb = SkFontPriv::GetFontBounds(font);
Dfontmgr.cpp245 SkRect fontBounds = SkFontPriv::GetFontBounds(font); in show_bounds()