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

  /external/chromium_org/third_party/skia/include/core/
SkMask.h 22 kA8_Format, //!< 8bits per pixel mask (e.g. antialiasing)
66 Asserts that the mask is kA8_Format, and that x,y are in range.
70 SkASSERT(kA8_Format == fFormat);
  /external/skia/include/core/
SkMask.h 22 kA8_Format, //!< 8bits per pixel mask (e.g. antialiasing)
66 Asserts that the mask is kA8_Format, and that x,y are in range.
70 SkASSERT(kA8_Format == fFormat);

Completed in 1338 milliseconds