Home | History | Annotate | Download | only in gpu

Lines Matching refs:fStrike

33     fStrike = NULL;
73 if (NULL != fStrike && kARGB_GrMaskFormat == fStrike->getMaskFormat()) {
128 if (NULL == fStrike) {
130 fStrike = fContext->getFontCache()->getStrike(scaler, false);
132 fStrike = fContext->getFontCache()->getStrike(scaler);
136 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
159 if (fStrike->getGlyphAtlas(glyph, scaler)) {
164 fContext->getFontCache()->freePlotExceptFor(fStrike);
165 if (fStrike->getGlyphAtlas(glyph, scaler)) {
180 fContext->getFontCache()->purgeExceptFor(fStrike);
182 if (fStrike->getGlyphAtlas(glyph, scaler)) {