Home
last modified time | relevance | path

Searched defs:nPoints (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx73 inline SalPolyLine::SalPolyLine( sal_uLong nPoints ) in SalPolyLine()
77 inline SalPolyLine::SalPolyLine( sal_uLong nPoints, const SalPoint *p ) in SalPolyLine()
389 void X11SalGraphics::DrawLines( sal_uLong nPoints, in DrawLines()
846 void X11SalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry ) in drawPolyLine()
852 void X11SalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry, bool bClose ) in drawPolyLine()
863 void X11SalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon()
1001 void X11SalGraphics::invert( sal_uInt32 nPoints, in invert()
/trunk/main/oox/inc/oox/drawingml/
H A Dtextspacing.hxx47 TextSpacing( sal_Int32 nPoints ) : nUnit( POINTS ), nValue( nPoints ), bHasValue( sal_True ){}; in TextSpacing()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx412 PrinterGfx::DrawPolyLine (sal_uInt32 nPoints, const Point* pPath) in DrawPolyLine()
427 PrinterGfx::DrawPolygon (sal_uInt32 nPoints, const Point* pPath) in DrawPolygon()
526 PrinterGfx::DrawPolyLineBezier (sal_uInt32 nPoints, const Point* pPath, const sal_uInt8* pFlgAry) in DrawPolyLineBezier()
577 PrinterGfx::DrawPolygonBezier (sal_uInt32 nPoints, const Point* pPath, const sal_uInt8* pFlgAry) in DrawPolygonBezier()
643 sal_uInt32 nPoints = pPoints[i]; in DrawPolyPolygonBezier() local
961 PrinterGfx::PSBinCurrentPath (sal_uInt32 nPoints, const Point* pPath) in PSBinCurrentPath()
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx184 sal_Bool SalGraphics::mirror( sal_uInt32 nPoints, const SalPoint *pPtAry, SalPoint *pPtAry2, const … in mirror()
352 sal_Int32 nPoints = i_rPoly.count(); in mirror() local
443 void SalGraphics::DrawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry, const OutputDevice *pOu… in DrawPolyLine()
456 void SalGraphics::DrawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry, const OutputDevice *pOut… in DrawPolygon()
478 sal_uLong nPoints = pPoints[i]; in DrawPolyPolygon() local
511 sal_Bool SalGraphics::DrawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uIn… in DrawPolyLineBezier()
526 sal_Bool SalGraphics::DrawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt… in DrawPolygonBezier()
552 sal_uLong nPoints = i_pPoints[i]; in DrawPolyPolygonBezier() local
684 void SalGraphics::Invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags, const Outpu… in Invert()
H A Doutmap.cxx688 sal_uInt16 nPoints = rLogicPoly.GetSize(); in ImplLogicToDevicePixel() local
1207 sal_uInt16 nPoints = rLogicPoly.GetSize(); in LogicToPixel() local
1415 sal_uInt16 nPoints = rLogicPoly.GetSize(); in LogicToPixel() local
1602 sal_uInt16 nPoints = rDevicePoly.GetSize(); in PixelToLogic() local
1814 sal_uInt16 nPoints = rDevicePoly.GetSize(); in PixelToLogic() local
H A Dcvtsvm.cxx104 sal_uInt16 nPoints = 0; in ImplWritePolyPolyAction() local
1603 const sal_uInt16 nPoints = aChordPoly.GetSize(); in ImplWriteActions() local
1625 const sal_uInt16 nPoints(aSimplePoly.GetSize()); in ImplWriteActions() local
1710 const sal_uInt16 nPoints(aSimplePoly.GetSize()); in ImplWriteActions() local
H A Doutdev.cxx1791 sal_uInt16 nPoints = rPoly.GetSize(); in DrawPolyLine() local
1889 sal_uInt16 nPoints(rPoly.GetSize()); in ImpDrawPolyLineWithLineInfo() local
1961 sal_uInt16 nPoints = rPoly.GetSize(); in DrawPolygon() local
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx133 sal_uInt32 nPoints = mnElementSize / ImplGetPointSize(); in ImplDoClass4() local
150 sal_uInt16 nPoints = sal::static_int_cast< sal_uInt16 >( in ImplDoClass4() local
269 sal_uInt16 nPoints = sal::static_int_cast< sal_uInt16 >( in ImplDoClass4() local
287 sal_uInt16 nPoints = 0; in ImplDoClass4() local
H A Doutact.cxx109 sal_uInt16 nPoints = rPolygon.GetSize(); in RegPolyLine() local
H A Dactimpr.cxx678 sal_uInt16 nPoints = rPoly.GetSize(); in DrawPolygon() local
711 sal_uInt16 nPoints = rPoly.GetSize(); in DrawPolyLine() local
743 sal_uInt16 nPoints = rPolygon.GetSize(); in DrawPolybezier() local
/trunk/main/svx/inc/
H A Dxpolyimp.hxx48 sal_uInt16 nPoints; member in ImpXPolygon
/trunk/main/slideshow/source/engine/transitions/
H A Dfigurewipe.cxx101 FigureWipe * FigureWipe::createStarWipe( sal_Int32 nPoints ) in createStarWipe()
/trunk/main/vcl/inc/aqua/
H A Dsalprn.h161 inline int PtTo10Mu( double nPoints ) { return (int)(((nPoints)*fPtTo100thMM)+0.5); } in PtTo10Mu()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx694 void ImplRenderPath( HDC hdc, sal_uLong nPoints, const SalPoint* pPtAry, const BYTE* pFlgAry ) in ImplRenderPath()
918 const sal_uInt32 nPoints(aPoly.count()); in setClipRegion() local
1424 void WinSalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine()
1439 void WinSalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon()
1460 UINT nPoints; in drawPolyPolygon() local
1527 sal_Bool WinSalGraphics::drawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const BYTE… in drawPolyLineBezier()
1544 sal_Bool WinSalGraphics::drawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const BYTE*… in drawPolygonBezier()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx344 void SvpSalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine()
358 void SvpSalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon()
389 sal_uInt32 nPoints = pPointCounts[nPolygon]; in drawPolyPolygon() local
577 void SvpSalGraphics::invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert /*nFlags*/ ) in invert()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx257 CGPoint* AquaSalGraphics::makeCGptArray(sal_uLong nPoints, const SalPoint* pPtAry) in makeCGptArray()
H A Dsalgdi.cxx737 static void getBoundRect( sal_uInt32 nPoints, const SalPoint* pPtAry, long &rX, long& rY, long& rWi… in getBoundRect()
767 void AquaSalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine()
795 void AquaSalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon()
890 const sal_uInt32 nPoints = pPoints[nPoly]; in drawPolyPolygon() local
911 const sal_uInt32 nPoints = pPoints[nPoly]; in drawPolyPolygon() local
1412 void AquaSalGraphics::invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nSalFlags ) in invert()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx321 sal_uInt16 i,nPoints; in ReadRecordParams() local
370 sal_uInt16 i,nPoints; in ReadRecordParams() local
1299 sal_uInt16 i,nPoints; in GetPlaceableBound() local
1308 sal_uInt16 i, nPoly, nPoints = 0; in GetPlaceableBound() local
1323 sal_uInt16 i,nPoints; in GetPlaceableBound() local
/trunk/main/tools/source/generic/
H A Dpoly.cxx392 Polygon::Polygon( sal_uInt16 nPoints, const Point* pPtAry, const sal_uInt8* pFlagAry ) in Polygon()
493 Polygon::Polygon( const Point& rCenter, long nRadX, long nRadY, sal_uInt16 nPoints ) in Polygon()
559 sal_uInt16 nPoints; in Polygon() local
626 sal_uInt16 nPoints ) in Polygon()
1900 sal_uInt16 nPoints; in operator >>() local
1983 sal_uInt16 nPoints = rPoly.GetSize(); in operator <<() local
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx507 void Os2SalGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolyLine()
531 void Os2SalGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry ) in drawPolygon()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx529 void XPolygon::SetPointCount( sal_uInt16 nPoints ) in SetPointCount()
596 sal_uInt16 nPoints = rXPoly.GetPointCount(); in Insert() local
623 sal_uInt16 nPoints = rPoly.GetSize(); in Insert() local
1442 for (long nPoints = 1; in Rotate20() local
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx303 sal_uInt16 nPoints,i; in DrawCircleEntity() local
344 sal_uInt16 nPoints,i; in DrawArcEntity() local
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx690 sal_uInt32 nPoints(aPolygon.count()); in DoExecute() local
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx648 long nPoints = 10; in ImpSetStyleSheet() local
/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx136 void AxFontData::setHeightPoints( sal_Int16 nPoints ) in setHeightPoints()

Completed in 211 milliseconds

12