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

/external/chromium_org/third_party/skia/include/core/
H A DSkMask.h22 kA8_Format, //!< 8bits per pixel mask (e.g. antialiasing) enumerator in enum:SkMask::Format
66 Asserts that the mask is kA8_Format, and that x,y are in range.
70 SkASSERT(kA8_Format == fFormat);
/external/skia/include/core/
H A DSkMask.h22 kA8_Format, //!< 8bits per pixel mask (e.g. antialiasing) enumerator in enum:SkMask::Format
66 Asserts that the mask is kA8_Format, and that x,y are in range.
70 SkASSERT(kA8_Format == fFormat);

Completed in 89 milliseconds