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

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

Completed in 73 milliseconds