Searched defs:cg_context (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.h106 CGContextRef cg_context; /* CoreGraphics rendering context */ member in struct:SDL_PrivateVideoData
145 #define cg_context (this->hidden->cg_context) macro
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc464 CGContextRef cg_context = NULL; local
466 cg_context = CGBitmapContextCreate(
474 CGContextTranslateCTM(cg_context, 0, window_rect.height());
475 CGContextScaleCTM(cg_context, 1, -1);
478 cg_context_out->reset(cg_context);

Completed in 2327 milliseconds