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

/external/skia/include/core/
H A DSkMask.h23 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome) enumerator in enum:SkMask::Format
56 Asserts that the mask is kBW_Format, and that x,y are in range.
60 SkASSERT(kBW_Format == fFormat);
112 * This should not be called with kBW_Format, as it will give unspecified

Completed in 76 milliseconds