HomeSort by relevance Sort by last modified time
    Searched refs:colorType (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGColor.idl 30 readonly attribute unsigned short colorType;
40 [StrictTypeChecking, RequiresAllArguments=Raise] void setColor(in unsigned short colorType, in DOMString rgbColor, in DOMString iccColor)
SVGColor.cpp 33 SVGColor::SVGColor(const SVGColorType& colorType)
34 : m_colorType(colorType)
81 void SVGColor::setColor(unsigned short colorType, const String& rgbColor, const String& iccColor, ExceptionCode& ec)
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.
SVGPaint.cpp 120 SVGColor::SVGColorType colorType = colorTypeForPaintType(type);
121 if (colorType == SVGColor::SVG_COLORTYPE_UNKNOWN) {
125 setColorType(colorType);
128 setColor(colorType, rgbColor, iccColor, ec);
SVGColor.h 63 const SVGColorType& colorType() const { return m_colorType; }
70 void setColor(unsigned short colorType, const String& rgbColor, const String& iccColor, ExceptionCode&);
  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) {
70 Texture texture = getTexture(shapeType, colorType);
83 private final Texture getTexture(int shapeType, int colorType) {
86 switch (colorType) {
98 switch (colorType) {
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 266 int bitDepth, colorType, interlaceType, compressionType, filterType, channels;
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)
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 351 GLenum colorType;
358 colorType = type = GL_FIXED;
362 colorType = GL_UNSIGNED_BYTE;
368 colorType = type = GL_FLOAT;
398 glColorPointer(4, colorType, size_of * 10, data);
400 glColorPointer(4,colorType,size_of * 10, (GLvoid*) (size_of * 3) );
  /frameworks/base/tools/aapt/
Images.cpp 805 int *paletteEntries, bool *hasTransparency, int *colorType,
910 *colorType = PNG_COLOR_TYPE_GRAY; // 1 byte/pixel
917 *colorType = PNG_COLOR_TYPE_PALETTE; // 1 byte/pixel + 4 bytes/color
919 *colorType = PNG_COLOR_TYPE_GRAY_ALPHA; // 2 bytes per pixel
923 *colorType = PNG_COLOR_TYPE_PALETTE;
927 *colorType = isOpaque ? PNG_COLOR_TYPE_GRAY : PNG_COLOR_TYPE_GRAY_ALPHA;
929 *colorType = isOpaque ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGB_ALPHA;
936 if (*colorType == PNG_COLOR_TYPE_PALETTE) {
948 } else if (*colorType == PNG_COLOR_TYPE_GRAY || *colorType == PNG_COLOR_TYPE_GRAY_ALPHA)
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 306 // we track if we actually see a non-opaque pixels, since sometimes a PNG sets its colortype
661 // we track if we actually see a non-opaque pixels, since sometimes a PNG sets its colortype
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 204 long startTime, long duration, int effectType, int colorType) {
207 duration, effectType, colorType);
  /external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp 98 if (svgColor->colorType() == SVGColor::SVG_COLORTYPE_CURRENTCOLOR)
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 1596 milliseconds