Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrBatchFontCache.cpp51 fAtlasConfigs[kA8_GrMaskFormat].fLog2Width = 11; in GrBatchFontCache()
58 fAtlasConfigs[kA565_GrMaskFormat].fLog2Width = 10; in GrBatchFontCache()
65 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Width = 10; in GrBatchFontCache()
DGrBatchFontCache.h174 int log2Width(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Width; } in log2Width()
/external/skia/src/gpu/
DGrTest.cpp32 configs[kA8_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
39 configs[kA565_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
46 configs[kARGB_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
DGrBatchAtlas.h25 int fLog2Width; member