Lines Matching refs:pSrc
558 …sal_uInt8 *pSrc = (sal_uInt8 *)((((BYTE *)aSurfaceDesc.lpSurface)+(rect.Y1*aSurfaceDesc.lPitch))+r… in getData() local
563 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in getData()
565 pSrc += aSurfaceDesc.lPitch; in getData()
574 …sal_uInt8 *pSrc = (sal_uInt8 *)((((BYTE *)aLockedRect.pBits)+(rect.Y1*aLockedRect.Pitch))+rect.X1); in getData() local
579 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in getData()
581 pSrc += aLockedRect.Pitch; in getData()
640 sal_uInt8 *pSrc = (sal_uInt8 *)data.getConstArray(); in setData() local
645 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in setData()
646 pSrc += nSegmentSizeInBytes; in setData()
657 sal_uInt8 *pSrc = (sal_uInt8 *)data.getConstArray(); in setData() local
662 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in setData()
663 pSrc += nSegmentSizeInBytes; in setData()