Lines Matching refs:fAtlasConfigs
24 int width = fAtlasConfigs[index].fWidth; in initAtlas()
25 int height = fAtlasConfigs[index].fHeight; in initAtlas()
26 int numPlotsX = fAtlasConfigs[index].numPlotsX(); in initAtlas()
27 int numPlotsY = fAtlasConfigs[index].numPlotsY(); in initAtlas()
49 fAtlasConfigs[kA8_GrMaskFormat].fWidth = 2048; in GrBatchFontCache()
50 fAtlasConfigs[kA8_GrMaskFormat].fHeight = 2048; in GrBatchFontCache()
51 fAtlasConfigs[kA8_GrMaskFormat].fLog2Width = 11; in GrBatchFontCache()
52 fAtlasConfigs[kA8_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()
53 fAtlasConfigs[kA8_GrMaskFormat].fPlotWidth = 512; in GrBatchFontCache()
54 fAtlasConfigs[kA8_GrMaskFormat].fPlotHeight = 256; in GrBatchFontCache()
56 fAtlasConfigs[kA565_GrMaskFormat].fWidth = 1024; in GrBatchFontCache()
57 fAtlasConfigs[kA565_GrMaskFormat].fHeight = 2048; in GrBatchFontCache()
58 fAtlasConfigs[kA565_GrMaskFormat].fLog2Width = 10; in GrBatchFontCache()
59 fAtlasConfigs[kA565_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()
60 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = 256; in GrBatchFontCache()
61 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = 256; in GrBatchFontCache()
63 fAtlasConfigs[kARGB_GrMaskFormat].fWidth = 1024; in GrBatchFontCache()
64 fAtlasConfigs[kARGB_GrMaskFormat].fHeight = 2048; in GrBatchFontCache()
65 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Width = 10; in GrBatchFontCache()
66 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()
67 fAtlasConfigs[kARGB_GrMaskFormat].fPlotWidth = 256; in GrBatchFontCache()
68 fAtlasConfigs[kARGB_GrMaskFormat].fPlotHeight = 256; in GrBatchFontCache()
143 memcpy(fAtlasConfigs, configs, sizeof(fAtlasConfigs)); in setAtlasSizes_ForTesting()