OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kLCD32_Format
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkMask.h
26
kLCD32_Format
//!< 888 alpha for r/g/b
30
kCountMaskFormats =
kLCD32_Format
+ 1
91
* this asserts that the mask's format is
kLCD32_Format
, and that (x,y)
95
SkASSERT(
kLCD32_Format
== fFormat);
108
SkASSERT(
kLCD32_Format
== fFormat || kARGB32_Format == fFormat);
/external/skia/include/core/
SkMask.h
26
kLCD32_Format
//!< 888 alpha for r/g/b
30
kCountMaskFormats =
kLCD32_Format
+ 1
91
* this asserts that the mask's format is
kLCD32_Format
, and that (x,y)
95
SkASSERT(
kLCD32_Format
== fFormat);
108
SkASSERT(
kLCD32_Format
== fFormat || kARGB32_Format == fFormat);
Completed in 33 milliseconds