Home
last modified time | relevance | path

Searched refs:mnBitmapDepth (Results 1 – 13 of 13) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalvd.cxx68 , mnBitmapDepth( 0 ) in AquaSalVirtualDevice()
115 mnBitmapDepth = 1; in AquaSalVirtualDevice()
119 mnBitmapDepth = 8; in AquaSalVirtualDevice()
123 mnBitmapDepth = 0; in AquaSalVirtualDevice()
232 if( mnBitmapDepth && (mnBitmapDepth < 16) ) in SetSize()
234 mnBitmapDepth = 8; // TODO: are 1bit vdevs worth it? in SetSize()
235 const int nBytesPerRow = (mnBitmapDepth * nDX + 7) / 8; in SetSize()
239 mnBitmapDepth, nBytesPerRow, in SetSize()
273 mnBitmapDepth = 32; in SetSize()
275 const int nBytesPerRow = (mnBitmapDepth * nDX) / 8; in SetSize()
[all …]
H A Dsalgdicommon.cxx351 (!mnBitmapDepth || (aDstPoint.x + pSrc->mnWidth) <= mnWidth) in copyBits()
1229 sal_uInt16 nBits = mnBitmapDepth ? mnBitmapDepth : 32;//24; in GetBitCount()
1240 if (!pBitmap->Create(maLayer, mnBitmapDepth, nX, nY, nDX, nDY, IsFlipped())) in getBitmap()
1756 … mpXorEmulation->SetTarget(mnWidth, mnHeight, mnBitmapDepth, maContextHolder.get(), maLayer.get()); in SetXORMode()
1968 mnBitmapDepth = nBitmapDepth; in SetVirDevGraphics()
1999 … mpXorEmulation->SetTarget(mnWidth, mnHeight, mnBitmapDepth, maContextHolder.get(), maLayer.get()); in SetVirDevGraphics()
H A Dsalgdiutils.cxx174 … mpXorEmulation->SetTarget(mnWidth, mnHeight, mnBitmapDepth, maContextHolder.get(), maLayer.get()); in CheckContext()
H A Dsalgdi.cxx188 , mnBitmapDepth( 0 ) in AquaSalGraphics()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/ios/
H A Dsalios.cxx146 (!mrShared.mnBitmapDepth || (aDstPoint.x + pSrcShared->mnWidth) <= mrShared.mnWidth) in copyBits()
287 maShared.mnBitmapDepth = nBitmapDepth; in SetVirDevGraphics()
316 …XorEmulation->SetTarget(maShared.mnWidth, maShared.mnHeight, maShared.mnBitmapDepth, maShared.maCo… in SetVirDevGraphics()
535 if( mnBitmapDepth && (mnBitmapDepth < 16) ) in SetSize()
537 mnBitmapDepth = 8; // TODO: are 1bit vdevs worth it? in SetSize()
538 const int nBytesPerRow = (mnBitmapDepth * nDX + 7) / 8; in SetSize()
542 mnBitmapDepth, nBytesPerRow, in SetSize()
551 mnBitmapDepth = 32; in SetSize()
553 const int nBytesPerRow = (mnBitmapDepth * nDX) / 8; in SetSize()
576 mpGraphics->SetVirDevGraphics(maLayer.get(), xDrawContext, mnBitmapDepth); in SetSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsalmacos.cxx225 maShared.mnBitmapDepth = nBitmapDepth; in SetVirDevGraphics()
264 …XorEmulation->SetTarget(maShared.mnWidth, maShared.mnHeight, maShared.mnBitmapDepth, maShared.maCo… in SetVirDevGraphics()
275 … "x" << maShared.mnHeight << ") fScale=" << fScale << " mnBitmapDepth=" << maShared.mnBitmapDepth); in SetVirDevGraphics()
493 if (mnBitmapDepth && (mnBitmapDepth < 16)) in SetSize()
495 mnBitmapDepth = 8; in SetSize()
501 mnBitmapDepth = 32; in SetSize()
511 size_t nBytesPerRow = mnBitmapDepth * nScaledWidth / 8; in SetSize()
515 " fScale=" << fScale << " mnBitmapDepth=" << mnBitmapDepth); in SetSize()
520 mpGraphics->SetVirDevGraphics(maLayer, CGLayerGetContext(maLayer.get()), mnBitmapDepth); in SetSize()
H A Dsalgdiutils.cxx220 … mpXorEmulation->SetTarget(mnWidth, mnHeight, mnBitmapDepth, maContextHolder.get(), maLayer.get()); in checkContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A Dsalvd.cxx69 , mnBitmapDepth( 0 ) in AquaSalVirtualDevice()
121 mnBitmapDepth = 8; in AquaSalVirtualDevice()
125 mnBitmapDepth = 0; in AquaSalVirtualDevice()
H A DAquaGraphicsBackend.cxx247 sal_uInt16 nBits = mrShared.mnBitmapDepth ? mrShared.mnBitmapDepth : 32; //24; in GetBitCount()
357 mrShared.mnBitmapDepth, mrShared.maContextHolder.get(), in SetXORMode()
971 if (!pBitmap->Create(mrShared.maLayer, mrShared.mnBitmapDepth, nX, nY, nDX, nDY, in getBitmap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/quartz/
H A Dsalvd.h43 int mnBitmapDepth; variable
H A Dsalgdi.h142 int mnBitmapDepth; // zero unless bitmap variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/quartz/
H A Dsalvd.h45 int mnBitmapDepth; variable
H A Dsalgdi.h171 int mnBitmapDepth; // zero unless bitmap member
190 , mnBitmapDepth(0) in AquaSharedAttributes()