Home
last modified time | relevance | path

Searched refs:glyphRect (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp783 SkRect glyphRect = glyph->destRect(origin); in appendDeviceSpaceGlyph() local
785 if (!glyphRect.isEmpty()) { in appendDeviceSpaceGlyph()
786 this->switchSubRunIfNeededAndAppendGlyph(glyph, strike, glyphRect, false); in appendDeviceSpaceGlyph()
797 SkRect glyphRect = glyph->destRect(origin, textScale); in appendSourceSpaceGlyph() local
799 if (!glyphRect.isEmpty()) { in appendSourceSpaceGlyph()
800 this->switchSubRunIfNeededAndAppendGlyph(glyph, strike, glyphRect, true); in appendSourceSpaceGlyph()
/third_party/skia/src/core/
DSkGlyph.h312 SkGlyphRect glyphRect() const { in glyphRect() function
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp545 skGlyph->glyphRect().offset(SkScalarRoundToInt(x), SkScalarRoundToInt(y)); in Make()
1748 skGlyph->glyphRect().offset(SkScalarRoundToInt(x), SkScalarRoundToInt(y)); in Make()