Home
last modified time | relevance | path

Searched refs:kARGB_GrMaskFormat (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/text/
DGrBatchFontCache.cpp63 fAtlasConfigs[kARGB_GrMaskFormat].fWidth = 1024; in GrBatchFontCache()
64 fAtlasConfigs[kARGB_GrMaskFormat].fHeight = 2048; in GrBatchFontCache()
65 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Width = 10; in GrBatchFontCache()
66 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()
67 fAtlasConfigs[kARGB_GrMaskFormat].fPlotWidth = 256; in GrBatchFontCache()
68 fAtlasConfigs[kARGB_GrMaskFormat].fPlotHeight = 256; in GrBatchFontCache()
DGrFontScaler.cpp35 return kARGB_GrMaskFormat; in getMaskFormat()
59 return kARGB_GrMaskFormat; in getPackedGlyphMaskFormat()
DGrBatchFontCache.h200 kARGB_GrMaskFormat, in MaskFormatToAtlasIndex()
DGrAtlasTextBlob.cpp103 if (kARGB_GrMaskFormat != glyph->fMaskFormat) { in appendGlyph()
263 if (kARGB_GrMaskFormat == format) { in createBatch()
DGrAtlasTextBlob_regenInBatch.cpp283 bool regenerateColors = kARGB_GrMaskFormat != info.maskFormat() && in regenInBatch()
DGrAtlasTextBlob.h169 case kARGB_GrMaskFormat: in GetVertexStride()
/external/skia/src/gpu/
DGrTest.cpp44 configs[kARGB_GrMaskFormat].fWidth = dim; in SetupAlwaysEvictAtlas()
45 configs[kARGB_GrMaskFormat].fHeight = dim; in SetupAlwaysEvictAtlas()
46 configs[kARGB_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
47 configs[kARGB_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
48 configs[kARGB_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
49 configs[kARGB_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
/external/skia/include/gpu/
DGrTypes.h173 kARGB_GrMaskFormat, //!< 4-bytes per pixel, color format enumerator
175 kLast_GrMaskFormat = kARGB_GrMaskFormat
191 static_assert(kARGB_GrMaskFormat == 2, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()
/external/skia/src/gpu/batches/
DGrAtlasTextBatch.h46 case kARGB_GrMaskFormat: in CreateBitmap()
123 return kARGB_GrMaskFormat; in maskFormat()
/external/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp66 if (cte.maskFormat() == kARGB_GrMaskFormat) { in onEmitCode()
191 format = kARGB_GrMaskFormat; in TestCreate()