Searched refs:nsgfx_context (Results 1 – 2 of 2) sorted by relevance
98 NSGraphicsContext *nsgfx_context; /* Cocoa graphics context */ member138 #define nsgfx_context (this->hidden->nsgfx_context) macro
1163 nsgfx_context = [NSGraphicsContext graphicsContextWithWindow:qz_window];1164 [NSGraphicsContext setCurrentContext:nsgfx_context];1521 if (ctx != nsgfx_context) { /* uhoh, you might be rendering from another thread... */1522 [NSGraphicsContext setCurrentContext:nsgfx_context];1523 ctx = nsgfx_context;