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

  /external/skia/src/gpu/text/
GrBatchFontCache.cpp 49 fAtlasConfigs[kA8_GrMaskFormat].fWidth = 2048;
50 fAtlasConfigs[kA8_GrMaskFormat].fHeight = 2048;
51 fAtlasConfigs[kA8_GrMaskFormat].fLog2Width = 11;
52 fAtlasConfigs[kA8_GrMaskFormat].fLog2Height = 11;
53 fAtlasConfigs[kA8_GrMaskFormat].fPlotWidth = 512;
54 fAtlasConfigs[kA8_GrMaskFormat].fPlotHeight = 256;
GrFontScaler.cpp 31 return kA8_GrMaskFormat;
38 return kA8_GrMaskFormat;
55 return kA8_GrMaskFormat;
62 return kA8_GrMaskFormat;
144 case kA8_GrMaskFormat:{
GrBatchFontCache.h 198 kA8_GrMaskFormat,
GrAtlasTextBlob.h 167 case kA8_GrMaskFormat:
367 , fMaskFormat(kA8_GrMaskFormat)
GrTextUtils.cpp 443 if (kA8_GrMaskFormat != glyph->fMaskFormat) {
  /external/skia/src/gpu/batches/
GrAtlasTextBatch.h 40 case kA8_GrMaskFormat:
127 return kA8_GrMaskFormat;
129 return kA8_GrMaskFormat; // suppress warning
  /external/skia/src/gpu/
GrTest.cpp 30 configs[kA8_GrMaskFormat].fWidth = dim;
31 configs[kA8_GrMaskFormat].fHeight = dim;
32 configs[kA8_GrMaskFormat].fLog2Width = SkNextLog2(dim);
33 configs[kA8_GrMaskFormat].fLog2Height = SkNextLog2(dim);
34 configs[kA8_GrMaskFormat].fPlotWidth = dim;
35 configs[kA8_GrMaskFormat].fPlotHeight = dim;
  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.cpp 143 bool hasVertexColor = kA8_GrMaskFormat == fMaskFormat ||
185 format = kA8_GrMaskFormat;
  /external/skia/samplecode/
SampleAnimatedText.cpp 109 GrTexture* tex = grContext->getFontAtlasTexture(GrMaskFormat::kA8_GrMaskFormat);
  /external/skia/include/gpu/
GrTypes.h 171 kA8_GrMaskFormat, //!< 1-byte per pixel
189 static_assert(kA8_GrMaskFormat == 0, "enum_order_dependency");

Completed in 193 milliseconds