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

  /external/chromium_org/third_party/skia/include/core/
SkMask.h 21 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome)
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/
SkMask.h 21 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome)
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 33 milliseconds