Searched refs:glyphRect (Results 1 – 3 of 3) sorted by relevance
783 SkRect glyphRect = glyph->destRect(origin); in appendDeviceSpaceGlyph() local785 if (!glyphRect.isEmpty()) { in appendDeviceSpaceGlyph()786 this->switchSubRunIfNeededAndAppendGlyph(glyph, strike, glyphRect, false); in appendDeviceSpaceGlyph()797 SkRect glyphRect = glyph->destRect(origin, textScale); in appendSourceSpaceGlyph() local799 if (!glyphRect.isEmpty()) { in appendSourceSpaceGlyph()800 this->switchSubRunIfNeededAndAppendGlyph(glyph, strike, glyphRect, true); in appendSourceSpaceGlyph()
312 SkGlyphRect glyphRect() const { in glyphRect() function
545 skGlyph->glyphRect().offset(SkScalarRoundToInt(x), SkScalarRoundToInt(y)); in Make()1748 skGlyph->glyphRect().offset(SkScalarRoundToInt(x), SkScalarRoundToInt(y)); in Make()