Lines Matching refs:nSegmentSizeInBytes
560 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in getData() local
563 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in getData()
564 pDst += nSegmentSizeInBytes; in getData()
576 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in getData() local
579 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in getData()
580 pDst += nSegmentSizeInBytes; in getData()
642 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in setData() local
645 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in setData()
646 pSrc += nSegmentSizeInBytes; in setData()
659 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in setData() local
662 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in setData()
663 pSrc += nSegmentSizeInBytes; in setData()