Searched refs:colorValues (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSParser.cpp6282 int colorValues[3];
6283 if (!parseColorParameters(value, colorValues, false))
6285 c = makeRGB(colorValues[0], colorValues[1], colorValues[2]);
6291 int colorValues[4];
6292 if (!parseColorParameters(value, colorValues, true))
6294 c = makeRGBA(colorValues[0], colorValues[1], colorValues[
[all...]
H A DCSSParser.h188 bool parseColorParameters(CSSParserValue*, int* colorValues, bool parseAlpha);
189 bool parseHSLParameters(CSSParserValue*, double* colorValues, bool parseAlpha);
H A DStyleResolver.cpp3401 static const ColorValue colorValues[] = { local
3424 for (const ColorValue* col = colorValues; col->cssValueId; ++col) {
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Daccess.c94 static const int colorValues[][3] = variable
114 #define N_COLOR_VALS (sizeof(colorValues)/(sizeof(int[3]))
613 rgb[0] = colorValues[x][0];
614 rgb[1] = colorValues[x][1];
615 rgb[2] = colorValues[x][2];

Completed in 191 milliseconds