Searched refs:fLog2Width (Results 1 – 4 of 4) sorted by relevance
40 configs[kA8_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()47 configs[kA565_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()54 configs[kARGB_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
61 fAtlasConfigs[kA8_GrMaskFormat].fLog2Width = log2MaxDim; in GrAtlasGlyphCache()69 fAtlasConfigs[kA565_GrMaskFormat].fLog2Width = log2MinDim; in GrAtlasGlyphCache()76 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Width = log2MinDim; in GrAtlasGlyphCache()
177 int log2Width(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Width; } in log2Width()
24 int fLog2Width; member