Searched refs:fLog2Height (Results 1 – 4 of 4) sorted by relevance
52 fAtlasConfigs[kA8_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()59 fAtlasConfigs[kA565_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()66 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()
175 int log2Height(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Height; } in log2Height()
33 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()
26 int fLog2Height; member