Home
last modified time | relevance | path

Searched refs:mFncGetPixel (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dbmpacc.cxx88 mFncGetPixel ( nullptr ), in BitmapReadAccess()
130 mFncGetPixel = GetPixelForN1BitMsbPal; in ImplSetAccessPointers()
136 mFncGetPixel = GetPixelForN1BitLsbPal; in ImplSetAccessPointers()
142 mFncGetPixel = GetPixelForN4BitMsnPal; in ImplSetAccessPointers()
148 mFncGetPixel = GetPixelForN4BitLsnPal; in ImplSetAccessPointers()
154 mFncGetPixel = GetPixelForN8BitPal; in ImplSetAccessPointers()
160 mFncGetPixel = GetPixelForN8BitTcMask; in ImplSetAccessPointers()
166 mFncGetPixel = GetPixelForN24BitTcBgr; in ImplSetAccessPointers()
172 mFncGetPixel = GetPixelForN24BitTcRgb; in ImplSetAccessPointers()
180 mFncGetPixel = GetPixelForN32BitTcAbgr; in ImplSetAccessPointers()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A DBitmapReadAccess.hxx62 return mFncGetPixel(pData, nX, maColorMask); in GetPixelFromData()
83 return mFncGetPixel(GetScanline(nY), nX, maColorMask); in GetPixel()
124 FncGetPixel mFncGetPixel; member in BitmapReadAccess
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dbitmapaccess.hxx183 return mFncGetPixel( pData, nX, maColorMask ); in GetPixelFromData()
204 return mFncGetPixel(GetScanline(nY), nX, maColorMask ); in GetPixel()
232 FncGetPixel mFncGetPixel; member in BitmapReadAccess
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A DBitmapReadAccess.cxx29 , mFncGetPixel(nullptr) in BitmapReadAccess()
41 mFncGetPixel = GetPixelFunction(mpBuffer->mnFormat); in BitmapReadAccess()
44 if (!mFncGetPixel || !mFncSetPixel) in BitmapReadAccess()