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

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

Completed in 1444 milliseconds