Lines Matching refs:scaler
1224 int vx, int vy, GrColor color, GrFontScaler* scaler, in bmpAppendGlyph() argument
1228 fCurrStrike = fContext->getBatchFontCache()->getStrike(scaler); in bmpAppendGlyph()
1232 GrGlyph* glyph = fCurrStrike->getGlyph(packed, scaler); in bmpAppendGlyph()
1258 this->appendGlyphPath(blob, glyph, scaler, SkIntToScalar(vx), SkIntToScalar(vy)); in bmpAppendGlyph()
1286 GrFontScaler* scaler, in dfAppendGlyph() argument
1291 fCurrStrike = fContext->getBatchFontCache()->getStrike(scaler); in dfAppendGlyph()
1295 GrGlyph* glyph = fCurrStrike->getGlyph(packed, scaler); in dfAppendGlyph()
1334 this->appendGlyphPath(blob, glyph, scaler, sx - dx, sy - dy); in dfAppendGlyph()
1351 GrFontScaler* scaler, SkScalar x, SkScalar y) { in appendGlyphPath() argument
1354 if (!scaler->getGlyphPath(glyph->glyphID(), path)) { in appendGlyphPath()
1573 GrFontScaler* scaler = NULL; in generateGeometry() local
1630 scaler = GrTextContext::GetGrFontScaler(cache); in generateGeometry()
1637 strike = fFontCache->getStrike(scaler); in generateGeometry()
1652 scaler); in generateGeometry()
1658 !strike->addGlyphToAtlas(batchTarget, glyph, scaler)) { in generateGeometry()
1665 scaler); in generateGeometry()