Searched refs:colorRef (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/mac/
H A DGraphicsContextMac.mm46 static void drawFocusRingToContext(CGContextRef context, RetainPtr<CGPathRef> focusRingPath, RetainPtr<CGColorRef> colorRef, int radius)
53 wkDrawFocusRing(context, colorRef.get(), radius);
66 RetainPtr<CGColorRef> colorRef;
68 colorRef.adoptCF(createCGColor(color));
75 drawFocusRingToContext(platformContext(), focusRingPath, colorRef, radius);
85 RetainPtr<CGColorRef> colorRef;
87 colorRef.adoptCF(createCGColor(color));
94 drawFocusRingToContext(platformContext(), focusRingPath, colorRef, radius);
/external/webkit/WebCore/platform/graphics/win/
H A DGraphicsContextCGWin.cpp139 CGColorRef colorRef = color.isValid() ? createCGColor(color) : 0; local
152 wkDrawFocusRing(context, colorRef, radius);
154 CGColorRelease(colorRef);

Completed in 88 milliseconds