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

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 106 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/
webplugin_proxy.cc 464 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 238 milliseconds