Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.cpp790 SkRect glyphRect = glyph->destRect(origin); in appendDeviceSpaceGlyph() local
792 if (!glyphRect.isEmpty()) { in appendDeviceSpaceGlyph()
793 this->switchSubRunIfNeededAndAppendGlyph(glyph, strike, glyphRect, false); in appendDeviceSpaceGlyph()
804 SkRect glyphRect = glyph->destRect(origin, textScale); in appendSourceSpaceGlyph() local
806 if (!glyphRect.isEmpty()) { in appendSourceSpaceGlyph()
807 this->switchSubRunIfNeededAndAppendGlyph(glyph, strike, glyphRect, true); in appendSourceSpaceGlyph()
/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()