Searched refs:nPntCnt (Results 1 – 5 of 5) sorted by relevance
1201 sal_uInt16 nPntCnt = pImpXPolygon->nPoints; in Translate() local1203 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Translate()1230 sal_uInt16 nPntCnt = pImpXPolygon->nPoints; in Rotate() local1232 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Rotate()1299 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Scale()1325 for (sal_uInt16 i = 0; i < nPntCnt; i++) in SlantX()1352 for (sal_uInt16 i = 0; i < nPntCnt; i++) in SlantY()1408 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Distort()1439 long nPntCnt = pImpXPolygon->nPoints; in Rotate20() local1443 nPoints < nPntCnt; in Rotate20()[all …]
1665 nPntCnt( 0 ), nObjCnt( 0 ) in SwContourCache()1680 nPntCnt -= pTextRanger[ nPos ]->GetPointCount(); in ClrObject()1708 pContourCache->nPntCnt = 0; in ClrContourCache()1767 nPntCnt -= pTextRanger[ --nObjCnt ]->GetPointCount(); in ContourRect()1824 nPntCnt += pTextRanger[ 0 ]->GetPointCount(); in ContourRect()1825 while( nPntCnt > POLY_MAX && nObjCnt > POLY_MIN ) in ContourRect()1827 nPntCnt -= pTextRanger[ --nObjCnt ]->GetPointCount(); in ContourRect()
79 long nPntCnt; member in SwContourCache
1141 sal_uInt16 nPntCnt = rPoly.GetSize(), nNewPos = 0; in ImplReduceEdges() local1142 Polygon aNewPoly( nPntCnt ); in ImplReduceEdges()1145 for( sal_uInt16 n = 0; n < nPntCnt; n++ ) in ImplReduceEdges()1151 sal_uInt16 nIndPrev = !n ? nPntCnt - 1 : n - 1; in ImplReduceEdges()1152 sal_uInt16 nIndPrevPrev = !nIndPrev ? nPntCnt - 1 : nIndPrev - 1; in ImplReduceEdges()1153 sal_uInt16 nIndNext = ( n == nPntCnt-1 ) ? 0 : n + 1; in ImplReduceEdges()1154 sal_uInt16 nIndNextNext = ( nIndNext == nPntCnt - 1 ) ? 0 : nIndNext + 1; in ImplReduceEdges()
2069 sal_uInt16 nPntCnt=rXPoly.GetPointCount(); in AddToHdlList() local2070 if (bClosed && nPntCnt>1) nPntCnt--; in AddToHdlList()2072 for (sal_uInt16 j=0; j<nPntCnt; j++) { in AddToHdlList()
Completed in 179 milliseconds