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

/external/skia/include/core/
H A DSkMask.h25 kLCD16_Format, //!< 565 alpha for r/g/b enumerator in enum:SkMask::Format
78 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
82 SkASSERT(kLCD16_Format == fFormat);
/external/skia/legacy/include/core/
H A DSkMask.h25 kLCD16_Format, //!< 565 alpha for r/g/b enumerator in enum:SkMask::Format
78 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
82 SkASSERT(kLCD16_Format == fFormat);

Completed in 572 milliseconds