Lines Matching refs:pOutBuf
500 sal_Int8* pOutBuf = aRet.getArray(); in getData() local
509 pOutBuf += bitmapLayout.ScanLineStride*(aRequestedBytes.getHeight()-1); in getData()
521 rtl_copyMemory(pOutBuf, pScan+aRequestedBytes.Left(), aRequestedBytes.getWidth()); in getData()
522 pOutBuf += nScanlineStride; in getData()
537 sal_Int8* pOutScan = pOutBuf; in getData()
563 pOutBuf += nScanlineStride; in getData()
592 sal_Int8* pOutBuf = aRet.getArray(); in getPixel() local
606 rtl_copyMemory(pOutBuf, pScan+nScanlineLeftOffset, aRet.getLength() ); in getPixel()
621 *pOutBuf++ = m_pBmpAcc->GetPixelIndex(pos.Y,pos.X); in getPixel()
622 *pOutBuf = m_pAlphaAcc->GetPixelIndex(pos.Y,pos.X); in getPixel()
630 rtl_copyMemory(pOutBuf, pScan+nScanlineLeftOffset, nNonAlphaBytes ); in getPixel()
631 pOutBuf += nNonAlphaBytes; in getPixel()
632 *pOutBuf++ = m_pAlphaAcc->GetPixelIndex(pos.Y,pos.X); in getPixel()