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

  /external/skia/src/core/
SkMask.h 24 kA8_Format, //!< 8bits per pixel mask (e.g. antialiasing)
67 Asserts that the mask is kA8_Format, and that x,y are in range.
71 SkASSERT(kA8_Format == fFormat);
  /external/skqp/include/core/
SkMask.h 24 kA8_Format, //!< 8bits per pixel mask (e.g. antialiasing)
67 Asserts that the mask is kA8_Format, and that x,y are in range.
71 SkASSERT(kA8_Format == fFormat);

Completed in 490 milliseconds