OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMYKA
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.cpp
108
: m_type(
CMYKA
)
182
case
CMYKA
:
209
if (m_type !=
CMYKA
)
227
case
CMYKA
: {
229
// We'll need a fancier Color abstraction to support
CMYKA
correctly
254
case
CMYKA
: {
256
// We'll need a fancier Color abstraction to support
CMYKA
correctly
CanvasStyle.h
58
String color() const { ASSERT(m_type == RGBA || m_type ==
CMYKA
); return Color(m_rgba).serialized(); }
70
enum Type { RGBA,
CMYKA
, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha };
Completed in 49 milliseconds