/aoo4110/main/vcl/source/gdi/ |
H A D | outdev5.cxx | 158 const Point& rStartPt, const Point& rEndPt ) in DrawArc() argument 164 mpMetaFile->AddAction( new MetaArcAction( rRect, rStartPt, rEndPt ) ); in DrawArc() 188 const Point aStart( ImplLogicToDevicePixel( rStartPt ) ); in DrawArc() 199 mpAlphaVDev->DrawArc( rRect, rStartPt, rEndPt ); in DrawArc() 205 const Point& rStartPt, const Point& rEndPt ) in DrawPie() argument 211 mpMetaFile->AddAction( new MetaPieAction( rRect, rStartPt, rEndPt ) ); in DrawPie() 235 const Point aStart( ImplLogicToDevicePixel( rStartPt ) ); in DrawPie() 253 mpAlphaVDev->DrawPie( rRect, rStartPt, rEndPt ); in DrawPie() 259 const Point& rStartPt, const Point& rEndPt ) in DrawChord() argument 289 const Point aStart( ImplLogicToDevicePixel( rStartPt ) ); in DrawChord() [all …]
|
H A D | regionband.cxx | 451 if ( rStartPt == rEndPt ) in InsertLine() 458 if ( rStartPt.X() == rEndPt.X() ) in InsertLine() 463 nX = rStartPt.X(); in InsertLine() 464 nY = rStartPt.Y(); in InsertLine() 472 (aNewPoint == rEndPt) || (aNewPoint == rStartPt), in InsertLine() 482 (aNewPoint == rEndPt) || (aNewPoint == rStartPt), in InsertLine() 487 else if ( rStartPt.Y() != rEndPt.Y() ) in InsertLine() 489 const long nDX = labs( rEndPt.X() - rStartPt.X() ); in InsertLine() 490 const long nDY = labs( rEndPt.Y() - rStartPt.Y() ); in InsertLine() 491 const long nStartX = rStartPt.X(); in InsertLine() [all …]
|
H A D | outdev.cxx | 1485 void OutputDevice::DrawLine( const Point& rStartPt, const Point& rEndPt ) in DrawLine() argument 1491 mpMetaFile->AddAction( new MetaLineAction( rStartPt, rEndPt ) ); in DrawLine() 1522 aB2DPolyLine.append(basegfx::B2DPoint(rStartPt.X(), rStartPt.Y())); in DrawLine() 1537 const Point aStartPt(ImplLogicToDevicePixel(rStartPt)); in DrawLine() 1543 mpAlphaVDev->DrawLine( rStartPt, rEndPt ); in DrawLine() 1686 void OutputDevice::DrawLine( const Point& rStartPt, const Point& rEndPt, in DrawLine() argument 1694 DrawLine( rStartPt, rEndPt ); in DrawLine() 1699 mpMetaFile->AddAction( new MetaLineAction( rStartPt, rEndPt, rLineInfo ) ); in DrawLine() 1713 const Point aStartPt( ImplLogicToDevicePixel( rStartPt ) ); in DrawLine() 1736 mpAlphaVDev->DrawLine( rStartPt, rEndPt, rLineInfo ); in DrawLine()
|
H A D | impvect.cxx | 359 void ImplBeginAdd( const Point& rStartPt ); 400 void ImplChain::ImplBeginAdd( const Point& rStartPt ) in ImplBeginAdd() argument 403 maStartPt = rStartPt; in ImplBeginAdd() 1136 sal_Bool ImplVectorizer::ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain… in ImplGetChain() argument 1138 long nActX = rStartPt.X(); in ImplGetChain() 1139 long nActY = rStartPt.Y(); in ImplGetChain()
|
H A D | pdfwriter.cxx | 95 const Point& rStartPt, in DrawTextArray() argument 101 ((PDFWriterImpl*)pImplementation)->drawTextArray( rStartPt, rStr, pDXAry, nIndex, nLen ); in DrawTextArray() 105 const Point& rStartPt, in DrawStretchText() argument 111 ((PDFWriterImpl*)pImplementation)->drawStretchText( rStartPt, nWidth, rStr, nIndex, nLen ); in DrawStretchText()
|
H A D | outdev3.cxx | 5563 void OutputDevice::DrawText( const Point& rStartPt, const String& rStr, in DrawText() argument 5583 mpMetaFile->AddAction( new MetaTextAction( rStartPt, rStr, nIndex, nLen ) ); in DrawText() 5597 GetGlyphBoundRects( rStartPt, rStr, nIndex, nLen, nIndex, aTmp ); in DrawText() 5625 GetGlyphBoundRects( rStartPt, rStr, nIndex, nLen, nIndex, *pVector ); in DrawText() 5634 SalLayout* pSalLayout = ImplLayout( rStr, nIndex, nLen, rStartPt, 0, NULL, true ); in DrawText() 5642 mpAlphaVDev->DrawText( rStartPt, rStr, nIndex, nLen, pVector, pDisplayText ); in DrawText() 5681 void OutputDevice::DrawTextArray( const Point& rStartPt, const String& rStr, in DrawTextArray() argument 5708 mpAlphaVDev->DrawTextArray( rStartPt, rStr, pDXAry, nIndex, nLen ); in DrawTextArray() 5829 void OutputDevice::DrawStretchText( const Point& rStartPt, sal_uLong nWidth, in DrawStretchText() argument 5850 mpAlphaVDev->DrawStretchText( rStartPt, nWidth, rStr, nIndex, nLen ); in DrawStretchText() [all …]
|
H A D | impvect.hxx | 44 sal_Bool ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain );
|
H A D | cvtsvm.cxx | 2408 const Point& rStartPt = pA->GetStartPoint(); in ImplWriteActions() local 2422 rOStm << rStartPt << nWidth << in ImplWriteActions()
|
H A D | metaact.cxx | 1324 MetaTextArrayAction::MetaTextArrayAction( const Point& rStartPt, in MetaTextArrayAction() argument 1330 maStartPt ( 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() argument 46 void SetStart( const Point& rStartPt ) { maStart = rStartPt; } in SetStart() argument
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 749 void DrawTextArray( const Point& rStartPt, const XubString& rStr, 753 void DrawStretchText( const Point& rStartPt, sal_uLong nWidth, 766 void DrawLine( const Point& rStartPt, const Point& rEndPt ); 767 void DrawLine( const Point& rStartPt, const Point& rEndPt, 780 const Point& rStartPt, const Point& rEndPt ); 782 const Point& rStartPt, const Point& rEndPt ); 784 const Point& rStartPt, const Point& rEndPt );
|
H A D | outdev.hxx | 603 void DrawText( const Point& rStartPt, const XubString& rStr, 609 void DrawTextArray( const Point& rStartPt, const XubString& rStr, 620 void DrawStretchText( const Point& rStartPt, sal_uLong nWidth, 685 void DrawLine( const Point& rStartPt, const Point& rEndPt ); 686 void DrawLine( const Point& rStartPt, const Point& rEndPt, 754 const Point& rStartPt, const Point& rEndPt ); 756 const Point& rStartPt, const Point& rEndPt ); 758 const Point& rStartPt, const Point& rEndPt ); 935 SystemTextLayoutData GetSysTextLayoutData( const Point& rStartPt, const XubString& rStr,
|
H A D | metaact.hxx | 542 MetaTextArrayAction( const Point& rStartPt,
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | wmfwr.hxx | 155 void WMFRecord_Arc(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt); 156 void WMFRecord_Chord(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt); 171 void WMFRecord_Pie(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt);
|
H A D | wmfwr.cxx | 395 void WMFWriter::WMFRecord_Arc(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt) in WMFRecord_Arc() argument 399 WritePointYX(rStartPt); in WMFRecord_Arc() 403 void WMFWriter::WMFRecord_Chord(const Rectangle & rRect, const Point & rStartPt, const Point & rEnd… in WMFRecord_Chord() argument 407 WritePointYX(rStartPt); in WMFRecord_Chord() 734 void WMFWriter::WMFRecord_Pie(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt) in WMFRecord_Pie() argument 738 WritePointYX(rStartPt); in WMFRecord_Pie()
|
/aoo4110/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 133 void WriteArcAngles(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt); 160 const Point & rStartPt, const Point & rEndPt); 162 const Point & rStartPt, const Point & rEndPt); 397 void PictWriter::WriteArcAngles(const Rectangle & rRect, const Point & rStartPt, const Point & rEnd… in WriteArcAngles() argument 399 Point aStartPt = OutputDevice::LogicToLogic( rStartPt, in WriteArcAngles() 835 const Point & rStartPt, const Point & rEndPt) in WriteOpcode_Arc() argument 848 WriteArcAngles(rRect,rStartPt,rEndPt); in WriteOpcode_Arc() 853 const Point & rStartPt, const Point & rEndPt) in WriteOpcode_SameArc() argument 865 WriteArcAngles(rRect,rStartPt,rEndPt); in WriteOpcode_SameArc()
|
/aoo4110/main/vcl/inc/ |
H A D | regionband.hxx | 63 bool InsertLine(const Point& rStartPt, const Point& rEndPt, long nLineId);
|