Home
last modified time | relevance | path

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

/aoo42x/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx560 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
[all …]

Completed in 40 milliseconds