Home | History | Annotate | Download | only in gpu

Lines Matching refs:scaler

81 GrTextStrike* GrFontCache::generateStrike(GrFontScaler* scaler) {
82 GrMaskFormat format = scaler->getMaskFormat();
95 (this, scaler->getKey(), format, fAtlases[atlasIndex]));
262 GrFontScaler* scaler) {
265 if (!scaler->getPackedGlyphDFBounds(packed, &bounds)) {
269 if (!scaler->getPackedGlyphBounds(packed, &bounds)) {
306 bool GrTextStrike::addGlyphToAtlas(GrGlyph* glyph, GrFontScaler* scaler) {
313 SkASSERT(scaler);
317 SkAutoUnref ar(SkSafeRef(scaler));
325 if (!scaler->getPackedGlyphDFImage(glyph->fPackedID, glyph->width(),
331 if (!scaler->getPackedGlyphImage(glyph->fPackedID, glyph->width(),