Searched defs:cgColor (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp77 CGColorRef cgColor = 0; local
79 cgColor = CGColorCreate(sRGBColorSpaceRef(), components);
81 cgColor = CGColorCreate(deviceRGBColorSpaceRef(), components);
83 return cgColor;
88 CGColorRef cgColor = createCGColorWithColorSpace(color, colorSpace); local
89 CGContextSetFillColorWithColor(context, cgColor);
90 CFRelease(cgColor);
95 CGColorRef cgColor = createCGColorWithColorSpace(color, colorSpace); local
96 CGContextSetStrokeColorWithColor(context, cgColor);
97 CFRelease(cgColor);
[all...]

Completed in 52 milliseconds