Searched refs:colorType (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGColor.cpp33 SVGColor::SVGColor(const SVGColorType& colorType) argument
35 , m_colorType(colorType)
39 SVGColor::SVGColor(ClassType classType, const SVGColorType& colorType) argument
41 , m_colorType(colorType)
H A DSVGColor.idl31 readonly attribute unsigned short colorType;
39 [StrictTypeChecking, RaisesException] void setColor(unsigned short colorType, DOMString rgbColor, DOMString iccColor);
H A DSVGColor.h63 const SVGColorType& colorType() const { return m_colorType; } function in class:WebCore::SVGColor
70 void setColor(unsigned short colorType, const String& rgbColor, const String& iccColor, ExceptionCode&);
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/png/
H A DPNGImageDecoder.cpp335 int bitDepth, colorType, interlaceType, compressionType, filterType, channels; local
336 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
341 if (colorType == PNG_COLOR_TYPE_PALETTE || (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8))
354 if (colorType == PNG_COLOR_TYPE_GRAY || colorType == PNG_COLOR_TYPE_GRAY_ALPHA)
357 if ((colorType & PNG_COLOR_MASK_COLOR) && !m_ignoreGammaAndColorProfile) {
366 bool decodedImageHasAlpha = (colorType & PNG_COLOR_MASK_ALPHA) || trnsCount;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSVGCSSStyleSelector.cpp98 if (svgColor->colorType() == SVGColor::SVG_COLORTYPE_CURRENTCOLOR)

Completed in 82 milliseconds