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

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

Completed in 69 milliseconds