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

  /external/chromium_org/third_party/skia/include/core/
SkMask.h 25 kLCD16_Format, //!< 565 alpha for r/g/b
78 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
82 SkASSERT(kLCD16_Format == fFormat);
  /external/skia/include/core/
SkMask.h 25 kLCD16_Format, //!< 565 alpha for r/g/b
78 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
82 SkASSERT(kLCD16_Format == fFormat);

Completed in 231 milliseconds