Home | History | Annotate | Download | only in gpu

Lines Matching full:scaler

77 GrTextStrike* GrFontCache::generateStrike(GrFontScaler* scaler,
79 GrMaskFormat format = scaler->getMaskFormat();
92 (this, scaler->getKey(), format, fAtlasMgr[atlasIndex]));
255 GrFontScaler* scaler) {
258 if (!scaler->getPackedGlyphDFBounds(packed, &bounds)) {
262 if (!scaler->getPackedGlyphBounds(packed, &bounds)) {
285 bool GrTextStrike::addGlyphToAtlas(GrGlyph* glyph, GrFontScaler* scaler) {
292 SkASSERT(scaler);
296 SkAutoRef ar(scaler);
303 if (!scaler->getPackedGlyphDFImage(glyph->fPackedID, glyph->width(),
309 if (!scaler->getPackedGlyphImage(glyph->fPackedID, glyph->width(),