Home
last modified time | relevance | path

Searched refs:CGContextRef (Results 1 – 14 of 14) sorted by relevance

/trunk/main/canvas/source/cairo/
H A Dcairo_quartz_cairo.cxx117 QuartzSurface::QuartzSurface( CGContextRef rContext, int x, int y, int width, int height ) : in QuartzSurface()
200 CGContextRef mrContext = getCGContext(); in flush()
209CGContextRef 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 Dcairo_quartz_cairo.hxx46 explicit QuartzSurface( CGContextRef rContext, int x, int y, int width, int height );
64 CGContextRef getCGContext() const;
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx55 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 Dsalvd.cxx176 CGContextRef xCGContext = NULL; in SetSize()
211 … xCGContext = reinterpret_cast<CGContextRef>([pNSContext graphicsPort]); in SetSize()
237 CGContextRef xDrawContext = CGLayerGetContext( mxLayer ); in SetSize()
H A Dsalprn.cxx121 void AquaSalInfoPrinter::SetupPrinterGraphics( CGContextRef i_rContext ) const in SetupPrinterGraphics()
662CGContextRef rContext = reinterpret_cast<CGContextRef>([[NSGraphicsContext currentContext] graphic… in StartPage()
H A Dsalgdi.cxx1132 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 Dsalbmp.cxx769 CGContextRef xMaskContext = CGBitmapContextCreate( pMaskMem, in CreateWithMask()
873CGContextRef mxGraphicContextNew = CGBitmapContextCreate( CGBitmapContextGetData(mxGraphicContext), in GetSystemData()
H A Datslayout.cxx387 theSizes[numcontrols] = sizeof( CGContextRef ); in DrawText()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h153 CGContextRef mrContext; // Quartz drawing context
200 …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 Dsalprn.h57 CGContextRef mrContext;
76 void SetupPrinterGraphics( CGContextRef i_xContext ) const;
H A Dsalvd.h70 CGContextRef mxBitmapContext;
H A Dsalbmp.h57 CGContextRef mxGraphicContext;
/trunk/main/vcl/inc/vcl/
H A Dsysdata.hxx31 typedef struct CGContext *CGContextRef; typedef
112 CGContextRef rCGContext; // QUARTZ graphic context
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx1301 CGContextRef rCGContext = reinterpret_cast<CGContextRef>([pContext graphicsPort]); in CreateNSImage()

Completed in 71 milliseconds