Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrBatchFontCache.cpp52 fAtlasConfigs[kA8_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()
59 fAtlasConfigs[kA565_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()
66 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()
DGrBatchFontCache.h175 int log2Height(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Height; } in log2Height()
/external/skia/src/gpu/
DGrTest.cpp33 configs[kA8_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
40 configs[kA565_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
47 configs[kARGB_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
DGrBatchAtlas.h26 int fLog2Height; member