HomeSort by relevance Sort by last modified time
    Searched refs:fPlotHeight (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/text/
GrBatchFontCache.cpp 54 fAtlasConfigs[kA8_GrMaskFormat].fPlotHeight = 256;
61 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = 256;
68 fAtlasConfigs[kARGB_GrMaskFormat].fPlotHeight = 256;
  /external/skia/src/gpu/
GrTest.cpp 35 configs[kA8_GrMaskFormat].fPlotHeight = dim;
42 configs[kA565_GrMaskFormat].fPlotHeight = dim;
49 configs[kARGB_GrMaskFormat].fPlotHeight = dim;
GrBatchAtlas.h 28 int fPlotHeight;

Completed in 47 milliseconds