Lines Matching refs:configs
38 GrDrawOpAtlasConfig configs[3]; in SetupAlwaysEvictAtlas() local
39 configs[kA8_GrMaskFormat].fWidth = dim; in SetupAlwaysEvictAtlas()
40 configs[kA8_GrMaskFormat].fHeight = dim; in SetupAlwaysEvictAtlas()
41 configs[kA8_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
42 configs[kA8_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
44 configs[kA565_GrMaskFormat].fWidth = dim; in SetupAlwaysEvictAtlas()
45 configs[kA565_GrMaskFormat].fHeight = dim; in SetupAlwaysEvictAtlas()
46 configs[kA565_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
47 configs[kA565_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
49 configs[kARGB_GrMaskFormat].fWidth = dim; in SetupAlwaysEvictAtlas()
50 configs[kARGB_GrMaskFormat].fHeight = dim; in SetupAlwaysEvictAtlas()
51 configs[kARGB_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
52 configs[kARGB_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
54 context->setTextContextAtlasSizes_ForTesting(configs); in SetupAlwaysEvictAtlas()
96 void GrContext::setTextContextAtlasSizes_ForTesting(const GrDrawOpAtlasConfig* configs) { in setTextContextAtlasSizes_ForTesting() argument
97 fAtlasGlyphCache->setAtlasSizes_ForTesting(configs); in setTextContextAtlasSizes_ForTesting()