Home
last modified time | relevance | path

Searched refs:fPlotHeight (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/text/
DGrBatchFontCache.cpp54 fAtlasConfigs[kA8_GrMaskFormat].fPlotHeight = 256; in GrBatchFontCache()
61 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = 256; in GrBatchFontCache()
68 fAtlasConfigs[kARGB_GrMaskFormat].fPlotHeight = 256; in GrBatchFontCache()
/external/skia/src/gpu/
DGrTest.cpp35 configs[kA8_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
42 configs[kA565_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
49 configs[kARGB_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
DGrBatchAtlas.h28 int fPlotHeight; member