Searched refs:fAtlasConfigs (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/text/
H A DGrBatchFontCache.cpp24 int width = fAtlasConfigs[index].fWidth;
25 int height = fAtlasConfigs[index].fHeight;
26 int numPlotsX = fAtlasConfigs[index].numPlotsX();
27 int numPlotsY = fAtlasConfigs[index].numPlotsY();
49 fAtlasConfigs[kA8_GrMaskFormat].fWidth = 2048;
50 fAtlasConfigs[kA8_GrMaskFormat].fHeight = 2048;
51 fAtlasConfigs[kA8_GrMaskFormat].fLog2Width = 11;
52 fAtlasConfigs[kA8_GrMaskFormat].fLog2Height = 11;
53 fAtlasConfigs[kA8_GrMaskFormat].fPlotWidth = 512;
54 fAtlasConfigs[kA8_GrMaskForma
[all...]
H A DGrBatchFontCache.h174 int log2Width(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Width; }
175 int log2Height(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Height; }
228 GrBatchAtlasConfig fAtlasConfigs[kMaskFormatCount]; member in class:GrBatchFontCache

Completed in 163 milliseconds