Searched refs:kA565_GrMaskFormat (Results 1 – 7 of 7) sorted by relevance
56 fAtlasConfigs[kA565_GrMaskFormat].fWidth = 1024; in GrBatchFontCache()57 fAtlasConfigs[kA565_GrMaskFormat].fHeight = 2048; in GrBatchFontCache()58 fAtlasConfigs[kA565_GrMaskFormat].fLog2Width = 10; in GrBatchFontCache()59 fAtlasConfigs[kA565_GrMaskFormat].fLog2Height = 11; in GrBatchFontCache()60 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = 256; in GrBatchFontCache()61 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = 256; in GrBatchFontCache()
33 return kA565_GrMaskFormat; in getMaskFormat()57 return kA565_GrMaskFormat; in getPackedGlyphMaskFormat()149 case kA565_GrMaskFormat: { in getPackedGlyphImage()
199 kA565_GrMaskFormat, in MaskFormatToAtlasIndex()
37 configs[kA565_GrMaskFormat].fWidth = dim; in SetupAlwaysEvictAtlas()38 configs[kA565_GrMaskFormat].fHeight = dim; in SetupAlwaysEvictAtlas()39 configs[kA565_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()40 configs[kA565_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()41 configs[kA565_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()42 configs[kA565_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
78 if (cte.maskFormat() == kA565_GrMaskFormat) { in onEmitCode()144 kA565_GrMaskFormat == fMaskFormat; in GrBitmapTextGeoProc()188 format = kA565_GrMaskFormat; in TestCreate()
43 case kA565_GrMaskFormat: in CreateBitmap()121 return kA565_GrMaskFormat; in maskFormat()
172 kA565_GrMaskFormat, //!< 2-bytes per pixel, RGB represent 3-channel LCD coverage enumerator190 static_assert(kA565_GrMaskFormat == 1, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()