Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGlyphRunPainter.cpp664 SkRect glyphRect = glyph->destRect(origin); in appendDeviceSpaceGlyph() local
666 if (!glyphRect.isEmpty()) { in appendDeviceSpaceGlyph()
667 this->switchSubRunIfNeededAndAppendGlyph(glyph, strike, glyphRect, false); in appendDeviceSpaceGlyph()
678 SkRect glyphRect = glyph->destRect(origin, textScale); in appendSourceSpaceGlyph() local
680 if (!glyphRect.isEmpty()) { in appendSourceSpaceGlyph()
681 this->switchSubRunIfNeededAndAppendGlyph(glyph, strike, glyphRect, true); in appendSourceSpaceGlyph()
/external/skia/src/core/
DSkGlyph.h311 SkGlyphRect glyphRect() const { in glyphRect() function
/external/skia/src/gpu/text/
DGrTextBlob.cpp532 skGlyph->glyphRect().offset(SkScalarRoundToInt(x), SkScalarRoundToInt(y)); in Make()
1718 skGlyph->glyphRect().offset(SkScalarRoundToInt(x), SkScalarRoundToInt(y)); in Make()