Home
last modified time | relevance | path

Searched refs:mnBytesPerRow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx59 , mnBytesPerRow(0) in AquaSalBitmap()
194 sal_uInt32 nContextBytesPerRow = mnBytesPerRow; in CreateContext()
248 mnBytesPerRow = 0; in AllocateUserData()
254 case 8: mnBytesPerRow = mnWidth; break; in AllocateUserData()
255 case 16: mnBytesPerRow = mnWidth << 1; break; in AllocateUserData()
257 case 32: mnBytesPerRow = mnWidth << 2; break; in AllocateUserData()
265 if( mnBytesPerRow ) in AllocateUserData()
272 mnBytesPerRow = 0; in AllocateUserData()
671 pBuffer->mnScanlineSize = mnBytesPerRow; in AcquireBuffer()
815 pSource += nY * mnBytesPerRow; in CreateColorMask()
[all …]
/trunk/main/vcl/inc/aqua/
H A Dsalbmp.h65 sal_uInt32 mnBytesPerRow; member in AquaSalBitmap

Completed in 20 milliseconds