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

/external/webkit/Source/WebCore/svg/
H A DSVGColor.idl30 readonly attribute unsigned short colorType;
40 [StrictTypeChecking, RequiresAllArguments=Raise] void setColor(in unsigned short colorType, in DOMString rgbColor, in DOMString iccColor)
H A DSVGColor.cpp33 SVGColor::SVGColor(const SVGColorType& colorType) argument
34 : m_colorType(colorType)
81 void SVGColor::setColor(unsigned short colorType, const String& rgbColor, const String& iccColor, ExceptionCode& ec) argument
83 if (colorType > SVG_COLORTYPE_CURRENTCOLOR) {
91 SVGColorType type = static_cast<SVGColorType>(colorType);
106 // Spec: If colorType requires an RGBColor, then rgbColor must be a string that matches <color>; otherwise, rgbColor must be null.
112 // Spec: If colorType requires an SVGICCColor, then iccColor must be a string that matches <icccolor>; otherwise, iccColor must be null.
H A DSVGPaint.cpp120 SVGColor::SVGColorType colorType = colorTypeForPaintType(type); local
121 if (colorType == SVGColor::SVG_COLORTYPE_UNKNOWN) {
125 setColorType(colorType);
128 setColor(colorType, rgbColor, iccColor, ec);
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&);
/external/replicaisland/src/com/replica/replicaisland/
H A DDebugSystem.java55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) { argument
70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) { argument
86 switch (colorType) {
98 switch (colorType) {
/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.cpp266 int bitDepth, colorType, interlaceType, compressionType, filterType, channels; local
267 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
269 if ((colorType == PNG_COLOR_TYPE_RGB || colorType == PNG_COLOR_TYPE_RGB_ALPHA) && !m_ignoreGammaAndColorProfile) {
282 if (colorType == PNG_COLOR_TYPE_PALETTE || (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8))
295 if (colorType == PNG_COLOR_TYPE_GRAY || colorType == PNG_COLOR_TYPE_GRAY_ALPHA)
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp1023 const bool& hasAlpha, int colorType,
1033 int colorType = PNG_COLOR_MASK_COLOR; local
1039 colorType |= PNG_COLOR_MASK_PALETTE;
1065 if (!(colorType & PNG_COLOR_MASK_PALETTE)) {
1066 colorType |= PNG_COLOR_MASK_ALPHA;
1088 return doEncode(stream, bitmap, hasAlpha, colorType,
1093 const bool& hasAlpha, int colorType,
1132 bitDepth, colorType,
1092 doEncode(SkWStream* stream, const SkBitmap& bitmap, const bool& hasAlpha, int colorType, int bitDepth, SkBitmap::Config config, png_color_8& sig_bit) argument
/external/webkit/Source/WebCore/css/
H A DSVGCSSStyleSelector.cpp98 if (svgColor->colorType() == SVGColor::SVG_COLORTYPE_CURRENTCOLOR)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 142 milliseconds