Searched refs:fLog2Width (Results 1 – 4 of 4) sorted by relevance
51 fAtlasConfigs[kA8_GrMaskFormat].fLog2Width = 11; in GrBatchFontCache()58 fAtlasConfigs[kA565_GrMaskFormat].fLog2Width = 10; in GrBatchFontCache()65 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Width = 10; in GrBatchFontCache()
174 int log2Width(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Width; } in log2Width()
32 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()
25 int fLog2Width; member