HomeSort by relevance Sort by last modified time
    Searched refs:cg_context (Results 1 - 3 of 3) 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
SDL_QuartzVideo.m 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;
    [all...]
  /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 74 milliseconds