OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fAtlas
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h
64
GrAtlas*
fAtlas
;
GrTextStrike.h
37
GrTexture* getTexture() const { return
fAtlas
->getTexture(); }
70
GrAtlas*
fAtlas
;
GrLayerCache.h
225
SkAutoTDelete<GrAtlas>
fAtlas
; // TODO: could lazily allocate
/external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h
146
AtlasEntry() :
fAtlas
(NULL) {}
147
~AtlasEntry() { SkDELETE(
fAtlas
); }
149
GrTextureStripAtlas*
fAtlas
;
/external/skia/src/gpu/
GrTextStrike.h
66
GrAtlas
fAtlas
;
/external/skia/src/gpu/effects/
GrTextureStripAtlas.h
146
AtlasEntry() :
fAtlas
(NULL) {}
147
~AtlasEntry() { SkDELETE(
fAtlas
); }
149
GrTextureStripAtlas*
fAtlas
;
/external/chromium_org/third_party/skia/bench/
GameBench.cpp
142
p2.setShader(SkShader::CreateBitmapShader(
fAtlas
,
207
canvas->drawBitmapRect(
fAtlas
, &src, dst, &p,
244
SkBitmap
fAtlas
;
284
fAtlas
.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight);
285
SkAutoLockPixels lock(
fAtlas
);
291
SkPMColor* scanline =
fAtlas
.getAddr32(0, y);
/external/skia/bench/
GameBench.cpp
142
p2.setShader(SkShader::CreateBitmapShader(
fAtlas
,
207
canvas->drawBitmapRect(
fAtlas
, &src, dst, &p,
244
SkBitmap
fAtlas
;
284
fAtlas
.allocN32Pixels(kTotAtlasWidth, kTotAtlasHeight);
285
SkAutoLockPixels lock(
fAtlas
);
291
SkPMColor* scanline =
fAtlas
.getAddr32(0, y);
/external/skia/src/effects/gradients/
SkGradientShaderPriv.h
360
GrTextureStripAtlas*
fAtlas
;
/external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShaderPriv.h
387
GrTextureStripAtlas*
fAtlas
;
Completed in 1538 milliseconds