Searched defs:fAtlas (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.h37 GrTexture* getTexture() const { return fAtlas->getTexture(); }
70 GrAtlas* fAtlas; member in class:GrTextStrike
H A DGrAtlas.h64 GrAtlas* fAtlas; member in class:GrPlot
H A DGrLayerCache.h225 SkAutoTDelete<GrAtlas> fAtlas; // TODO: could lazily allocate member in class:GrLayerCache
/external/skia/src/gpu/
H A DGrTextStrike.h66 GrAtlas fAtlas; member in class:GrTextStrike
/external/chromium_org/third_party/skia/bench/
H A DGameBench.cpp142 p2.setShader(SkShader::CreateBitmapShader(fAtlas,
207 canvas->drawBitmapRect(fAtlas, &src, dst, &p,
244 SkBitmap fAtlas; member in class:GameBench
284 fAtlas.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight);
285 SkAutoLockPixels lock(fAtlas);
291 SkPMColor* scanline = fAtlas.getAddr32(0, y);
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h146 AtlasEntry() : fAtlas(NULL) {}
147 ~AtlasEntry() { SkDELETE(fAtlas); }
149 GrTextureStripAtlas* fAtlas; member in class:GrTextureStripAtlas::AtlasEntry
/external/skia/bench/
H A DGameBench.cpp142 p2.setShader(SkShader::CreateBitmapShader(fAtlas,
207 canvas->drawBitmapRect(fAtlas, &src, dst, &p,
244 SkBitmap fAtlas; member in class:GameBench
284 fAtlas.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight);
285 SkAutoLockPixels lock(fAtlas);
291 SkPMColor* scanline = fAtlas.getAddr32(0, y);
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h146 AtlasEntry() : fAtlas(NULL) {}
147 ~AtlasEntry() { SkDELETE(fAtlas); }
149 GrTextureStripAtlas* fAtlas; member in class:GrTextureStripAtlas::AtlasEntry
/external/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h360 GrTextureStripAtlas* fAtlas; member in class:GrGradientEffect
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h387 GrTextureStripAtlas* fAtlas; member in class:GrGradientEffect

Completed in 1611 milliseconds