Lines Matching refs:atlas
88 GrTexture* atlas = dfTexEffect.textureAccess(0).getTexture();
89 SkASSERT(atlas && SkIsPow2(atlas->width()) && SkIsPow2(atlas->height()));
94 atlas->width(), atlas->height(),
179 // Currently we hardcode numbers to convert atlas coordinates to normalized floating point
181 GrTexture* atlas = gp.textureAccess(0).getTexture();
182 SkASSERT(atlas);
183 b->add32(atlas->width());
184 b->add32(atlas->height());
529 GrTexture* atlas = dfTexEffect.textureAccess(0).getTexture();
530 SkASSERT(atlas && SkIsPow2(atlas->width()) && SkIsPow2(atlas->height()));
535 atlas->width(), atlas->height(),
551 SkScalar lcdDelta = 1.0f / (3.0f * atlas->width());
669 // Currently we hardcode numbers to convert atlas coordinates to normalized floating point
671 GrTexture* atlas = gp.textureAccess(0).getTexture();
672 SkASSERT(atlas);
673 b->add32(atlas->width());
674 b->add32(atlas->height());