Home
last modified time | relevance | path

Searched refs:B2DPolyPolygon (Results 151 – 175 of 470) sorted by relevance

12345678910>>...19

/aoo42x/main/cppcanvas/source/wrapper/
H A Dimplsprite.cxx156 void ImplSprite::setClipPixel( const ::basegfx::B2DPolyPolygon& rClipPoly ) in setClipPixel()
166 void ImplSprite::setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) in setClip()
173 ::basegfx::B2DPolyPolygon aTransformedClipPoly( rClipPoly ); in setClip()
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dborderlineprimitive2d.cxx93 basegfx::B2DPolyPolygon(aLeft), getRGBColor())); in create2DDecomposition()
127 basegfx::B2DPolyPolygon(aRight), getRGBColor())); in create2DDecomposition()
163 basegfx::B2DPolyPolygon(aPolygon), getRGBColor())); in create2DDecomposition()
H A Dfillgradientprimitive2d.cxx169 basegfx::B2DPolyPolygon( in createOverlappingFill()
184 basegfx::B2DPolyPolygon(aNewPoly), in createOverlappingFill()
201 basegfx::B2DPolyPolygon aCombinedPolyPoly; in createNonOverlappingFill()
/aoo42x/main/svx/source/svdraw/
H A Dsvdovirt.cxx207 basegfx::B2DPolyPolygon SdrVirtObj::TakeXorPoly() const in TakeXorPoly()
209 basegfx::B2DPolyPolygon aPolyPolygon(rRefObj.TakeXorPoly()); in TakeXorPoly()
333 basegfx::B2DPolyPolygon SdrVirtObj::getSpecialDragPoly(const SdrDragStat& rDrag) const in getSpecialDragPoly()
371 basegfx::B2DPolyPolygon SdrVirtObj::TakeCreatePoly(const SdrDragStat& rDrag) const in TakeCreatePoly()
H A Dsvdorect.cxx284 basegfx::B2DPolyPolygon SdrRectObj::TakeXorPoly() const in TakeXorPoly()
474 basegfx::B2DPolyPolygon SdrRectObj::TakeCreatePoly(const SdrDragStat& rDrag) const in TakeCreatePoly()
480 basegfx::B2DPolyPolygon aRetval; in TakeCreatePoly()
591 basegfx::B2DPolyPolygon aPolyPolygon(aXP.getB2DPolygon()); in DoConvertToPolyObj()
H A Dsvdocirc.cxx355 basegfx::B2DPolyPolygon SdrCircObj::TakeXorPoly() const in TakeXorPoly()
358 return basegfx::B2DPolyPolygon(aCircPolygon); in TakeXorPoly()
771 basegfx::B2DPolyPolygon SdrCircObj::TakeCreatePoly(const SdrDragStat& rDrag) const in TakeCreatePoly()
778 basegfx::B2DPolyPolygon aRetval(ImpCalcXPolyCirc(OBJ_CIRC, pU->aR, pU->nStart, pU->nEnd)); in TakeCreatePoly()
794 return basegfx::B2DPolyPolygon(ImpCalcXPolyCirc(meCircleKind, pU->aR, pU->nStart, pU->nEnd)); in TakeCreatePoly()
1158 SdrObject* pRet = ImpConvertMakeObj(basegfx::B2DPolyPolygon(aCircPolygon), bFill, bBezier); in DoConvertToPolyObj()
/aoo42x/main/drawinglayer/source/processor3d/
H A Dshadow3dextractor.cxx179 basegfx::B2DPolyPolygon a2DFill; in processBasePrimitive3D()
298 …basegfx::B2DPolyPolygon Shadow3DExtractingProcessor::impDoShadowProjection(const basegfx::B3DPolyP… in impDoShadowProjection()
300 basegfx::B2DPolyPolygon aRetval; in impDoShadowProjection()
/aoo42x/main/svx/inc/svx/
H A Dsvddrgmt.hxx75 basegfx::B2DPolyPolygon maOriginalPolyPolygon;
78 SdrDragEntryPolyPolygon(const basegfx::B2DPolyPolygon& rOriginalPolyPolygon);
228 virtual void applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget);
H A Dxtable.hxx65 basegfx::B2DPolyPolygon aB2DPolyPolygon;
68 XLineEndEntry(const basegfx::B2DPolyPolygon& rB2DPolyPolygon, const String& rName);
71 const basegfx::B2DPolyPolygon& GetLineEnd() const in GetLineEnd()
/aoo42x/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx104 basegfx::B2DPolyPolygon aLocalPolyPolygon(rSource.getB2DPolyPolygon()); in tryDrawPolyPolygonColorPrimitive2DDirect()
163 basegfx::B2DPolyPolygon aHairLinePolyPolygon; in tryDrawPolygonStrokePrimitive2DDirect()
365 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
396 basegfx::B2DPolyPolygon aLocalPolyPolygon; in processBasePrimitive2D()
/aoo42x/main/svx/source/dialog/
H A Dimapwnd.cxx301 pSdrObj = (SdrObject*)new SdrPathObj(OBJ_POLY, basegfx::B2DPolyPolygon(aPolygon)); in CreateObj()
397 const basegfx::B2DPolyPolygon& rXPolyPoly = pPathObj->GetPathPoly(); in SdrObjCreated()
471 const basegfx::B2DPolyPolygon& rXPolyPoly = rPathObj.GetPathPoly(); in SdrObjChanged()
979 ((SdrPathObj*)pObj)->SetPathPoly(basegfx::B2DPolyPolygon(aInnerPoly)); in CreateDefaultObject()
988 ((SdrPathObj*)pObj)->SetPathPoly(basegfx::B2DPolyPolygon(aInnerPoly)); in CreateDefaultObject()
/aoo42x/main/svx/source/engine3d/
H A Dobj3d.cxx1030 basegfx::B2DPolyPolygon E3dCompoundObject::TakeXorPoly() const in TakeXorPoly()
1032 basegfx::B2DPolyPolygon aRetval; in TakeXorPoly()
1111 const basegfx::B2DPolyPolygon aPolyPolygon(TakeXorPoly()); in AddToHdlList()
1244 basegfx::B2DPolyPolygon E3dCompoundObject::TransformToScreenCoor(const basegfx::B3DPolyPolygon& rCa… in TransformToScreenCoor()
1249 basegfx::B2DPolyPolygon aRetval; in TransformToScreenCoor()
/aoo42x/main/sdext/source/pdfimport/tree/
H A Dgenericelements.hxx207 const basegfx::B2DPolyPolygon& rPolyPoly,
219 basegfx::B2DPolyPolygon PolyPoly;
305 const basegfx::B2DPolyPolygon& rPolyPoly, in createPolyPolyElement()
/aoo42x/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx450 const B2DPolyPolygon& rSourcePolyPolygon) in TrapezoidSubdivider()
456 B2DPolyPolygon aSource(rSourcePolyPolygon); in TrapezoidSubdivider()
952 void trapezoidSubdivide(B2DTrapezoidVector& ro_Result, const B2DPolyPolygon& rSourcePolyPolygon) in trapezoidSubdivide()
1185 const B2DPolyPolygon& rPolyPolygon, in createLineTrapezoidFromB2DPolyPolygon()
1194 B2DPolyPolygon aSource(rPolyPolygon); in createLineTrapezoidFromB2DPolyPolygon()
/aoo42x/main/tools/inc/tools/
H A Dpoly.hxx108 class B2DPolyPolygon;
332 ::basegfx::B2DPolyPolygon getB2DPolyPolygon() const;
336 explicit PolyPolygon(const ::basegfx::B2DPolyPolygon& rPolyPolygon);
/aoo42x/main/filter/source/svg/
H A Dsvgfilter.hxx113 typedef ::std::list< ::basegfx::B2DPolyPolygon > B2DPolyPolygonList;
146 void pushClip( const ::basegfx::B2DPolyPolygon& rPolyPoly );
149 const ::basegfx::B2DPolyPolygon* getCurClip() const;
/aoo42x/main/editeng/inc/editeng/
H A Dediteng.hxx85 namespace basegfx { class B2DPolyPolygon; }
196 void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon );
197 …void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pL…
/aoo42x/main/svx/source/sdr/primitive2d/
H A Dsdrtextprimitive2d.cxx270 const basegfx::B2DPolyPolygon& rUnitPolyPolygon, in SdrContourTextPrimitive2D()
323 const basegfx::B2DPolyPolygon& rPathPolyPolygon, in SdrPathTextPrimitive2D()
346 basegfx::B2DPolyPolygon aNewPolyPolygon(getPathPolyPolygon()); in createTransformedClone()
/aoo42x/main/slideshow/source/engine/transitions/
H A Ddoublediamondwipe.hxx41 virtual ::basegfx::B2DPolyPolygon operator()( double x );
43 const ::basegfx::B2DPolyPolygon m_unitRect;
H A Diriswipe.hxx40 virtual ::basegfx::B2DPolyPolygon operator()( double x );
42 const ::basegfx::B2DPolyPolygon m_unitRect;
H A Dboxwipe.hxx41 virtual ::basegfx::B2DPolyPolygon operator () ( double t );
44 const ::basegfx::B2DPolyPolygon m_unitRect;
H A Dellipsewipe.cxx37 ::basegfx::B2DPolyPolygon EllipseWipe::operator () ( double t ) in operator ()()
44 return ::basegfx::B2DPolyPolygon( poly ); in operator ()()
H A Dcheckerboardwipe.hxx44 virtual ::basegfx::B2DPolyPolygon operator () ( double x );
47 const ::basegfx::B2DPolyPolygon m_unitRect;
H A Dzigzagwipe.hxx39 virtual ::basegfx::B2DPolyPolygon operator () ( double t );
50 virtual ::basegfx::B2DPolyPolygon operator () ( double t );
H A Diriswipe.cxx36 ::basegfx::B2DPolyPolygon IrisWipe::operator () ( double t ) in operator ()()
42 ::basegfx::B2DPolyPolygon res( m_unitRect ); in operator ()()

Completed in 79 milliseconds

12345678910>>...19