Home
last modified time | relevance | path

Searched refs:rCGContext (Results 1 – 17 of 17) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dsysdata.hxx148 CGContextRef rCGContext; // CoreGraphics graphic context member
152 CGContextRef rCGContext; // CoreGraphics graphic context member
167 , rCGContext( nullptr ) in SystemGraphicsData()
171 , rCGContext( NULL ) in SystemGraphicsData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A Dsalvd.cxx75 " pData=" << pData << " context=" << (pData ? pData->rCGContext : nullptr) ); in AquaSalVirtualDevice()
77 if( pGraphic && pData && pData->rCGContext ) in AquaSalVirtualDevice()
92 maLayer.set(CGLayerCreateWithContext(pData->rCGContext, CGSizeMake(nDX, nDY), nullptr)); in AquaSalVirtualDevice()
106 mpGraphics->SetVirDevGraphics(maLayer, pData->rCGContext); in AquaSalVirtualDevice()
H A Dsalgdicommon.cxx118 aRes.rCGContext = maShared.maContextHolder.get(); in GetGraphicsData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsysdata.hxx137 CGContextRef rCGContext; // CoreGraphics graphic context member
141 CGContextRef rCGContext; // CoreGraphics graphic context member
156 , rCGContext( nullptr ) in SystemGraphicsData()
160 , rCGContext( NULL ) in SystemGraphicsData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalvd.cxx74 " pData=" << pData << " context=" << (pData ? pData->rCGContext : nullptr) ); in AquaSalVirtualDevice()
76 if( pGraphic && pData && pData->rCGContext ) in AquaSalVirtualDevice()
91 maLayer.set(CGLayerCreateWithContext(pData->rCGContext, CGSizeMake(nDX, nDY), nullptr)); in AquaSalVirtualDevice()
105 mpGraphics->SetVirDevGraphics(maLayer, pData->rCGContext); in AquaSalVirtualDevice()
H A Dsalgdicommon.cxx1251 aRes.rCGContext = maContextHolder.get(); in GetGraphicsData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ios/LibreOfficeLight/LibreOfficeLight/LOKit/
H A DDocument.swift135 public func paintTileToCGContext( rCGContext: UnsafeMutableRawPointer,
144 return docClass.paintTileToCGContext(pDoc, rCGContext, canvasWidth, canvasHeight,
570 self.paintTileToCGContext(rCGContext:ptr,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/LibreOfficeKit/
H A DLibreOfficeKit.hxx645 void paintTileToCGContext(void* rCGContext, in paintTileToCGContext() argument
653 return mpDoc->pClass->paintTileToCGContext(mpDoc, rCGContext, nCanvasWidth, nCanvasHeight, in paintTileToCGContext()
H A DLibreOfficeKit.h340 void* rCGContext,
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/LibreOfficeKit/
H A DLibreOfficeKit.hxx642 void paintTileToCGContext(void* rCGContext, in paintTileToCGContext() argument
650 return mpDoc->pClass->paintTileToCGContext(mpDoc, rCGContext, nCanvasWidth, nCanvasHeight, in paintTileToCGContext()
H A DLibreOfficeKit.h348 void* rCGContext,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsalinst.cxx944 CGContextRef rCGContext = [pContext CGContext]; in CreateNSImage() local
947 CGContextDrawImage( rCGContext, aDstRect, xImage ); in CreateNSImage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Dsalinst.cxx949 CGContextRef rCGContext = [pContext CGContext]; in CreateNSImage() local
952 CGContextDrawImage( rCGContext, aDstRect, xImage ); in CreateNSImage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/lib/
H A Dinit.cxx772 void* rCGContext,
1837 void* rCGContext, const Size nCanvasSize, in paintTileToCGContext() argument
1842 aData.rCGContext = reinterpret_cast<CGContextRef>(rCGContext); in paintTileToCGContext()
2794 void* rCGContext, in doc_paintTileToCGContext() argument
2814 …paintTileToCGContext(pDoc, rCGContext, aCanvasSize, nTilePosX, nTilePosY, nTileWidth, nTileHeight); in doc_paintTileToCGContext()
4894 aData.rCGContext = cgc; in doc_paintWindowForView()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dinit.cxx1043 void* rCGContext,
2174 void* rCGContext, const Size nCanvasSize, in paintTileToCGContext() argument
2179 aData.rCGContext = reinterpret_cast<CGContextRef>(rCGContext); in paintTileToCGContext()
3264 void* rCGContext, in doc_paintTileToCGContext() argument
3284 …paintTileToCGContext(pDoc, rCGContext, aCanvasSize, nTilePosX, nTilePosY, nTileWidth, nTileHeight); in doc_paintTileToCGContext()
5518 aData.rCGContext = cgc; in doc_paintWindowForView()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog1124243 rCGContext is not used for iOS
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1386292 rCGContext is not used for iOS