Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dpoly.cxx574 bool ImplPolygon::ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon const * pInitPoly ) in ImplSplit() argument
592 if( pInitPoly ) in ImplSplit()
594 memcpy(mxPointAry.get() + nPos, pInitPoly->mxPointAry.get(), nSpaceSize); in ImplSplit()
596 if (pInitPoly->mxFlagAry) in ImplSplit()
597 memcpy(mxFlagAry.get() + nPos, pInitPoly->mxFlagAry.get(), nSpace); in ImplSplit()
608 if( pInitPoly ) in ImplSplit()
609 memcpy(xNewAry.get() + nPos, pInitPoly->mxPointAry.get(), nSpaceSize); in ImplSplit()
621 if (pInitPoly && pInitPoly->mxFlagAry) in ImplSplit()
622 memcpy(xNewFlagAry.get() + nPos, pInitPoly->mxFlagAry.get(), nSpace); in ImplSplit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dpoly.cxx571 bool ImplPolygon::ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon const * pInitPoly ) in ImplSplit() argument
589 if( pInitPoly ) in ImplSplit()
591 memcpy(mxPointAry.get() + nPos, pInitPoly->mxPointAry.get(), nSpaceSize); in ImplSplit()
593 if (pInitPoly->mxFlagAry) in ImplSplit()
594 memcpy(mxFlagAry.get() + nPos, pInitPoly->mxFlagAry.get(), nSpace); in ImplSplit()
605 if( pInitPoly ) in ImplSplit()
606 memcpy(xNewAry.get() + nPos, pInitPoly->mxPointAry.get(), nSpaceSize); in ImplSplit()
618 if (pInitPoly && pInitPoly->mxFlagAry) in ImplSplit()
619 memcpy(xNewFlagAry.get() + nPos, pInitPoly->mxFlagAry.get(), nSpace); in ImplSplit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/inc/
H A Dpoly.h52 …bool ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon const * pInitPoly = nul…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/inc/
H A Dpoly.h51 …bool ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon const * pInitPoly = nul…