Searched refs:fCurrTexture (Results 1 – 8 of 8) sorted by relevance
35 fCurrTexture = NULL; in GrBitmapTextContext()65 SkASSERT(fCurrTexture); in flushGlyphs()70 GrCustomCoordsTextureEffect::Create(fCurrTexture, params), in flushGlyphs()76 } else if (!GrPixelConfigIsAlphaOnly(fCurrTexture->config())) { in flushGlyphs()108 SkSafeSetNull(fCurrTexture); in flushGlyphs()219 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) { in drawPackedGlyph()221 fCurrTexture = texture; in drawPackedGlyph()222 fCurrTexture->ref(); in drawPackedGlyph()
36 fCurrTexture = NULL; in GrDistanceFieldTextContext()66 SkASSERT(fCurrTexture); in flushGlyphs()71 GrDistanceFieldTextureEffect::Create(fCurrTexture, params), in flushGlyphs()74 if (!GrPixelConfigIsAlphaOnly(fCurrTexture->config())) { in flushGlyphs()105 SkSafeSetNull(fCurrTexture); in flushGlyphs()211 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) { in drawPackedGlyph()213 fCurrTexture = texture; in drawPackedGlyph()214 fCurrTexture->ref(); in drawPackedGlyph()
42 GrTexture* fCurrTexture; variable