/external/webkit/WebKit/win/ |
D | WebKitGraphics.h | 33 typedef struct CGColor* CGColorRef; typedef 57 CGColorRef color; 63 CGColorRef shadowColor;
|
D | WebKitGraphics.cpp | 89 CGColorRef color;
|
D | ChangeLog-2009-06-16 | 9138 Take advantage of the new Color constructor that takes a CGColorRef
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | ColorCG.cpp | 36 Color::Color(CGColorRef color) in Color() 72 CGColorRef createCGColor(const Color& c) in createCGColor() 74 CGColorRef color = NULL; in createCGColor()
|
D | ImageCG.cpp | 304 CGColorRef color = CGColorCreateWithPattern(patternSpace, pattern, &alpha); in drawPattern()
|
D | GraphicsContextCG.cpp | 734 CGColorRef colorCG = createCGColor(color); in setPlatformShadow()
|
/external/webkit/WebCore/platform/graphics/ |
D | Color.h | 32 typedef struct CGColor* CGColorRef; typedef 121 Color(CGColorRef); 156 CGColorRef createCGColor(const Color&);
|
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
D | WebKitSystemInterface.h | 35 typedef struct CGColor* CGColorRef; typedef 65 void wkDrawFocusRing(CGContextRef, CGColorRef, float radius);
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | ColorMac.mm | 110 static CGColorRef CGColorFromNSColor(NSColor *color) 118 CGColorRef cgColor = CGColorCreate(deviceRGBColorSpace, components); 122 CGColorRef createCGColor(const Color& c)
|
D | GraphicsContextMac.mm | 53 CGColorRef colorRef = color.isValid() ? createCGColor(color) : 0;
|
D | GraphicsLayerCA.mm | 261 CGColorRef borderColor = createCGColor(color); 274 CGColorRef bgColor = createCGColor(color);
|
/external/skia/xcode/hostapp/ |
D | test.cpp | 46 CGColorRef color = CGColorCreate(colorspace, components); in SkiaDraw()
|
/external/webkit/WebCore/platform/mac/ |
D | WebCoreSystemInterface.h | 103 extern void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius);
|
D | WebCoreSystemInterface.mm | 38 void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius);
|
/external/webkit/WebCore/platform/graphics/win/ |
D | GraphicsContextCGWin.cpp | 134 CGColorRef colorRef = color.isValid() ? createCGColor(color) : 0; in drawFocusRing()
|
/external/webkit/WebKitLibraries/ |
D | WebKitSystemInterface.h | 95 void WKDrawFocusRing(CGContextRef context, CGColorRef color, int radius);
|
/external/webkit/WebCore/svg/graphics/filters/cg/ |
D | SVGFEHelpersCg.mm | 62 CGColorRef colorCG = createCGColor(c);
|
/external/webkit/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 237 static CGColorRef CreateCGColorIfDifferent(NSColor* nsColor, CGColorRef existingColor) 246 // create a new CGColorRef to return 248 CGColorRef cgColor = CGColorCreate(cgColorSpace, components); 263 …CGColorRef existingColor = (CGColorRef) [attrString attribute:attribute atIndex:range.location eff… 264 CGColorRef cgColor = CreateCGColorIfDifferent(color, existingColor);
|
/external/webkit/WebCore/rendering/ |
D | RenderThemeSafari.cpp | 99 SOFT_LINK_OPTIONAL(SafariTheme, STCopyThemeColor, CGColorRef, APIENTRY, (unsigned color, SafariThem… 105 static RGBA32 makeRGBAFromCGColor(CGColorRef color) in makeRGBAFromCGColor() 171 …RetainPtr<CGColorRef> color(AdoptCF, STCopyThemeColorPtr()(stFocusRingColorID, SafariTheme::Active… in platformFocusRingColor()
|
/external/webkit/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 887 CGColorRef shadowColor = CGColorCreate(colorSpace, components); in setShadow()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 30158 Dumped the use of CGColorRef and directly use the floating point data from 30377 Bug 10836: REGRESSION: Mac implementation of Font::drawGlyphs leaks a CGColorRef 30380 (WebCore::Font::drawComplexText): Release CGColorRef after use.
|
D | ChangeLog-2006-05-10 | 1813 a CGColorRef object. 1815 to avoid allocating a CGColorRef object.
|
D | ChangeLog-2008-08-10 | 71378 Add a Color(CGColorRef) constructor
|
D | ChangeLog-2009-06-16 | 45843 Color(CGColorRef) constructor.
|