OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kA8_Format
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkMask.h
22
kA8_Format
, //!< 8bits per pixel mask (e.g. antialiasing)
66
Asserts that the mask is
kA8_Format
, and that x,y are in range.
70
SkASSERT(
kA8_Format
== fFormat);
/external/skia/include/core/
SkMask.h
22
kA8_Format
, //!< 8bits per pixel mask (e.g. antialiasing)
66
Asserts that the mask is
kA8_Format
, and that x,y are in range.
70
SkASSERT(
kA8_Format
== fFormat);
Completed in 24 milliseconds