Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx79 for ( ny = 0; --nyCount ; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap()
93 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap()
107 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap()
131 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap()
147 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap()
253 rDesc.mnScanSize = 0; in ImplGetDimensions()
275 rDesc.mnScanSize = rDesc.mnX; in ImplGetDimensions()
300 rDesc.mnScanSize = ( ( rDesc.mnX * rDesc.mnDstBitsPerPixel + 7 ) >> 3 ); in ImplGetDimensions()
303 nScanSize = rDesc.mnScanSize; in ImplGetDimensions()
306 nScanSize = ( rDesc.mnScanSize + 1 ) & ~1; in ImplGetDimensions()
[all …]
H A Dbitmap.hxx42 sal_uInt32 mnScanSize; // bytes per line member in CGMBitmapDescriptor