Home | History | Annotate | Download | only in quartz

Lines Matching refs:cg_context

556     if (cg_context) {
557 CGContextFlush (cg_context);
558 CGContextRelease (cg_context);
559 cg_context = nil;
892 cg_context = CGBitmapContextCreate (current->pixels, current->w, current->h,
899 current->hwdata = (void *) cg_context;
1108 cg_context = CGBitmapContextCreate (current->pixels, current->w, current->h,
1115 current->hwdata = (void *) cg_context;
1527 CGContextFlush (cg_context);
1528 CGImageRef image = CGBitmapContextCreateImage (cg_context);