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

  /external/skia/src/gpu/text/
GrBatchFontCache.cpp 56 fAtlasConfigs[kA565_GrMaskFormat].fWidth = 1024;
57 fAtlasConfigs[kA565_GrMaskFormat].fHeight = 2048;
58 fAtlasConfigs[kA565_GrMaskFormat].fLog2Width = 10;
59 fAtlasConfigs[kA565_GrMaskFormat].fLog2Height = 11;
60 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = 256;
61 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = 256;
GrFontScaler.cpp 33 return kA565_GrMaskFormat;
57 return kA565_GrMaskFormat;
149 case kA565_GrMaskFormat: {
GrBatchFontCache.h 199 kA565_GrMaskFormat,
  /external/skia/src/gpu/
GrTest.cpp 37 configs[kA565_GrMaskFormat].fWidth = dim;
38 configs[kA565_GrMaskFormat].fHeight = dim;
39 configs[kA565_GrMaskFormat].fLog2Width = SkNextLog2(dim);
40 configs[kA565_GrMaskFormat].fLog2Height = SkNextLog2(dim);
41 configs[kA565_GrMaskFormat].fPlotWidth = dim;
42 configs[kA565_GrMaskFormat].fPlotHeight = dim;
  /external/skia/src/gpu/batches/
GrAtlasTextBatch.h 43 case kA565_GrMaskFormat:
121 return kA565_GrMaskFormat;
  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.cpp 78 if (cte.maskFormat() == kA565_GrMaskFormat) {
144 kA565_GrMaskFormat == fMaskFormat;
188 format = kA565_GrMaskFormat;
  /external/skia/include/gpu/
GrTypes.h 172 kA565_GrMaskFormat, //!< 2-bytes per pixel, RGB represent 3-channel LCD coverage
190 static_assert(kA565_GrMaskFormat == 1, "enum_order_dependency");

Completed in 4343 milliseconds