Searched refs:CGContextRef (Results  1 – 14 of 14) sorted by relevance
| /aoo41x/main/canvas/source/cairo/ | 
| H A D | cairo_quartz_cairo.cxx | 117     QuartzSurface::QuartzSurface( CGContextRef rContext, int x, int y, int width, int height ) :  in QuartzSurface()200         CGContextRef mrContext = getCGContext();  in flush()
 209 …CGContextRef rViewContext = reinterpret_cast<CGContextRef>([[NSGraphicsContext currentContext] gra…  in flush()
 246     CGContextRef QuartzSurface::getCGContext() const  in getCGContext()
 331             CGContextRef rContext = (CGContextRef)rData.rImageContext;  in createBitmapSurface()
 
 | 
| H A D | cairo_quartz_cairo.hxx | 46 		explicit QuartzSurface( CGContextRef rContext, int x, int y, int width, int height );64         CGContextRef getCGContext() const;
 
 | 
| /aoo41x/main/vcl/aqua/source/gdi/ | 
| H A D | salgdiutils.cxx | 55 void AquaSalGraphics::SetPrinterGraphics( CGContextRef xContext, long nDPIX, long nDPIY, double fSc…  in SetPrinterGraphics()82 void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContext,  in SetVirDevGraphics()
 183         CGContextRef rReleaseContext = 0;  in CheckContext()
 202 	        CGContextRef xCGContext = reinterpret_cast<CGContextRef>([pNSGContext graphicsPort]);  in CheckContext()
 280         CGContextRef rCGContext = reinterpret_cast<CGContextRef>([pContext graphicsPort]);  in UpdateWindow()
 
 | 
| H A D | salvd.cxx | 176 	CGContextRef xCGContext = NULL;  in SetSize()211 …            xCGContext = reinterpret_cast<CGContextRef>([pNSContext graphicsPort]);                  in SetSize()
 237 		CGContextRef xDrawContext = CGLayerGetContext( mxLayer );  in SetSize()
 
 | 
| H A D | salprn.cxx | 121 void AquaSalInfoPrinter::SetupPrinterGraphics( CGContextRef i_rContext ) const  in SetupPrinterGraphics()662 …CGContextRef rContext = reinterpret_cast<CGContextRef>([[NSGraphicsContext currentContext] graphic…  in StartPage()
 
 | 
| H A D | salgdi.cxx | 1132 	    CGContextRef xCopyContext = mrContext;  in copyBits()1193 	CGContextRef xCopyContext = mrContext;  in copyArea()
 1206 		const CGContextRef xSrcContext = CGLayerGetContext( xSrcLayer );  in copyArea()
 1332 	CGContextRef xOnePixelContext = ::CGBitmapContextCreate( &aPixel,  in getPixel()
 1352 static void DrawPattern50( void*, CGContextRef rContext )  in DrawPattern50()
 2425 	CGContextRef xTargetContext, CGLayerRef xTargetLayer )  in SetTarget()
 
 | 
| H A D | salbmp.cxx | 769 	    CGContextRef xMaskContext = CGBitmapContextCreate( pMaskMem,  in CreateWithMask()873 …CGContextRef mxGraphicContextNew = CGBitmapContextCreate( CGBitmapContextGetData(mxGraphicContext),  in GetSystemData()
 
 | 
| H A D | atslayout.cxx | 387 	theSizes[numcontrols] = sizeof( CGContextRef );  in DrawText()
 | 
| /aoo41x/main/vcl/inc/aqua/ | 
| H A D | salgdi.h | 153 	CGContextRef		                    mrContext;	// Quartz drawing context200 …void                SetPrinterGraphics( CGContextRef, long nRealDPIX, long nRealDPIY, double fFake…
 201     void                SetVirDevGraphics( CGLayerRef, CGContextRef, int nBitDepth = 0 );
 425 	void			SetTarget( int nWidth, int nHeight, int nBitmapDepth, CGContextRef, CGLayerRef );
 430 	CGContextRef	GetTargetContext() const { return mxTargetContext; }  in GetTargetContext()
 431 	CGContextRef	GetMaskContext() const { return (mbIsEnabled ? mxMaskContext : NULL); }  in GetMaskContext()
 435 	CGContextRef	mxTargetContext;
 436 	CGContextRef	mxMaskContext;
 437 	CGContextRef	mxTempContext;
 
 | 
| H A D | salprn.h | 57 	CGContextRef		                    mrContext;76     void                        SetupPrinterGraphics( CGContextRef i_xContext ) const;
 
 | 
| H A D | salvd.h | 70     CGContextRef mxBitmapContext;
 | 
| H A D | salbmp.h | 57 	CGContextRef					mxGraphicContext;
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | sysdata.hxx | 31 typedef struct CGContext *CGContextRef;  typedef112 	CGContextRef	rCGContext;		// QUARTZ graphic context
 
 | 
| /aoo41x/main/vcl/aqua/source/app/ | 
| H A D | salinst.cxx | 1302         CGContextRef rCGContext = reinterpret_cast<CGContextRef>([pContext graphicsPort]);  in CreateNSImage()
 | 
        Completed in 197 milliseconds