Searched defs:kRGB_565_Config (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkBitmap.h53 kRGB_565_Config, //!< 16-bits per pixel, (see SkColorPriv.h for packing) enumerator in enum:SkBitmap::Config
365 for the bitmap's config. If the config is kRGB_565_Config, then the alpha value is ignored.
370 for the bitmap's config. If the config is kRGB_565_Config, then the alpha value is presumed
378 for the bitmap's config. If the config is kRGB_565_Config, then the color's alpha value is presumed
808 SkASSERT(fConfig == kRGB_565_Config || fConfig == kARGB_4444_Config);

Completed in 171 milliseconds