Home
last modified time | relevance | path

Searched refs:PolyPolygon (Results 51 – 75 of 148) sorted by relevance

123456

/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx169 bool isRectangle( const PolyPolygon& rPolyPoly ) in isRectangle()
203 ::PolyPolygon mapPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly, in mapPolyPolygon()
216 return ::PolyPolygon( aTemp ); in mapPolyPolygon()
H A Dcanvashelper.cxx302 … const PolyPolygon aPolyPoly( tools::mapPolyPolygon( rPolyPoly, viewState, renderState ) ); in drawPolyPolygon()
426 const PolyPolygon aVCLPolyPoly( aStrokedPolyPoly ); in strokePolyPolygon()
512 const PolyPolygon aPolyPoly( tools::mapPolyPolygon( in fillPolyPolygon()
1257 aClipRegion = Region::GetRegionFromPolyPolygon( ::PolyPolygon( aClipPoly ) ); in setupOutDevState()
1280 Region aRegion = Region::GetRegionFromPolyPolygon( ::PolyPolygon( aClipPoly ) ); in setupOutDevState()
H A Dimpltools.hxx113 bool isRectangle( const PolyPolygon& rPolyPoly );
185 ::PolyPolygon mapPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly,
H A Dcanvashelper_texturefill.cxx426 ::PolyPolygon aTempPolyPoly; in fillPolygonalGradient()
549 const PolyPolygon& rPoly, in gradientFill()
745 PolyPolygon aPolyPoly( tools::mapPolyPolygon( in fillTexturedPolyPolygon()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.hxx80 void ImplWritePath( const PolyPolygon& rPolyPoly, sal_Bool bClose );
82 void ImplWritePolyPolygonRecord( const PolyPolygon& rPolyPoly );
H A Dwmfwr.cxx627 std::vector<PolyPolygon> aPolyPolyVec; in WMFRecord_Escape_Unicode()
650 std::vector<PolyPolygon>::iterator aIter( aPolyPolyVec.begin() ); in WMFRecord_Escape_Unicode()
653 PolyPolygon aPolyPoly( *aIter++ ); in WMFRecord_Escape_Unicode()
774 void WMFWriter::WMFRecord_PolyPolygon(const PolyPolygon & rPolyPoly) in WMFRecord_PolyPolygon()
780 PolyPolygon aSimplePolyPoly( rPolyPoly ); in WMFRecord_PolyPolygon()
H A Demfwr.cxx596 void EMFWriter::ImplWritePolyPolygonRecord( const PolyPolygon& rPolyPoly ) in ImplWritePolyPolygonRecord()
647 void EMFWriter::ImplWritePath( const PolyPolygon& rPolyPoly, sal_Bool bClosed ) in ImplWritePath()
887 ImplWritePolyPolygonRecord(PolyPolygon(Polygon(aPolygon))); in Impl_handleLineInfoPolyPolygons()
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dvclfactory.hxx42 class PolyPolygon;
90 …PolyPolygonSharedPtr createPolyPolygon( const CanvasSharedPtr&, const ::PolyPolygon& rPoly ) cons…
/trunk/main/canvas/source/directx/
H A Ddx_winstuff.hxx56 #define PolyPolygon win32PolyPolygon macro
207 #undef PolyPolygon
H A Ddx_textlayout_drawhelper.cxx215 const Region& rClipRegion = Region(PolyPolygon(aClipPoly)); in drawText()
223 const Region& rClipRegion = Region(PolyPolygon(aClipPoly)); in drawText()
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx383 const PolyPolygon aPolyPoly( rPoly ); in defineShape()
389 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle ) in defineShape()
433 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& r… in defineShape()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx317 PolyPolygon& rClipPolyPoly, sal_Bool& bRectClipRegion ) const in ImplGetCropParams()
640 PolyPolygon aClipPolyPoly; in IsCached()
711 PolyPolygon aClipPolyPoly; in Draw()
783 PolyPolygon aClipPolyPoly; in DrawWithPDFHandling()
861 PolyPolygon aClipPolyPoly; in StartAnimation()
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx218 …mpMetaFile->AddAction( new MetaTransparentAction( PolyPolygon( rB2DPolyPoly ), static_cast< sal_uI… in DrawTransparent()
225 const PolyPolygon aToolsPolyPolygon( rB2DPolyPoly ); in DrawTransparent()
226 DrawTransparent(PolyPolygon(rB2DPolyPoly), static_cast< sal_uInt16 >(fTransparency * 100.0)); in DrawTransparent()
231 void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly, in DrawTransparent()
411 PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawTransparent()
H A Dpdfwriter_impl2.cxx60 void PDFWriterImpl::implWriteGradient( const PolyPolygon& i_rPolyPoly, const Gradient& i_rGradient, in implWriteGradient()
377 const PolyPolygon aPolyPoly( pA->GetRect() ); in playMetafile()
576 PolyPolygon aStartArrow; in playMetafile()
577 PolyPolygon aEndArrow; in playMetafile()
663 PolyPolygon aPath; in playMetafile()
H A Dbmpacc3.cxx373 void BitmapWriteAccess::FillPolyPolygon( const PolyPolygon& rPolyPoly ) in FillPolyPolygon()
415 void BitmapWriteAccess::DrawPolyPolygon( const PolyPolygon& rPolyPoly ) in DrawPolyPolygon()
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx36 class PolyPolygon;
162 XPolyPolygon( const PolyPolygon& rPolyPoly);
/trunk/main/sw/source/core/inc/
H A Dflyfrm.hxx37 class PolyPolygon;
229 sal_Bool GetContour( PolyPolygon& rContour,
/trunk/main/sw/inc/
H A Deditsh.hxx46 class PolyPolygon;
576 const PolyPolygon *GetGraphicPolygon() const;
577 void SetGraphicPolygon( const PolyPolygon *pPoly );
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx236 const PolyPolygon aMissingGlyphPolyPoly( Rectangle( aPos, aSize ) ); in implEmbedFont()
260 PolyPolygon aPolyPoly; in implEmbedGlyph()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx157 aClipRegion = Region::GetRegionFromPolyPolygon( ::PolyPolygon( aClipPoly ) ); in setupOutDevState()
176 Region aRegion = Region::GetRegionFromPolyPolygon( ::PolyPolygon( aClipPoly ) ); in setupOutDevState()
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx106 void ResizePoly(PolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact) in ResizePoly()
140 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotatePoly()
215 void MirrorPoly(PolyPolygon& rPoly, const Point& rRef1, const Point& rRef2) in MirrorPoly()
249 void ShearPoly(PolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearPoly()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx228 void FillPolyPolygon( const PolyPolygon& rPoly );
229 void DrawPolyPolygon( const PolyPolygon& rPolyPoly );
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx1092 void Init( PolyPolygon* pPolyPoly, long nXOffset, long nYOffset );
1097 PolyPolygon* mpPolyPoly;
1132 void PolyArgs::Init( PolyPolygon* pPolyPoly, long nXOffset, long nYOffset )
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx222 PolyPolygon aPPoly;
236 PolyPolygon aPPoly;
379 void DrawPolyPolygon( const PolyPolygon& rPolygon );
465 void OS2METReader::DrawPolyPolygon( const PolyPolygon& rPolyPolygon ) in DrawPolyPolygon()
485 PolyPolygon * pPP=&(pAreaStack->aPPoly); in AddPointsToArea()
506 PolyPolygon * pPP=&(pPathStack->aPPoly); in AddPointsToPath()
1164 PolyPolygon aPolyPoly; in ReadPolygons()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx123 Polygon PolyPolygonToPolygon(const PolyPolygon & rPoly);
234 Polygon PictWriter::PolyPolygonToPolygon(const PolyPolygon & rPolyPoly) in PolyPolygonToPolygon()
1701 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in WriteOpcodes()
1703 PolyPolygon aSimplePolyPoly( rPolyPoly ); in WriteOpcodes()
2109 const PolyPolygon& rPolyPoly = ( (const MetaTransparentAction*) pMA )->GetPolyPolygon(); in WriteOpcodes()

Completed in 4165 milliseconds

123456