Home
last modified time | relevance | path

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

/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx492 Rectangle aRequestedBytes( aRequestedArea ); in getData() local
495 aRequestedBytes.Left() = aRequestedArea.Left()*m_nBitsPerOutputPixel/8; in getData()
496 aRequestedBytes.Right() = (aRequestedArea.Right()*m_nBitsPerOutputPixel + 7)/8; in getData()
499 aRet.realloc(aRequestedBytes.getWidth()*aRequestedBytes.getHeight()); in getData()
502 bitmapLayout.ScanLines = aRequestedBytes.getHeight(); in getData()
504 bitmapLayout.ScanLineStride= aRequestedBytes.getWidth(); in getData()
509 pOutBuf += bitmapLayout.ScanLineStride*(aRequestedBytes.getHeight()-1); in getData()
518 for( long y=aRequestedBytes.Top(); y<aRequestedBytes.Bottom(); ++y ) in getData()
521 rtl_copyMemory(pOutBuf, pScan+aRequestedBytes.Left(), aRequestedBytes.getWidth()); in getData()

Completed in 16 milliseconds