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

  /external/webkit/Source/WebCore/platform/graphics/cg/
ColorCG.cpp 38 Color::Color(CGColorRef color)
87 static CGColorRef leakCGColor(const Color& color, ColorSpace colorSpace)
94 template<ColorSpace colorSpace> static CGColorRef cachedCGColor(const Color& color)
98 static CGColorRef transparentCGColor = leakCGColor(color, colorSpace);
102 static CGColorRef blackCGColor = leakCGColor(color, colorSpace);
106 static CGColorRef whiteCGColor = leakCGColor(color, colorSpace);
115 static RetainPtr<CGColorRef>* cachedCGColors = new RetainPtr<CGColorRef>[cacheSize];
122 CGColorRef newCGColor = leakCGColor(color, colorSpace);
133 CGColorRef cachedCGColor(const Color& color, ColorSpace colorSpace
    [all...]
ImageCG.cpp 344 RetainPtr<CGColorRef> color(AdoptCF, CGColorCreateWithPattern(patternSpace.get(), pattern.get(), &alpha));
  /external/webkit/Source/WebKit/win/
WebKitGraphics.h 33 typedef struct CGColor* CGColorRef;
57 CGColorRef color;
63 CGColorRef shadowColor;
WebKitGraphics.cpp 85 CGColorRef color;
  /external/chromium/chrome/browser/ui/cocoa/
tabpose_window.h 58 base::mac::ScopedCFTypeRef<CGColorRef> gray_;
59 base::mac::ScopedCFTypeRef<CGColorRef> darkBlue_;
  /external/webkit/Source/WebCore/platform/graphics/
Color.h 35 typedef struct CGColor* CGColorRef;
147 Color(CGColorRef);
188 CGColorRef cachedCGColor(const Color&, ColorSpace);
  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 47 static void drawFocusRingToContext(CGContextRef context, CGPathRef focusRingPath, CGColorRef color, int radius)
68 CGColorRef colorRef = color.isValid() ? cachedCGColor(color, ColorSpaceDeviceRGB) : 0;
80 CGColorRef colorRef = color.isValid() ? cachedCGColor(color, ColorSpaceDeviceRGB) : 0;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObjectMac.mm 72 CGColorRef color = CGColorCreateGenericRGB(0.5, 0.5, 1, 1);
  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 105 CGColorRef borderColor = CACFLayerGetBorderColor(layer());
MediaPlayerPrivateFullscreenWindow.cpp 117 RetainPtr<CGColorRef> redColor(AdoptCF, CGColorCreateGenericRGB(1, 0, 0, 1));
GraphicsContextCGWin.cpp 145 CGColorRef colorRef = color.isValid() ? cachedCGColor(color, ColorSpaceDeviceRGB) : 0;
WebTiledLayer.cpp 204 CGColorRef borderColor = CGColorCreateGenericRGB(0.5, 0, 0.5, 0.7);
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 42 typedef struct CGColor* CGColorRef;
86 void wkDrawFocusRing(CGContextRef, CGColorRef, float radius);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.cpp 159 CGColorRef debugColor = CGColorCreateGenericRGB(1, 0, 0, 0.8);
PlatformCALayerWin.cpp 492 RetainPtr<CGColorRef> color(AdoptCF, CGColorCreate(colorSpace.get(), components));
520 RetainPtr<CGColorRef> color(AdoptCF, CGColorCreate(colorSpace.get(), components));
PlatformCALayerWinInternal.cpp 104 CGColorRef borderColor = CACFLayerGetBorderColor(caLayer);
389 CGColorRef borderColor = CGColorCreateGenericRGB(0.5, 0, 0.5, 0.7);
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 40 void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius);
WebCoreSystemInterface.h 113 extern void (*wkDrawFocusRing)(CGContextRef, CGColorRef, int radius);
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 629 RetainPtr<CGColorRef> color(AdoptCF, CGColorCreate(colorSpace.get(), components));
659 RetainPtr<CGColorRef> color(AdoptCF, CGColorCreate(colorSpace.get(), components));
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 100 SOFT_LINK_OPTIONAL(SafariTheme, STCopyThemeColor, CGColorRef, APIENTRY, (unsigned color, SafariTheme::ThemeControlState));
106 static RGBA32 makeRGBAFromCGColor(CGColorRef color)
172 RetainPtr<CGColorRef> color(AdoptCF, STCopyThemeColorPtr()(stFocusRingColorID, SafariTheme::ActiveState));
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 357 static CGColorRef CreateCGColorIfDifferent(NSColor* nsColor, CGColorRef existingColor)
366 // create a new CGColorRef to return
368 CGColorRef cgColor = CGColorCreate(cgColorSpace, components);
383 CGColorRef existingColor = (CGColorRef) [attrString attribute:attribute atIndex:range.location effectiveRange:nil];
384 CGColorRef cgColor = CreateCGColorIfDifferent(color, existingColor);
    [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 119 void WKDrawFocusRing(CGContextRef context, CGColorRef color, int radius);
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm     [all...]

Completed in 470 milliseconds