HomeSort by relevance Sort by last modified time
    Searched full:rgbcolor (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/Source/WebCore/svg/
SVGColor.cpp 28 #include "RGBColor.h"
38 PassRefPtr<RGBColor> SVGColor::rgbColor() const
40 return RGBColor::create(m_color.rgb());
43 void SVGColor::setRGBColor(const String& rgbColor, ExceptionCode& ec)
45 Color color = SVGColor::colorFromRGBColorString(rgbColor);
65 void SVGColor::setRGBColorICCColor(const String& rgbColor, const String& iccColor, ExceptionCode& ec)
67 if (rgbColor.isEmpty() || iccColor.isEmpty()) {
73 setRGBColor(rgbColor, ec);
81 void SVGColor::setColor(unsigned short colorType, const String& rgbColor, const String& iccColor, ExceptionCode& ec
    [all...]
SVGColor.h 32 class RGBColor;
43 static PassRefPtr<SVGColor> createFromString(const String& rgbColor)
46 color->setColor(colorFromRGBColorString(rgbColor));
50 static PassRefPtr<SVGColor> createFromColor(const Color& rgbColor)
53 color->setColor(rgbColor);
64 PassRefPtr<RGBColor> rgbColor() const;
68 void setRGBColor(const String& rgbColor, ExceptionCode&);
69 void setRGBColorICCColor(const String& rgbColor, const String& iccColor, ExceptionCode&);
70 void setColor(unsigned short colorType, const String& rgbColor, const String& iccColor, ExceptionCode&)
    [all...]
SVGColor.idl 31 readonly attribute RGBColor rgbColor;
34 [StrictTypeChecking, RequiresAllArguments=Raise] void setRGBColor(in DOMString rgbColor)
37 [StrictTypeChecking, RequiresAllArguments=Raise] void setRGBColorICCColor(in DOMString rgbColor, in DOMString iccColor)
40 [StrictTypeChecking, RequiresAllArguments=Raise] void setColor(in unsigned short colorType, in DOMString rgbColor, in DOMString iccColor)
SVGPaint.idl 44 [StrictTypeChecking, RequiresAllArguments=Raise] void setPaint(in unsigned short paintType, in DOMString uri, in DOMString rgbColor, in DOMString iccColor)
SVGPaint.h 86 void setPaint(unsigned short paintType, const String& uri, const String& rgbColor, const String& iccColor, ExceptionCode&);
SVGPaint.cpp 85 void SVGPaint::setPaint(unsigned short paintType, const String& uri, const String& rgbColor, const String& iccColor, ExceptionCode& ec)
128 setColor(colorType, rgbColor, iccColor, ec);
  /external/webkit/Source/WebCore/css/
RGBColor.cpp 28 #include "RGBColor.h"
32 PassRefPtr<RGBColor> RGBColor::create(unsigned rgbColor)
34 return adoptRef(new RGBColor(rgbColor));
37 PassRefPtr<CSSPrimitiveValue> RGBColor::red()
43 PassRefPtr<CSSPrimitiveValue> RGBColor::green()
49 PassRefPtr<CSSPrimitiveValue> RGBColor::blue()
55 PassRefPtr<CSSPrimitiveValue> RGBColor::alpha(
    [all...]
RGBColor.h 36 class RGBColor : public RefCounted<RGBColor> {
38 static PassRefPtr<RGBColor> create(unsigned rgbColor);
48 RGBColor(unsigned rgbColor)
49 : m_rgbColor(rgbColor)
RGBColor.idl 24 interface RGBColor {
CSSPrimitiveValue.h 35 class RGBColor;
175 PassRefPtr<RGBColor> getRGBColorValue(ExceptionCode&) const;
176 RGBA32 getRGBA32Value() const { return m_type != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }
236 unsigned rgbcolor; member in union:WebCore::CSSPrimitiveValue::__anon16085
CSSPrimitiveValue.cpp 34 #include "RGBColor.h"
148 m_value.rgbcolor = color;
565 PassRefPtr<RGBColor> CSSPrimitiveValue::getRGBColorValue(ExceptionCode& ec) const
574 return RGBColor::create(m_value.rgbcolor);
755 RGBA32 rgbColor = m_value.rgbcolor;
757 Color::parseHexColor(m_value.string, rgbColor);
758 Color color(rgbColor);
CSSPrimitiveValue.idl 68 RGBColor getRGBColorValue()
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PixelPerfectPixelPanel.java 83 Color rgbColor = new Color(Display.getDefault(), pixel);
85 e.gc.setBackground(rgbColor);
88 rgbColor.dispose();
116 rgbColor = new Color(Display.getDefault(), pixel);
120 e.gc.setBackground(rgbColor);
123 rgbColor.dispose();
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 209 RGBColor alpha; // alpha color
210 RGBColor trans; // transparent color
935 RGBColor rgb = { 0.0, 0.0, 0.0 };
980 RGBColor black = { 0, 0, 0 };
981 RGBColor white = { 0xFFFF, 0xFFFF, 0xFFFF };
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMUtility.mm 114 WRAP(RGBColor)
  /external/libvpx/examples/includes/geshi/geshi/
lscript.php 118 'rewind', 'rgb', 'rgbambient', 'rgbcolor', 'rgbspot',
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 367 RGBColor saveRGB;
368 RGBColor blackRGB = { 0, 0, 0 };
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm 459 NSColor *rgbColor = nil;
460 if ([colorSpace isEqual:[NSColorSpace genericRGBColorSpace]] || [colorSpace isEqual:[NSColorSpace deviceRGBColorSpace]]) rgbColor = color;
461 if (!rgbColor) rgbColor = [color colorUsingColorSpaceName:NSDeviceRGBColorSpace];
462 if (rgbColor) {
464 [rgbColor getRed:&red green:&green blue:&blue alpha:&alpha];
    [all...]
  /external/webkit/Source/WebCore/
DerivedSources.make 335 RGBColor \
CMakeLists.txt 120 css/RGBColor.idl
516 css/RGBColor.cpp
    [all...]
CodeGenerators.pri 92 css/RGBColor.idl \
Android.mk 84 css/RGBColor.cpp \
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 360 NSColor* rgbColor = [nsColor colorUsingColorSpaceName:NSDeviceRGBColorSpace];
361 if (rgbColor == nil)
362 rgbColor = [NSColor blackColor];
364 [rgbColor getRed:&components[0] green:&components[1] blue:&components[2] alpha:&components[3]];
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 376 attribute RGBColorConstructor RGBColor;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 598 milliseconds

1 2