Searched refs:isColor (Results 1 – 7 of 7) sorted by relevance
210 function isColor() { function268 'color': isColor(),380 pdfViewer.grayscale(!isColor());
74 bool isColor() const { return getType() == SkType_Color; } in isColor() function
89 if (child->isColor()) { in addChild()
90 if (child->isColor()) { in add()
551 …BOOL inherit = YES, haveResult = NO, isColor = [@"color" isEqualToString:key], isBackgroundColor =…559 result = _colorForRGBColor([computedValue getRGBColorValue], isColor);568 result = _colorForRGBColor([specifiedValue getRGBColorValue], isColor);576 …if ((isColor && !haveResult) || (isBackgroundColor && ![self _elementHasOwnBackgroundColor:element…
4667 …bool isColor = ((val->id >= CSSValueAqua && val->id <= CSSValueWindowtext) || val->id == CSSValueM… in parseShadow() local4669 if (isColor) { in parseShadow()