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

  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 46 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/
GraphicsContextCGWin.cpp 139 CGColorRef colorRef = color.isValid() ? createCGColor(color) : 0;
152 wkDrawFocusRing(context, colorRef, radius);
154 CGColorRelease(colorRef);

Completed in 115 milliseconds