HomeSort by relevance Sort by last modified time
    Searched defs:kColorsAreOpaque_Flag (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkColorTable.h 36 kColorsAreOpaque_Flag = 0x01 //!< if set, all of the colors in the table are opaque (alpha==0xFF)
45 bool isOpaque() const { return (fFlags & kColorsAreOpaque_Flag) != 0; }
82 will return null if kColorsAreOpaque_Flag is not set.
  /external/skia/legacy/include/core/
SkBitmap.h 669 kColorsAreOpaque_Flag = 0x01 //!< if set, all of the colors in the table are opaque (alpha==0xFF)
678 bool isOpaque() const { return (fFlags & kColorsAreOpaque_Flag) != 0; }
715 will return null if kColorsAreOpaque_Flag is not set.
    [all...]

Completed in 532 milliseconds