Home
last modified time | relevance | path

Searched refs:GetEndPoint (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx949 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite()
953 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite()
962 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in ImplWrite()
1032 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in ImplWrite()
1039 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in ImplWrite()
1046 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in ImplWrite()
H A Dwmfwr.cxx1220 WMFRecord_LineTo( pA->GetEndPoint() ); in WriteRecords()
1227 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in WriteRecords()
1265 WMFRecord_Arc( pA->GetRect(),pA->GetStartPoint(),pA->GetEndPoint() ); in WriteRecords()
1274 WMFRecord_Pie( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in WriteRecords()
1284 WMFRecord_Chord( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in WriteRecords()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1475 WriteOpcode_Line( pA->GetStartPoint(),pA->GetEndPoint() ); in WriteOpcodes()
1482 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in WriteOpcodes()
1564 WriteOpcode_Arc(PDM_FRAME,pA->GetRect(),pA->GetStartPoint(),pA->GetEndPoint()); in WriteOpcodes()
1576 WriteOpcode_Arc(PDM_PAINT,pA->GetRect(),pA->GetStartPoint(),pA->GetEndPoint()); in WriteOpcodes()
1581 WriteOpcode_SameArc(PDM_FRAME,pA->GetRect(),pA->GetStartPoint(),pA->GetEndPoint()); in WriteOpcodes()
1587 WriteOpcode_Arc(PDM_FRAME,pA->GetRect(),pA->GetStartPoint(),pA->GetEndPoint()); in WriteOpcodes()
1600 fx2=((double)pA->GetEndPoint().X())-fxc; in WriteOpcodes()
1601 fy2=((double)pA->GetEndPoint().Y())-fyc; in WriteOpcodes()
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx495 const Point& rEnd(pA->GetEndPoint()); in clipMetafileContentAgainstOwnRegions()
613 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions()
639 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions()
665 pA->GetEndPoint(), in clipMetafileContentAgainstOwnRegions()
H A Dpdfwriter_impl2.cxx299 m_rOuterFace.DrawLine( pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile()
301 m_rOuterFace.DrawLine( pA->GetStartPoint(), pA->GetEndPoint(), pA->GetLineInfo() ); in playMetafile()
329 m_rOuterFace.DrawArc( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile()
336 m_rOuterFace.DrawPie( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile()
343 m_rOuterFace.DrawChord( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint() ); in playMetafile()
H A Dprint2.cxx408 … aActionBounds = Rectangle( rMetaLineAction.GetStartPoint(), rMetaLineAction.GetEndPoint() ); in ImplCalcActionBounds()
444 … static_cast<const MetaArcAction&>(rAct).GetEndPoint(), POLY_ARC ).GetBoundRect(); in ImplCalcActionBounds()
450 … static_cast<const MetaPieAction&>(rAct).GetEndPoint(), POLY_PIE ).GetBoundRect(); in ImplCalcActionBounds()
456 … static_cast<const MetaChordAction&>(rAct).GetEndPoint(), POLY_CHORD ).GetBoundRect(); in ImplCalcActionBounds()
H A Dcvtsvm.cxx1509 rOStm << pAct->GetEndPoint(); in ImplWriteActions()
1580 rOStm << pAct->GetEndPoint(); in ImplWriteActions()
1593 rOStm << pAct->GetEndPoint(); in ImplWriteActions()
1602 pAct->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()
H A Dgdimtf.cxx1067 … ImplGetRotatedPoint( pAct->GetEndPoint(), aRotAnchor, aRotOffset, fSin, fCos ), in Rotate()
1100 … const Polygon aArcPoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_ARC ); in Rotate()
1109 … const Polygon aPiePoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_PIE ); in Rotate()
1118 …olygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_CHORD ); in Rotate()
1553 Point aP1( pAct->GetStartPoint() ), aP2( pAct->GetEndPoint() ); in GetBoundRect()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1527 METLine( pA->GetStartPoint(), pA->GetEndPoint() ); in WriteOrders()
1622 fdx=(double)(pA->GetEndPoint().X()-aCenter.X()); in WriteOrders()
1623 fdy=(double)(pA->GetEndPoint().Y()-aCenter.Y()); in WriteOrders()
1659 fdx=(double)(pA->GetEndPoint().X()-aCenter.X()); in WriteOrders()
1660 fdy=(double)(pA->GetEndPoint().Y()-aCenter.Y()); in WriteOrders()
1709 fdx=(double)(pA->GetEndPoint().X()-aCenter.X()); in WriteOrders()
1710 fdy=(double)(pA->GetEndPoint().Y()-aCenter.Y()); in WriteOrders()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx257 const Point& GetEndPoint() const { return maEndPt; } in GetEndPoint() function in MetaLineAction
359 const Point& GetEndPoint() const { return maEndPt; } in GetEndPoint() function in MetaArcAction
387 const Point& GetEndPoint() const { return maEndPt; } in GetEndPoint() function in MetaPieAction
415 const Point& GetEndPoint() const { return maEndPt; } in GetEndPoint() function in MetaChordAction
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1468 Impl_writeLine( pA->GetStartPoint(), pA->GetEndPoint() ); in Impl_writeActions()
1475 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in Impl_writeActions()
1516 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in Impl_writeActions()
1523 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in Impl_writeActions()
1530 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in Impl_writeActions()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx699 const basegfx::B2DPoint aEnd(rAct.GetEndPoint().X(), rAct.GetEndPoint().Y()); in DoAction()
771 long nEnd=GetAngle(rAct.GetEndPoint()-aCenter); in DoAction()
781 long nEnd=GetAngle(rAct.GetEndPoint()-aCenter); in DoAction()
791 long nEnd=GetAngle(rAct.GetEndPoint()-aCenter); in DoAction()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1188 ImplWriteLine( pA->GetStartPoint(), pA->GetEndPoint(), NULL ); in ImplWriteActions()
1242 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in ImplWriteActions()
1249 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in ImplWriteActions()
1256 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1958 … rState.mapModeTransform * ::vcl::unotools::b2DPointFromPoint( pLineAct->GetEndPoint() )); in createActions()
2097 … static_cast<MetaArcAction*>(pCurrAct)->GetEndPoint(), POLY_ARC ); in createActions()
2111 … static_cast<MetaPieAction*>(pCurrAct)->GetEndPoint(), POLY_PIE ); in createActions()
2125 … static_cast<MetaChordAction*>(pCurrAct)->GetEndPoint(), POLY_CHORD ); in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1731 const Point& rEndPoint = pA->GetEndPoint(); in interpretMetafile()
1869 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC); in interpretMetafile()
1883 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE); in interpretMetafile()
1897 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD); in interpretMetafile()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx637 ImplLineTo( ( (const MetaLineAction*) pMA )->GetEndPoint() ); in ImplWriteActions()
666 ( (const MetaArcAction*)pMA )->GetEndPoint(), POLY_ARC ); in ImplWriteActions()
675 ( (const MetaPieAction*)pMA )->GetEndPoint(), POLY_PIE ); in ImplWriteActions()
684 ( (const MetaChordAction*)pMA )->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()

Completed in 209 milliseconds