Home
last modified time | relevance | path

Searched refs:fLog2Height (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/gpu/
DGrTest.cpp41 configs[kA8_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
48 configs[kA565_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
55 configs[kARGB_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp62 fAtlasConfigs[kA8_GrMaskFormat].fLog2Height = log2MaxDim; in GrAtlasGlyphCache()
70 fAtlasConfigs[kA565_GrMaskFormat].fLog2Height = log2MaxDim; in GrAtlasGlyphCache()
77 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Height = log2MaxDim; in GrAtlasGlyphCache()
DGrAtlasGlyphCache.h178 int log2Height(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Height; } in log2Height()
/external/skia/src/gpu/
DGrDrawOpAtlas.h25 int fLog2Height; member