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

  /external/skia/src/gpu/text/
GrAtlasGlyphCache.cpp 51 fAtlasConfigs[kA565_GrMaskFormat].fWidth = 1024;
52 fAtlasConfigs[kA565_GrMaskFormat].fHeight = 2048;
53 fAtlasConfigs[kA565_GrMaskFormat].fLog2Width = 10;
54 fAtlasConfigs[kA565_GrMaskFormat].fLog2Height = 11;
55 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = 256;
56 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = 256;
205 return kA565_GrMaskFormat;
298 case kA565_GrMaskFormat: {
GrAtlasGlyphCache.h 195 case kA565_GrMaskFormat:
209 kA565_GrMaskFormat,
  /external/skia/tools/gpu/
GrTest.cpp 41 configs[kA565_GrMaskFormat].fWidth = dim;
42 configs[kA565_GrMaskFormat].fHeight = dim;
43 configs[kA565_GrMaskFormat].fLog2Width = SkNextLog2(dim);
44 configs[kA565_GrMaskFormat].fLog2Height = SkNextLog2(dim);
45 configs[kA565_GrMaskFormat].fPlotWidth = dim;
46 configs[kA565_GrMaskFormat].fPlotHeight = dim;
  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 49 case kA565_GrMaskFormat:
121 return kA565_GrMaskFormat;
  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.cpp 75 if (cte.maskFormat() == kA565_GrMaskFormat) {
136 kA565_GrMaskFormat == fMaskFormat;
182 format = kA565_GrMaskFormat;
  /external/skia/include/gpu/
GrTypes.h 245 kA565_GrMaskFormat, //!< 2-bytes per pixel, RGB represent 3-channel LCD coverage
263 static_assert(kA565_GrMaskFormat == 1, "enum_order_dependency");

Completed in 74 milliseconds