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

  /external/skia/src/core/
SkMask.h 27 kLCD16_Format, //!< 565 alpha for r/g/b
31 kCountMaskFormats = kLCD16_Format + 1
79 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
83 SkASSERT(kLCD16_Format == fFormat);
  /external/skqp/include/core/
SkMask.h 27 kLCD16_Format, //!< 565 alpha for r/g/b
31 kCountMaskFormats = kLCD16_Format + 1
79 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
83 SkASSERT(kLCD16_Format == fFormat);

Completed in 154 milliseconds