Home
last modified time | relevance | path

Searched refs:B2DPolyPolygon (Results 226 – 250 of 469) sorted by relevance

12345678910>>...19

/aoo41x/main/svx/source/svdraw/
H A Dsvdoedge.cxx1660 basegfx::B2DPolyPolygon SdrEdgeObj::TakeXorPoly() const in TakeXorPoly()
1662 basegfx::B2DPolyPolygon aPolyPolygon; in TakeXorPoly()
1677 void SdrEdgeObj::SetEdgeTrackPath( const basegfx::B2DPolyPolygon& rPoly ) in SetEdgeTrackPath()
1697 basegfx::B2DPolyPolygon SdrEdgeObj::GetEdgeTrackPath() const in GetEdgeTrackPath()
1699 basegfx::B2DPolyPolygon aPolyPolygon; in GetEdgeTrackPath()
2079 basegfx::B2DPolyPolygon SdrEdgeObj::TakeCreatePoly(const SdrDragStat& /*rStatDrag*/) const in TakeCreatePoly()
2081 basegfx::B2DPolyPolygon aRetval; in TakeCreatePoly()
2371 basegfx::B2DPolyPolygon aPolyPolygon; in DoConvertToPolyObj()
2573 sal_Bool SdrEdgeObj::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPo… in TRGetBaseGeometry()
2580 …RSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon) in TRSetBaseGeometry()
H A Dpolypolygoneditor.cxx34 PolyPolygonEditor::PolyPolygonEditor( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bClosed ) in PolyPolygonEditor()
160 bool PolyPolygonEditor::GetRelativePolyPoint( const basegfx::B2DPolyPolygon& rPoly, sal_uInt32 nAbs… in GetRelativePolyPoint()
H A Dsvdfmtf.hxx83 basegfx::B2DPolyPolygon maClip;
154 bool CheckLastPolyLineAndFillMerge(const basegfx::B2DPolyPolygon& rPolyPolygon);
/aoo41x/main/xmloff/source/style/
H A DMarkerStyle.cxx108 basegfx::B2DPolyPolygon aPolyPolygon; in importXML()
195 const basegfx::B2DPolyPolygon aPolyPolygon( in exportXML()
/aoo41x/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpage.cxx161 basegfx::B2DPolyPolygon(aPageShadowPolygon), in createViewIndependentPrimitive2DSequence()
257 basegfx::B2DPolyPolygon(aInnerPolgon), in createViewIndependentPrimitive2DSequence()
308 …(new drawinglayer::primitive2d::PolyPolygonColorPrimitive2D(basegfx::B2DPolyPolygon(aPageFillPolyg… in createViewIndependentPrimitive2DSequence()
/aoo41x/main/svx/source/engine3d/
H A Dscene3d.cxx279 basegfx::B2DPolyPolygon E3dScene::TakeXorPoly() const in TakeXorPoly()
285 …basegfx::B2DPolyPolygon aRetval(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolygon(aCubePolyPo… in TakeXorPoly()
842 basegfx::B2DPolyPolygon E3dScene::TakeCreatePoly(const SdrDragStat& /*rDrag*/) const in TakeCreatePoly()
/aoo41x/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx439 … basegfx::B2DPolyPolygon(basegfx::tools::createPolygonFromRect(aTarget)), in decomposeSvgNode()
466 basegfx::B2DPolyPolygon( in decomposeSvgNode()
614 basegfx::B2DPolyPolygon( in decomposeSvgNode()
/aoo41x/main/slideshow/source/engine/shapes/
H A Dviewshape.cxx194 const ::basegfx::B2DPolyPolygon* pClip, in draw()
468 ::basegfx::B2DPolyPolygon aClipPoly( pAttr->getClip() ); in renderSprite()
575 boost::optional<basegfx::B2DPolyPolygon> aClip; in render()
/aoo41x/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx276 basegfx::B2DPolyPolygon aStartPolyPolygon; in createNewSdrLineStartEndAttribute()
277 basegfx::B2DPolyPolygon aEndPolyPolygon; in createNewSdrLineStartEndAttribute()
298 …aStartPolyPolygon = basegfx::B2DPolyPolygon(((const XLineStartItem&)(rSet.Get(XATTR_LINESTART))).G… in createNewSdrLineStartEndAttribute()
321 …aEndPolyPolygon = basegfx::B2DPolyPolygon(((const XLineEndItem&)(rSet.Get(XATTR_LINEEND))).GetLine… in createNewSdrLineStartEndAttribute()
/aoo41x/main/vcl/unx/headless/
H A Dsvpgdi.hxx115 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
123 … virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency );
H A Dsvppspgraphics.hxx134 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
144 … virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency );
/aoo41x/main/svx/inc/svx/
H A Dxpoly.hxx199 basegfx::B2DPolyPolygon getB2DPolyPolygon() const;
203 explicit XPolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon);
H A Dobj3d.hxx241 basegfx::B2DPolyPolygon TransformToScreenCoor(const basegfx::B3DPolyPolygon& rCandidate);
250 virtual basegfx::B2DPolyPolygon TakeXorPoly() const;
H A Dscene3d.hxx109 virtual basegfx::B2DPolyPolygon TakeXorPoly() const;
238 virtual basegfx::B2DPolyPolygon TakeCreatePoly(const SdrDragStat& rDrag) const;
H A Dunoshape.hxx71 class B2DPolyPolygon;
139 void ForceMetricToItemPoolMetric(basegfx::B2DPolyPolygon& rPolyPolygon) const throw();
140 void ForceMetricTo100th_mm(basegfx::B2DPolyPolygon& rPolyPolygon) const throw();
624 void SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw();
625 basegfx::B2DPolyPolygon GetPolygon() const throw();
654 void SetPolygon(const basegfx::B2DPolyPolygon & rNew) throw();
655 basegfx::B2DPolyPolygon GetPolygon() const throw();
/aoo41x/main/basebmp/test/
H A Dbmpdemo.cxx100 Renderer(const basegfx::B2DPolyPolygon& rPolyPolyRaster, in Renderer()
144 const basegfx::B2DPolyPolygon& rPolyPolyRaster, in makeRenderer()
1073 basegfx::B2DPolyPolygon aPoly; in Paint()
1102 basegfx::B2DPolyPolygon aPoly; in Paint()
/aoo41x/main/editeng/source/outliner/
H A Doutlin2.cxx254 void Outliner::SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon ) in SetPolygon()
260 void Outliner::SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolyg… in SetPolygon()
/aoo41x/main/svx/source/dialog/
H A Dcontwnd.cxx94 basegfx::B2DPolyPolygon aPolyPolygon; in SetPolyPolygon()
142 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::adaptiveSubdivideByAngle(pPathObj->G… in GetPolyPolygon()
/aoo41x/main/basebmp/source/
H A Dbitmapdevice.cxx574 void implFillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in implFillPolyPolygon()
580 basegfx::B2DPolyPolygon aPoly( rPoly ); in implFillPolyPolygon()
593 virtual void fillPolyPolygon_i(const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon_i()
610 virtual void fillPolyPolygon_i(const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon_i()
1214 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon()
1221 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon()
/aoo41x/main/vcl/inc/
H A Dglyphcache.hxx44 namespace basegfx { class B2DPolyPolygon; }
196 … virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& ) const = 0;
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1096 bool X11SalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rOrigPolyPoly, double fTrans… in drawPolyPolygon()
1119 basegfx::B2DPolyPolygon aPolyPoly = rOrigPolyPoly; in drawPolyPolygon()
1274 …const basegfx::B2DPolyPolygon aAreaPolyPoly( basegfx::tools::createAreaGeometry(aPolygon, fHalfWid… in drawPolyLine()
1288 const ::basegfx::B2DPolyPolygon aOnePoly( aAreaPolyPoly.getB2DPolygon( nPolyIdx ) ); in drawPolyLine()
/aoo41x/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx1211 const basegfx::B2DPolyPolygon& rItemPolygon = mpStartItem->GetLineStartValue(); in SelectEndStyle()
1215 const basegfx::B2DPolyPolygon& rEntryPolygon = pEntry->GetLineEnd(); in SelectEndStyle()
1240 const basegfx::B2DPolyPolygon& rItemPolygon = mpEndItem->GetLineEndValue(); in SelectEndStyle()
1244 const basegfx::B2DPolyPolygon& rEntryPolygon = pEntry->GetLineEnd(); in SelectEndStyle()
/aoo41x/main/slideshow/source/engine/slide/
H A Dlayer.cxx288 ::basegfx::B2DPolyPolygon aClip( maUpdateAreas.solveCrossovers() ); in beginUpdate()
329 basegfx::B2DPolyPolygon aEmptyClip; in endUpdate()
/aoo41x/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx91 basegfx::B2DPolyPolygon aTexPolyPolygon; in impCreate3DDecomposition()
173 basegfx::B2DPolyPolygon a2DHatchLines; in impCreate3DDecomposition()
/aoo41x/main/canvas/source/vcl/
H A Dspritehelper.cxx258 ::basegfx::B2DPolyPolygon aClipPoly( in redraw()
427 …::basegfx::B2DPolyPolygon SpriteHelper::polyPolygonFromXPolyPolygon2D( uno::Reference< rendering::… in polyPolygonFromXPolyPolygon2D()

Completed in 122 milliseconds

12345678910>>...19