Home
last modified time | relevance | path

Searched refs:rStartPoint (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx86 rStartPoint, in init()
142 rStartPoint, in init()
681 rStartPoint, in TextAction()
702 rStartPoint, in TextAction()
879 rStartPoint, in EffectTextAction()
919 rStartPoint, in EffectTextAction()
1079 rStartPoint, in TextArrayAction()
1682 rStartPoint, in OutlineAction()
1726 rStartPoint, in OutlineAction()
2072 rStartPoint, in createOutline()
[all …]
H A Dlineaction.cxx81 LineAction::LineAction( const ::basegfx::B2DPoint& rStartPoint, in LineAction() argument
85 maStartPoint( rStartPoint ), in LineAction()
151 ActionSharedPtr LineActionFactory::createLineAction( const ::basegfx::B2DPoint& rStartPoint, in createLineAction() argument
156 return ActionSharedPtr( new LineAction( rStartPoint, in createLineAction()
H A Dtextaction.hxx73 static ActionSharedPtr createTextAction( const ::Point& rStartPoint,
H A Dimplrenderer.cxx958 void ImplRenderer::createTextAction( const ::Point& rStartPoint, in createTextAction() argument
1045 rStartPoint, in createTextAction()
1117 rStartPoint, in createTextAction()
/aoo41x/main/basegfx/test/
H A Dtesttools.cxx192 void Plotter::plot( const B2DPoint& rStartPoint, const B2DPoint& rEndPoint ) in plot() argument
195 mrOutputStream << "line(" << rStartPoint.getX() in plot()
198 << "line(" << rStartPoint.getY() in plot()
H A Dtesttools.hxx78 void plot( const B2DPoint& rStartPoint, const B2DPoint& rEndPoint );
/aoo41x/main/cppcanvas/source/inc/
H A Dimplrenderer.hxx141 void createTextAction( const ::Point& rStartPoint,
/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx2440 void SwTabFrmPainter::FindStylesForLine( const Point& rStartPoint, in FindStylesForLine() argument
2452 SwLineEntryMapConstIter aMapIter = maVertLines.find( rStartPoint.X() ); in FindStylesForLine()
2462 if ( rStartPoint.Y() == rEntry.mnStartPos ) in FindStylesForLine()
2464 else if ( rStartPoint.Y() == rEntry.mnEndPos ) in FindStylesForLine()
2469 if ( rStartPoint.Y() == rEntry.mnEndPos ) in FindStylesForLine()
2477 aMapIter = maHoriLines.find( rStartPoint.Y() ); in FindStylesForLine()
2487 if ( rStartPoint.X() == rEntry.mnEndPos ) in FindStylesForLine()
2494 if ( rStartPoint.X() == rEntry.mnEndPos ) in FindStylesForLine()
2496 else if ( rStartPoint.X() == rEntry.mnStartPos ) in FindStylesForLine()
/aoo41x/main/canvas/source/vcl/
H A Dcanvashelper.cxx258 … const Point& rStartPoint( tools::mapRealPoint2D( geometry::RealPoint2D(aBezierSegment.Px, in drawBezier() local
271 aPoly.SetPoint( rStartPoint, 0 ); in drawBezier()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1730 const Point& rStartPoint = pA->GetStartPoint(); in interpretMetafile() local
1732 const basegfx::B2DPoint aStart(rStartPoint.X(), rStartPoint.Y()); in interpretMetafile()

Completed in 83 milliseconds