HomeSort by relevance Sort by last modified time
    Searched refs:fAtlas (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrTextStrike.cpp 70 strike = (NULL == strikeToPurge->fAtlas) ? strikeToPurge->fPrev : NULL;
131 fAtlas = NULL;
144 GrAtlas::FreeLList(fAtlas);
176 if (glyph->fAtlas) {
192 GrAtlas* atlas = fAtlasMgr->addToAtlas(fAtlas, glyph->width(),
200 // update fAtlas as well, since they may be chained in a linklist
201 glyph->fAtlas = fAtlas = atlas;
GrTextStrike.h 47 GrAtlas* getAtlas() const { return fAtlas; }
62 GrAtlas* fAtlas; // linklist
GrTextContext.cpp 195 if (true || NULL == glyph->fAtlas) {
204 if (NULL == glyph->fAtlas) {
238 GrAssert(glyph->fAtlas);
244 GrTexture* texture = glyph->fAtlas->texture();
  /external/skia/include/gpu/
GrGlyph.h 28 GrAtlas* fAtlas;
35 fAtlas = NULL;

Completed in 153 milliseconds