Searched defs:rStartPt (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev5.cxx | 158 const Point& rStartPt, const Point& rEndPt ) in DrawArc() 205 const Point& rStartPt, const Point& rEndPt ) in DrawPie() 259 const Point& rStartPt, const Point& rEndPt ) in DrawChord()
|
H A D | impvect.cxx | 400 void ImplChain::ImplBeginAdd( const Point& rStartPt ) in ImplBeginAdd() 1136 sal_Bool ImplVectorizer::ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain… in ImplGetChain()
|
H A D | pdfwriter.cxx | 95 const Point& rStartPt, in DrawTextArray() 105 const Point& rStartPt, in DrawStretchText()
|
H A D | outdev.cxx | 1485 void OutputDevice::DrawLine( const Point& rStartPt, const Point& rEndPt ) in DrawLine() 1686 void OutputDevice::DrawLine( const Point& rStartPt, const Point& rEndPt, in DrawLine()
|
H A D | regionband.cxx | 446 bool RegionBand::InsertLine(const Point& rStartPt, const Point& rEndPt, long nLineId) in InsertLine()
|
H A D | outdev3.cxx | 5563 void OutputDevice::DrawText( const Point& rStartPt, const String& rStr, in DrawText() 5681 void OutputDevice::DrawTextArray( const Point& rStartPt, const String& rStr, in DrawTextArray() 5829 void OutputDevice::DrawStretchText( const Point& rStartPt, sal_uLong nWidth, in DrawStretchText() 7399 SystemTextLayoutData OutputDevice::GetSysTextLayoutData(const Point& rStartPt, const XubString& rSt… in GetSysTextLayoutData()
|
H A D | cvtsvm.cxx | 2408 const Point& rStartPt = pA->GetStartPoint(); in ImplWriteActions() local
|
H A D | metaact.cxx | 1324 MetaTextArrayAction::MetaTextArrayAction( const Point& rStartPt, in MetaTextArrayAction()
|
/aoo4110/main/tools/inc/tools/ |
H A D | line.hxx | 44 … Line( const Point& rStartPt, const Point& rEndPt ) : maStart( rStartPt ), maEnd( rEndPt ) {} in Line() 46 void SetStart( const Point& rStartPt ) { maStart = rStartPt; } in SetStart()
|
/aoo4110/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 397 void PictWriter::WriteArcAngles(const Rectangle & rRect, const Point & rStartPt, const Point & rEnd… in WriteArcAngles() 835 const Point & rStartPt, const Point & rEndPt) in WriteOpcode_Arc() 853 const Point & rStartPt, const Point & rEndPt) in WriteOpcode_SameArc()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | wmfwr.cxx | 395 void WMFWriter::WMFRecord_Arc(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt) in WMFRecord_Arc() 403 void WMFWriter::WMFRecord_Chord(const Rectangle & rRect, const Point & rStartPt, const Point & rEnd… in WMFRecord_Chord() 734 void WMFWriter::WMFRecord_Pie(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt) in WMFRecord_Pie()
|
Completed in 121 milliseconds