Home | History | Annotate | Download | only in Plugins

Lines Matching refs:cgContext

1412             CGContextRef cgContext = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
1413 CGContextSaveGState(cgContext);
1415 CGContextTranslateCTM(cgContext, 0.0f, NSHeight(bounds));
1416 CGContextScaleCTM(cgContext, 1.0f, -1.0f);
1418 CGContextRestoreGState(cgContext);