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

  /external/skia/include/core/
SkMask.h 26 kLCD32_Format //!< 888 alpha for r/g/b
30 kCountMaskFormats = kLCD32_Format + 1
91 * this asserts that the mask's format is kLCD32_Format, and that (x,y)
95 SkASSERT(kLCD32_Format == fFormat);
  /external/skia/legacy/include/core/
SkMask.h 26 kLCD32_Format //!< 888 alpha for r/g/b
30 kCountMaskFormats = kLCD32_Format + 1
91 * this asserts that the mask's format is kLCD32_Format, and that (x,y)
95 SkASSERT(kLCD32_Format == fFormat);

Completed in 466 milliseconds