Searched refs:fLog2Height (Results 1 – 4 of 4) sorted by relevance
41 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()
62 fAtlasConfigs[kA8_GrMaskFormat].fLog2Height = log2MaxDim; in GrAtlasGlyphCache()70 fAtlasConfigs[kA565_GrMaskFormat].fLog2Height = log2MaxDim; in GrAtlasGlyphCache()77 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Height = log2MaxDim; in GrAtlasGlyphCache()
178 int log2Height(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Height; } in log2Height()
25 int fLog2Height; member