Home | History | Annotate | Download | only in cg

Lines Matching defs:cgContext

115 void GraphicsContext::platformInit(CGContextRef cgContext)
117 m_data = new GraphicsContextPlatformPrivate(cgContext);
118 setPaintingDisabled(!cgContext);
119 if (cgContext) {
456 CGContextRef cgContext = platformContext();
463 CGContextSetStrokeColorSpace(cgContext, patternSpace.get());
466 CGContextSetStrokePattern(cgContext, platformPattern.get(), &patternAlpha);
471 CGContextRef cgContext = platformContext();
478 CGContextSetFillColorSpace(cgContext, patternSpace.get());
481 CGContextSetFillPattern(cgContext, platformPattern.get(), &patternAlpha);