Searched refs:kA565_GrMaskFormat (Results 1 – 6 of 6) sorted by relevance
67 fAtlasConfigs[kA565_GrMaskFormat].fWidth = minDim; in GrAtlasGlyphCache()68 fAtlasConfigs[kA565_GrMaskFormat].fHeight = maxDim; in GrAtlasGlyphCache()69 fAtlasConfigs[kA565_GrMaskFormat].fLog2Width = log2MinDim; in GrAtlasGlyphCache()70 fAtlasConfigs[kA565_GrMaskFormat].fLog2Height = log2MaxDim; in GrAtlasGlyphCache()71 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = minPlot; in GrAtlasGlyphCache()72 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = minPlot; in GrAtlasGlyphCache()221 return kA565_GrMaskFormat; in get_packed_glyph_mask_format()314 case kA565_GrMaskFormat: { in get_packed_glyph_image()
195 case kA565_GrMaskFormat: in MaskFormatToPixelConfig()209 kA565_GrMaskFormat, in MaskFormatToAtlasIndex()
45 configs[kA565_GrMaskFormat].fWidth = dim; in SetupAlwaysEvictAtlas()46 configs[kA565_GrMaskFormat].fHeight = dim; in SetupAlwaysEvictAtlas()47 configs[kA565_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()48 configs[kA565_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()49 configs[kA565_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()50 configs[kA565_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
48 case kA565_GrMaskFormat: in MakeBitmap()127 return kA565_GrMaskFormat; in maskFormat()
131 kA565_GrMaskFormat == fMaskFormat; in GrBitmapTextGeoProc()177 format = kA565_GrMaskFormat; in TestCreate()
256 kA565_GrMaskFormat, //!< 2-bytes per pixel, RGB represent 3-channel LCD coverage enumerator274 static_assert(kA565_GrMaskFormat == 1, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()