Searched refs:POLY_CHORD (Results 1 – 16 of 16) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev5.cxx | 291 Polygon aChordPoly( aRect, aStart, aEnd, POLY_CHORD ); in DrawChord()
|
H A D | gdimetafiletools.cxx | 666 POLY_CHORD); in clipMetafileContentAgainstOwnRegions()
|
H A D | print2.cxx | 456 … static_cast<const MetaChordAction&>(rAct).GetEndPoint(), POLY_CHORD ).GetBoundRect(); in ImplCalcActionBounds()
|
H A D | cvtsvm.cxx | 1602 pAct->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()
|
H A D | gdimtf.cxx | 1118 …olygon aChordPoly( pAct->GetRect(), pAct->GetStartPoint(), pAct->GetEndPoint(), POLY_CHORD ); in Rotate()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 341 ePolyKind = POLY_CHORD; in ImplWriteShape() 393 case POLY_CHORD : in ImplWriteShape()
|
/aoo42x/main/tools/inc/tools/ |
H A D | poly.hxx | 56 POLY_CHORD = 3 enumerator
|
/aoo42x/main/tools/source/generic/ |
H A D | poly.cxx | 602 mpImplPolygon = new ImplPolygon( ( POLY_CHORD == eStyle ) ? ( nPoints + 1 ) : nPoints ); in Polygon() 615 if( POLY_CHORD == eStyle ) in Polygon()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 1046 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in ImplWrite()
|
H A D | winmtf.cxx | 1329 …mpGDIMetaFile->AddAction( new MetaPolyLineAction( Polygon( aRect, aStart, aEnd, POLY_CHORD ), maLi… in DrawChord()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 4458 PolyStyle ePolyKind = POLY_CHORD; in ImplWritePage() 4477 ePolyKind = POLY_CHORD; in ImplWritePage() 4538 case POLY_CHORD : in ImplWritePage()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1530 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in Impl_writeActions()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1256 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 2125 … static_cast<MetaChordAction*>(pCurrAct)->GetEndPoint(), POLY_CHORD ); in createActions()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 1897 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD); in interpretMetafile()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 684 ( (const MetaChordAction*)pMA )->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()
|
Completed in 193 milliseconds