Home | History | Annotate | Download | only in ports

Lines Matching defs:cgContext

1859     CGContextRef cgContext = CGBitmapContextCreate(&rgb, 1, 1, 8, 4, colorspace,
1861 CGContextSelectFont(cgContext, "Helvetica", 16, kCGEncodingMacRoman);
1862 CGContextSetShouldSmoothFonts(cgContext, true);
1863 CGContextSetShouldAntialias(cgContext, true);
1864 CGContextSetTextDrawingMode(cgContext
1865 CGContextSetGrayFillColor( cgContext, 1, 1.0);
1866 CGContextShowTextAtPoint(cgContext, -1, 0, "|", 1);
1868 CFSafeRelease(cgContext);