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

/external/skia/include/core/
H A DSkBitmap.h502 kColorsAreOpaque_Flag = 0x01 //!< if set, all of the colors in the table are opaque (alpha==0xFF) enumerator in enum:SkColorTable::Flags
511 bool isOpaque() const { return (fFlags & kColorsAreOpaque_Flag) != 0; }
548 will return null if kColorsAreOpaque_Flag is not set.

Completed in 54 milliseconds