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

/external/skia/include/core/
H A DSkBitmap.h51 kA8_Config, //!< 8-bits per pixel, with only alpha specified (0 is transparent, 0xFF is opaque) enumerator in enum:SkBitmap::Config
125 height). Note, for 1-byte per pixel configs like kA8_Config, this will
366 If the config is kA8_Config, then the r,g,b parameters are ignored.
371 to be 0xFF. If the config is kA8_Config, then the r,g,b parameters are ignored and the
379 to be 0xFF. If the config is kA8_Config, then only the color's alpha value is used.
829 SkASSERT(fConfig == kA8_Config || fConfig == kIndex8_Config);

Completed in 80 milliseconds