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

  /external/skia/src/gpu/text/
GrBatchFontCache.cpp 51 fAtlasConfigs[kA8_GrMaskFormat].fLog2Width = 11;
58 fAtlasConfigs[kA565_GrMaskFormat].fLog2Width = 10;
65 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Width = 10;
GrBatchFontCache.h 174 int log2Width(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Width; }
  /external/skia/src/gpu/
GrTest.cpp 32 configs[kA8_GrMaskFormat].fLog2Width = SkNextLog2(dim);
39 configs[kA565_GrMaskFormat].fLog2Width = SkNextLog2(dim);
46 configs[kARGB_GrMaskFormat].fLog2Width = SkNextLog2(dim);
GrBatchAtlas.h 25 int fLog2Width;

Completed in 139 milliseconds