Home
last modified time | relevance | path

Searched defs:glyphRect (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp783 SkRect glyphRect = glyph->destRect(origin); in appendDeviceSpaceGlyph() local
797 SkRect glyphRect = glyph->destRect(origin, textScale); in appendSourceSpaceGlyph() local
/third_party/skia/src/core/
DSkGlyph.h312 SkGlyphRect glyphRect() const { in glyphRect() function