Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrBatchFontCache.cpp24 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()
[all …]
DGrBatchFontCache.h174 int log2Width(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Width; } in log2Width()
175 int log2Height(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Height; } in log2Height()
228 GrBatchAtlasConfig fAtlasConfigs[kMaskFormatCount]; variable