Home
last modified time | relevance | path

Searched refs:nPoints (Results 26 – 50 of 64) sorted by relevance

123

/trunk/main/vcl/inc/os2/
H A Dsalgdi.h165 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry );
166 virtual void drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry );
175 …virtual sal_Bool drawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt8* …
176 …virtual sal_Bool drawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt8* p…
202 virtual void invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags );
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx606 Polygon aPoly(nPoints); in Draw()
608 for(i=0;i<nPoints;i++) aPoly.SetPoint(Point(EckP[i].x,EckP[i].y),i); in Draw()
630 Polygon aSpln(nPoints); in Draw()
632 for(i=0;i<nPoints;i++) aSpln.SetPoint(Point(EckP[i].x,EckP[i].y),i); in Draw()
902 aPoly.EckP=new PointType[aPoly.nPoints]; in DrawObjkList()
903 rInp.Read((char*)aPoly.EckP,4*aPoly.nPoints); in DrawObjkList()
905 for(short i=0;i<aPoly.nPoints;i++) SWAPPOINT(aPoly.EckP[i]); in DrawObjkList()
915 aSpln.EckP=new PointType[aSpln.nPoints]; in DrawObjkList()
916 rInp.Read((char*)aSpln.EckP,4*aSpln.nPoints); in DrawObjkList()
918 for(short i=0;i<aSpln.nPoints;i++) SWAPPOINT(aSpln.EckP[i]); in DrawObjkList()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx288 void PSBinCurrentPath (sal_uInt32 nPoints, const Point* pPath);
356 void DrawPolyLine (sal_uInt32 nPoints, const Point* pPath );
357 void DrawPolygon (sal_uInt32 nPoints, const Point* pPath);
361 void DrawPolyLineBezier (sal_uInt32 nPoints,
364 void DrawPolygonBezier (sal_uInt32 nPoints,
/trunk/main/vcl/inc/win/
H A Dsalgdi.h193 virtual void drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry );
194 virtual void drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry );
203 …virtual sal_Bool drawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt8* …
204 …virtual sal_Bool drawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt8* p…
230 virtual void invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags );
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx693 sal_uInt16 nPoints = 1; in ImplWritePath() local
694 while( ( nPoints + n ) < rPoly.GetSize() && ( rPoly.GetFlags( nPoints + n ) != POLY_CONTROL ) ) in ImplWritePath()
695 nPoints++; in ImplWritePath()
697 if ( nPoints > 1 ) in ImplWritePath()
700 Polygon aNewPoly( nPoints + 1 ); in ImplWritePath()
702 for ( o = 1; o <= nPoints; o++ ) in ImplWritePath()
705 (*mpStm) << (sal_uInt32)( nPoints ); in ImplWritePath()
716 n = n + nPoints; in ImplWritePath()
H A Dwinmtf.cxx573 sal_uInt16 nPoints = rPolygon.GetSize(); in ImplMap() local
574 for ( sal_uInt16 i = 0; i < nPoints; i++ ) in ImplMap()
1439 sal_uInt16 nPoints = rPolygon.GetSize(); in DrawPolyBezier() local
1440 if ( ( nPoints >= 4 ) && ( ( ( nPoints - 4 ) % 3 ) == 0 ) ) in DrawPolyBezier()
1446 maActPos = rPolygon[ nPoints - 1 ]; in DrawPolyBezier()
1449 for ( i = 0; ( i + 2 ) < nPoints; ) in DrawPolyBezier()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1791 sal_uInt16 nPoints = rPoly.GetSize(); in DrawPolyLine() local
1793 if ( !IsDeviceOutputNecessary() || !mbLineColor || (nPoints < 2) || ImplIsRecordLayout() ) in DrawPolyLine()
1842 if( !mpGraphics->DrawPolyLineBezier( nPoints, pPtAry, pFlgAry, this ) ) in DrawPolyLine()
1851 mpGraphics->DrawPolyLine( nPoints, pPtAry, this ); in DrawPolyLine()
1889 sal_uInt16 nPoints(rPoly.GetSize()); in ImpDrawPolyLineWithLineInfo() local
1940 nPoints = aPoly.GetSize(); in ImpDrawPolyLineWithLineInfo()
1943 mpGraphics->DrawPolyLine(nPoints, (const SalPoint*)aPoly.GetConstPointAry(), this); in ImpDrawPolyLineWithLineInfo()
1961 sal_uInt16 nPoints = rPoly.GetSize(); in DrawPolygon() local
1963 …if ( !IsDeviceOutputNecessary() || (!mbLineColor && !mbFillColor) || (nPoints < 2) || ImplIsRecord… in DrawPolygon()
2031 if( !mpGraphics->DrawPolygonBezier( nPoints, pPtAry, pFlgAry, this ) ) in DrawPolygon()
[all …]
H A Doutmap.cxx688 sal_uInt16 nPoints = rLogicPoly.GetSize(); in ImplLogicToDevicePixel() local
696 for ( i = 0; i < nPoints; i++ ) in ImplLogicToDevicePixel()
711 for ( i = 0; i < nPoints; i++ ) in ImplLogicToDevicePixel()
1207 sal_uInt16 nPoints = rLogicPoly.GetSize(); in LogicToPixel() local
1213 for ( i = 0; i < nPoints; i++ ) in LogicToPixel()
1415 sal_uInt16 nPoints = rLogicPoly.GetSize(); in LogicToPixel() local
1421 for ( i = 0; i < nPoints; i++ ) in LogicToPixel()
1602 sal_uInt16 nPoints = rDevicePoly.GetSize(); in PixelToLogic() local
1608 for ( i = 0; i < nPoints; i++ ) in PixelToLogic()
1814 sal_uInt16 nPoints = rDevicePoly.GetSize(); in PixelToLogic() local
[all …]
H A Dregion.cxx1721 sal_uInt16 nPoints = rPoly.GetSize(); in ImplPolygonRectTest() local
1723 if( nPoints == 4 || (nPoints == 5 && pPoints[0] == pPoints[4]) ) in ImplPolygonRectTest()
H A Dpdfwriter_impl2.cxx621 const sal_uInt16 nPoints(aPath.GetSize()); in playMetafile() local
624 for(sal_uInt16 a(0); a + 1 < nPoints; a++) in playMetafile()
628 && a + 2 < nPoints in playMetafile()
630 && a + 3 < nPoints) in playMetafile()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx404 void PspGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry ) in drawPolyLine() argument
406 m_pPrinterGfx->DrawPolyLine (nPoints, (Point*)pPtAry); in drawPolyLine()
409 void PspGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon() argument
412 m_pPrinterGfx->DrawPolygon (nPoints, (Point*)pPtAry); in drawPolygon()
439 sal_Bool PspGraphics::drawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uIn… in drawPolyLineBezier() argument
441 m_pPrinterGfx->DrawPolyLineBezier (nPoints, (Point*)pPtAry, pFlgAry); in drawPolyLineBezier()
445 sal_Bool PspGraphics::drawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt… in drawPolygonBezier() argument
447 m_pPrinterGfx->DrawPolygonBezier (nPoints, (Point*)pPtAry, pFlgAry); in drawPolygonBezier()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx338 void PspGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine() argument
340 m_pPrinterGfx->DrawPolyLine (nPoints, (Point*)pPtAry); in drawPolyLine()
343 void PspGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon() argument
346 m_pPrinterGfx->DrawPolygon (nPoints, (Point*)pPtAry); in drawPolygon()
365 sal_Bool PspGraphics::drawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uIn… in drawPolyLineBezier() argument
367 m_pPrinterGfx->DrawPolyLineBezier (nPoints, (Point*)pPtAry, pFlgAry); in drawPolyLineBezier()
371 sal_Bool PspGraphics::drawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt… in drawPolygonBezier() argument
373 m_pPrinterGfx->DrawPolygonBezier (nPoints, (Point*)pPtAry, pFlgAry); in drawPolygonBezier()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx257 CGPoint* AquaSalGraphics::makeCGptArray(sal_uLong nPoints, const SalPoint* pPtAry) in makeCGptArray() argument
259 CGPoint *CGpoints = new CGPoint[ nPoints]; in makeCGptArray()
262 for(sal_uLong i=0;i<nPoints;i++) in makeCGptArray()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx780 void WinSalGraphics::invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nSalFlags ) in invert() argument
825 if ( !Polyline( getHDC(), pWinPtAry, (int)nPoints ) && (nPoints > MAX_64KSALPOINTS) ) in invert()
830 if ( !WIN_Polygon( getHDC(), pWinPtAry, (int)nPoints ) && (nPoints > MAX_64KSALPOINTS) ) in invert()
/trunk/main/tools/inc/tools/
H A Dpoly.hxx135 Polygon( sal_uInt16 nPoints, const Point* pPtAry,
142 sal_uInt16 nPoints = 0 );
148 sal_uInt16 nPoints = 0 );
/trunk/main/vcl/source/window/
H A Dwindow2.cxx477 sal_uInt16 nPoints = rPoly.GetSize(); in Invert() local
479 if ( nPoints < 2 ) in Invert()
503 mpGraphics->Invert( nPoints, pPtAry, nSalFlags, this ); in Invert()
622 sal_uInt16 nPoints = rPoly.GetSize(); in InvertTracking() local
624 if ( nPoints < 2 ) in InvertTracking()
666 pGraphics->Invert( nPoints, pPtAry, SAL_INVERT_TRACKFRAME, this ); in InvertTracking()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx345 const sal_uInt32 nPoints( aSubPath.count() ); in readPath() local
346 const basegfx::B2DPoint aCtrlA( aSubPath.getB2DPoint(nPoints-3) ); in readPath()
347 const basegfx::B2DPoint aCtrlB( aSubPath.getB2DPoint(nPoints-2) ); in readPath()
348 const basegfx::B2DPoint aEnd( aSubPath.getB2DPoint(nPoints-1) ); in readPath()
349 aSubPath.remove(nPoints-3, 3); in readPath()
/trunk/main/oox/inc/oox/drawingml/
H A Dtextspacing.hxx47 TextSpacing( sal_Int32 nPoints ) : nUnit( POINTS ), nValue( nPoints ), bHasValue( sal_True ){}; in TextSpacing() argument
/trunk/main/vcl/inc/aqua/
H A Dsalprn.h161 inline int PtTo10Mu( double nPoints ) { return (int)(((nPoints)*fPtTo100thMM)+0.5); } in PtTo10Mu() argument
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2012 for ( nBezPoints = nPoints = i = 0; i < nPolyCount; i++ ) in CreatePolygonProperties()
2015 nPoints = nPoints + k; in CreatePolygonProperties()
2022 sal_uInt32 nVerticesBufSize = ( nPoints << 2 ) + 6; in CreatePolygonProperties()
2032 *pPtr++ = (sal_uInt8)( nPoints ); // Little endian in CreatePolygonProperties()
2033 *pPtr++ = (sal_uInt8)( nPoints >> 8 ); in CreatePolygonProperties()
2034 *pPtr++ = (sal_uInt8)( nPoints ); in CreatePolygonProperties()
2035 *pPtr++ = (sal_uInt8)( nPoints >> 8 ); in CreatePolygonProperties()
2042 nPoints = aPolygon.GetSize(); in CreatePolygonProperties()
2069 nPoints = aPolygon.GetSize(); in CreatePolygonProperties()
2070 for ( i = 0; i < nPoints; i++ ) // Polyflags in Buffer schreiben in CreatePolygonProperties()
[all …]
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx187 sal_uInt8 nPoints; member in PolyType
204 sal_uInt8 nPoints; member in SplnType
/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx136 void AxFontData::setHeightPoints( sal_Int16 nPoints ) in setHeightPoints() argument
138 …mnFontHeight = getLimitedValue< sal_Int32, sal_Int32 >( ((nPoints * 4 + 1) / 3) * 15, 30, 4294967 … in setHeightPoints()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx746 void Os2SalGraphics::invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags ) in invert() argument
762 drawPolyLine( nPoints, pPtAry ); in invert()
782 drawPolygon( nPoints, pPtAry ); in invert()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1513 sal_uInt32 nPoints = aPoly.count(); in registerUserPaintPolygons() local
1515 if( nPoints > 1) in registerUserPaintPolygons()
1534 pOuterSequence->realloc(nPoints); in registerUserPaintPolygons()
1537 for( sal_uInt32 n = 0; n < nPoints; n++ ) in registerUserPaintPolygons()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx179 int nPoints = aPoly.count(); in emitStructure() local
180 for( int n = 0; n < nPoints; n++ ) in emitStructure()

Completed in 174 milliseconds

123