Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpdrawobj.cxx720 sal_uInt8 nPtIndex = 1; in CreateRoundedRect() local
727 nPtIndex++; in CreateRoundedRect()
730 nPtIndex++; in CreateRoundedRect()
733 nPtIndex++; in CreateRoundedRect()
741 nPtIndex++; in CreateRoundedRect()
851 sal_uInt8 nPtIndex = 1; in CreateDrawObj() local
856 nPtIndex++; in CreateDrawObj()
859 nPtIndex++; in CreateDrawObj()
862 nPtIndex++; in CreateDrawObj()
1165 nPtIndex++; in CreateFWPath()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpdrawobj.cxx722 sal_uInt8 nPtIndex = 1; in CreateRoundedRect() local
729 nPtIndex++; in CreateRoundedRect()
732 nPtIndex++; in CreateRoundedRect()
735 nPtIndex++; in CreateRoundedRect()
743 nPtIndex++; in CreateRoundedRect()
853 sal_uInt8 nPtIndex = 1; in CreateDrawObj() local
858 nPtIndex++; in CreateDrawObj()
861 nPtIndex++; in CreateDrawObj()
864 nPtIndex++; in CreateDrawObj()
1166 nPtIndex++; in CreateFWPath()
[all …]
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c6384 void SetTrapMapSegValue(nSegIndex, nPtIndex, w) in SetTrapMapSegValue() argument
6385 int nSegIndex, nPtIndex, w; in SetTrapMapSegValue()
6390 dy = (double)(gaTrapMapPt[TRAP_PT_C].y - gaTrapMapPt[nPtIndex].y);
6391 if (gaTrapMapPt[TRAP_PT_C].x == gaTrapMapPt[nPtIndex].x) {
6395 dx = (double)(gaTrapMapPt[TRAP_PT_C].x - gaTrapMapPt[nPtIndex].x);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dinterpr3.cxx5010 SCSIZE getTFactorIndex(SCSIZE nPtIndex, SCSIZE nTfIdxScaleBits) in getTFactorIndex() argument
5012 …return ( ( nPtIndex << nTfIdxScaleBits ) & ( mnPoints - 1 ) ); // (x & (N-1)) is same as (x % N) b… in getTFactorIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dinterpr3.cxx4954 SCSIZE getTFactorIndex(SCSIZE nPtIndex, SCSIZE nTfIdxScaleBits) in getTFactorIndex() argument
4956 …return ( ( nPtIndex << nTfIdxScaleBits ) & ( mnPoints - 1 ) ); // (x & (N-1)) is same as (x % N) b… in getTFactorIndex()