Home
last modified time | relevance | path

Searched refs:kA565_GrMaskFormat (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp67 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()
DGrAtlasGlyphCache.h195 case kA565_GrMaskFormat: in MaskFormatToPixelConfig()
209 kA565_GrMaskFormat, in MaskFormatToAtlasIndex()
/external/skia/tools/gpu/
DGrTest.cpp45 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()
/external/skia/src/gpu/ops/
DGrAtlasTextOp.h48 case kA565_GrMaskFormat: in MakeBitmap()
127 return kA565_GrMaskFormat; in maskFormat()
/external/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp131 kA565_GrMaskFormat == fMaskFormat; in GrBitmapTextGeoProc()
177 format = kA565_GrMaskFormat; in TestCreate()
/external/skia/include/gpu/
DGrTypes.h256 kA565_GrMaskFormat, //!< 2-bytes per pixel, RGB represent 3-channel LCD coverage enumerator
274 static_assert(kA565_GrMaskFormat == 1, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()