Home | History | Annotate | Download | only in cg

Lines Matching refs:cgContext

145 GraphicsContext::GraphicsContext(CGContextRef cgContext)
147 , m_data(new GraphicsContextPlatformPrivate(cgContext))
149 setPaintingDisabled(!cgContext);
150 if (cgContext) {
470 CGContextRef cgContext = platformContext();
477 CGContextSetStrokeColorSpace(cgContext, patternSpace.get());
480 CGContextSetStrokePattern(cgContext, platformPattern.get(), &patternAlpha);
485 CGContextRef cgContext = platformContext();
492 CGContextSetFillColorSpace(cgContext, patternSpace.get());
495 cgContext, platformPattern.get(), &patternAlpha);