Searched refs:glyphRect (Results 1 – 3 of 3) sorted by relevance
664 SkRect glyphRect = glyph->destRect(origin); in appendDeviceSpaceGlyph() local666 if (!glyphRect.isEmpty()) { in appendDeviceSpaceGlyph()667 this->switchSubRunIfNeededAndAppendGlyph(glyph, strike, glyphRect, false); in appendDeviceSpaceGlyph()678 SkRect glyphRect = glyph->destRect(origin, textScale); in appendSourceSpaceGlyph() local680 if (!glyphRect.isEmpty()) { in appendSourceSpaceGlyph()681 this->switchSubRunIfNeededAndAppendGlyph(glyph, strike, glyphRect, true); in appendSourceSpaceGlyph()
311 SkGlyphRect glyphRect() const { in glyphRect() function
532 skGlyph->glyphRect().offset(SkScalarRoundToInt(x), SkScalarRoundToInt(y)); in Make()1718 skGlyph->glyphRect().offset(SkScalarRoundToInt(x), SkScalarRoundToInt(y)); in Make()