Searched refs:kARGB_GrMaskFormat (Results 1 – 10 of 10) sorted by relevance
63 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()
35 return kARGB_GrMaskFormat; in getMaskFormat()59 return kARGB_GrMaskFormat; in getPackedGlyphMaskFormat()
200 kARGB_GrMaskFormat, in MaskFormatToAtlasIndex()
103 if (kARGB_GrMaskFormat != glyph->fMaskFormat) { in appendGlyph()263 if (kARGB_GrMaskFormat == format) { in createBatch()
283 bool regenerateColors = kARGB_GrMaskFormat != info.maskFormat() && in regenInBatch()
169 case kARGB_GrMaskFormat: in GetVertexStride()
44 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()
173 kARGB_GrMaskFormat, //!< 4-bytes per pixel, color format enumerator175 kLast_GrMaskFormat = kARGB_GrMaskFormat191 static_assert(kARGB_GrMaskFormat == 2, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()
46 case kARGB_GrMaskFormat: in CreateBitmap()123 return kARGB_GrMaskFormat; in maskFormat()
66 if (cte.maskFormat() == kARGB_GrMaskFormat) { in onEmitCode()191 format = kARGB_GrMaskFormat; in TestCreate()