Searched refs:nSegmentSizeInBytes (Results 1 – 1 of 1) sorted by relevance
560 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in getData() local563 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in getData()564 pDst += nSegmentSizeInBytes; in getData()576 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in getData() local579 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in getData()580 pDst += nSegmentSizeInBytes; in getData()642 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in setData() local645 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in setData()646 pSrc += nSegmentSizeInBytes; in setData()659 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in setData() local[all …]
Completed in 17 milliseconds