Lines Matching refs:mpGraphics
67 mpGraphics(NULL), in AquaSalFrame()
125 if ( mpGraphics ) in ~AquaSalFrame()
126 delete mpGraphics; in ~AquaSalFrame()
262 if( mpGraphics ) in screenParametersChanged()
263 mpGraphics->updateResolution(); in screenParametersChanged()
274 if ( !mpGraphics ) in GetGraphics()
276 mpGraphics = new AquaSalGraphics; in GetGraphics()
277 mpGraphics->SetWindowGraphics( this ); in GetGraphics()
281 return mpGraphics; in GetGraphics()
289 DBG_ASSERT( pGraphics == mpGraphics, "graphics released on wrong frame" ); in ReleaseGraphics()
968 if( !(mbGraphics && mpGraphics && mpNSView && mbShown) ) in Flush()
990 if( !(mbGraphics && mpGraphics && mpNSView && mbShown) ) in Flush()
1013 if( mbGraphics && mpGraphics && mpNSView && mbShown ) in Sync()
1224 if( ! mpGraphics ) in getResolution()
1227 ReleaseGraphics( mpGraphics ); in getResolution()
1229 mpGraphics->GetResolution( o_rDPIX, o_rDPIY ); in getResolution()
1607 return mpGraphics ? mpGraphics->getBitmap( 0, 0, maGeometry.nWidth, maGeometry.nHeight ) : NULL; in SnapShot()