Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasManager.cpp46 fAtlasConfigs[kA565_GrMaskFormat].fWidth = minDim; in GrRestrictedAtlasManager()
47 fAtlasConfigs[kA565_GrMaskFormat].fHeight = maxDim; in GrRestrictedAtlasManager()
48 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = minPlot; in GrRestrictedAtlasManager()
49 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = minPlot; in GrRestrictedAtlasManager()
66 case kA565_GrMaskFormat: in mask_format_to_pixel_config()
DGrGlyphCache.cpp67 return kA565_GrMaskFormat; in get_packed_glyph_mask_format()
160 case kA565_GrMaskFormat: { in get_packed_glyph_image()
DGrAtlasManager.h51 kA565_GrMaskFormat, in MaskFormatToAtlasIndex()
/external/skqp/src/gpu/text/
DGrAtlasGlyphCache.cpp66 fAtlasConfigs[kA565_GrMaskFormat].fWidth = minDim; in GrAtlasGlyphCache()
67 fAtlasConfigs[kA565_GrMaskFormat].fHeight = maxDim; in GrAtlasGlyphCache()
68 fAtlasConfigs[kA565_GrMaskFormat].fPlotWidth = minPlot; in GrAtlasGlyphCache()
69 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = minPlot; in GrAtlasGlyphCache()
220 return kA565_GrMaskFormat; in get_packed_glyph_mask_format()
313 case kA565_GrMaskFormat: { in get_packed_glyph_image()
DGrAtlasGlyphCache.h220 case kA565_GrMaskFormat: in MaskFormatToPixelConfig()
234 kA565_GrMaskFormat, in MaskFormatToAtlasIndex()
/external/skqp/tools/gpu/
DGrTest.cpp44 configs[kA565_GrMaskFormat].fWidth = dim; in SetupAlwaysEvictAtlas()
45 configs[kA565_GrMaskFormat].fHeight = dim; in SetupAlwaysEvictAtlas()
46 configs[kA565_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
47 configs[kA565_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
/external/skia/tools/gpu/
DGrTest.cpp44 configs[kA565_GrMaskFormat].fWidth = dim; in SetupAlwaysEvictAtlas()
45 configs[kA565_GrMaskFormat].fHeight = dim; in SetupAlwaysEvictAtlas()
46 configs[kA565_GrMaskFormat].fPlotWidth = dim; in SetupAlwaysEvictAtlas()
47 configs[kA565_GrMaskFormat].fPlotHeight = dim; in SetupAlwaysEvictAtlas()
/external/skia/src/gpu/ops/
DGrAtlasTextOp.h53 case kA565_GrMaskFormat: in MakeBitmap()
145 return kA565_GrMaskFormat; in maskFormat()
/external/skqp/src/gpu/ops/
DGrAtlasTextOp.h51 case kA565_GrMaskFormat: in MakeBitmap()
152 return kA565_GrMaskFormat; in maskFormat()
/external/skqp/src/gpu/effects/
DGrBitmapTextGeoProc.cpp136 kA565_GrMaskFormat == fMaskFormat; in GrBitmapTextGeoProc()
197 format = kA565_GrMaskFormat; in TestCreate()
/external/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp139 kA565_GrMaskFormat == fMaskFormat; in GrBitmapTextGeoProc()
205 format = kA565_GrMaskFormat; in TestCreate()
/external/skqp/include/gpu/
DGrTypes.h264 kA565_GrMaskFormat, //!< 2-bytes per pixel, RGB represent 3-channel LCD coverage enumerator
282 static_assert(kA565_GrMaskFormat == 1, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()
/external/skia/include/gpu/
DGrTypes.h264 kA565_GrMaskFormat, //!< 2-bytes per pixel, RGB represent 3-channel LCD coverage enumerator
282 static_assert(kA565_GrMaskFormat == 1, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()