Home
last modified time | relevance | path

Searched refs:basegfx (Results 226 – 250 of 1243) sorted by relevance

12345678910>>...50

/trunk/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx74 Vertex( basegfx::B2DPoint const& rPt1, in Vertex()
75 basegfx::B2DPoint const& rPt2, in Vertex()
77 mnYCounter( basegfx::fround(rPt2.getY()) - in Vertex()
78 basegfx::fround(rPt1.getY()) ), in Vertex()
79 mnX( toFractional( basegfx::fround(rPt1.getX()) )), in Vertex()
92 basegfx::B2DPolyPolygon const& rPoly,
145 const basegfx::B2IRange& rClipRect, in renderClippedPolyPolygon()
146 basegfx::B2DPolyPolygon const& rPoly, in renderClippedPolyPolygon()
156 basegfx::B2DRange const aPolyBounds( basegfx::tools::getRange(rPoly) ); in renderClippedPolyPolygon()
158 const sal_Int32 nMinY( basegfx::fround(aPolyBounds.getMinY()) ); in renderClippedPolyPolygon()
[all …]
H A Dclippedlinerenderer.hxx196 void renderClippedLine( basegfx::B2IPoint aPt1, in renderClippedLine()
197 basegfx::B2IPoint aPt2, in renderClippedLine()
198 const basegfx::B2IRange& rClipRect, in renderClippedLine()
206 sal_uInt32 clipCode1 = basegfx::tools::getCohenSutherlandClipFlags(aPt1, in renderClippedLine()
208 sal_uInt32 clipCode2 = basegfx::tools::getCohenSutherlandClipFlags(aPt2, in renderClippedLine()
214 sal_uInt32 clipCount1 = basegfx::tools::getNumberOfClipPlanes(clipCode1); in renderClippedLine()
215 sal_uInt32 clipCount2 = basegfx::tools::getNumberOfClipPlanes(clipCode2); in renderClippedLine()
260 rClipRect.getMinX(), basegfx::tools::RectClipFlags::LEFT, in renderClippedLine()
262 rClipRect.getMinY(), basegfx::tools::RectClipFlags::TOP, in renderClippedLine()
336 rClipRect.getMinY(), basegfx::tools::RectClipFlags::TOP, in renderClippedLine()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlineprimitive2d.cxx51 basegfx::B2DLineJoin eLineJoin(basegfx::B2DLINEJOIN_NONE); in create2DDecomposition()
62 basegfx::B2DVector aScale, aTranslate; in create2DDecomposition()
174 eLineJoin = basegfx::B2DLINEJOIN_ROUND; in create2DDecomposition()
195 basegfx::B2DPolygon aLine; in create2DDecomposition()
198 aLine.append(basegfx::B2DPoint(0.0, fOffset)); in create2DDecomposition()
199 aLine.append(basegfx::B2DPoint(getWidth(), fOffset)); in create2DDecomposition()
201 const basegfx::B2DHomMatrix aUnscaledTransform( in create2DDecomposition()
202 basegfx::tools::createShearXRotateTranslateB2DHomMatrix( in create2DDecomposition()
243 basegfx::B2DHomMatrix aTransform(basegfx::tools::createTranslateB2DHomMatrix( in create2DDecomposition()
265 const basegfx::B2DHomMatrix& rObjectTransformation, in TextLinePrimitive2D()
[all …]
H A Dmarkerarrayprimitive2d.cxx49 const std::vector< basegfx::B2DPoint >& rPositions = getPositions(); in create2DDecomposition()
60 basegfx::B2DVector aLogicHalfSize(rViewInformation.getInverseObjectToViewTransformation() * in create2DDecomposition()
61 basegfx::B2DVector(aBitmapSize.getWidth() - 1.0, aBitmapSize.getHeight() - 1.0)); in create2DDecomposition()
71 const basegfx::B2DPoint& rPosition(rPositions[a]); in create2DDecomposition()
72 const basegfx::B2DRange aRange(rPosition - aLogicHalfSize, rPosition + aLogicHalfSize); in create2DDecomposition()
73 basegfx::B2DHomMatrix aTransform; in create2DDecomposition()
89 const std::vector< basegfx::B2DPoint >& rPositions, in MarkerArrayPrimitive2D()
110basegfx::B2DRange MarkerArrayPrimitive2D::getB2DRange(const geometry::ViewInformation2D& rViewInfo… in getB2DRange()
112 basegfx::B2DRange aRetval; in getB2DRange()
130basegfx::B2DVector aLogicHalfSize(rViewInformation.getInverseObjectToViewTransformation() * in getB2DRange()
[all …]
/trunk/main/svx/inc/svx/
H A Dscene3d.hxx109 virtual basegfx::B2DPolyPolygon TakeXorPoly() const;
171 basegfx::B3DVector GetLightDirection1() const in GetLightDirection1()
173 basegfx::B3DVector GetLightDirection2() const in GetLightDirection2()
175 basegfx::B3DVector GetLightDirection3() const in GetLightDirection3()
177 basegfx::B3DVector GetLightDirection4() const in GetLightDirection4()
179 basegfx::B3DVector GetLightDirection5() const in GetLightDirection5()
181 basegfx::B3DVector GetLightDirection6() const in GetLightDirection6()
183 basegfx::B3DVector GetLightDirection7() const in GetLightDirection7()
185 basegfx::B3DVector GetLightDirection8() const in GetLightDirection8()
234 basegfx::B3DVector GetShadowPlaneDirection() const;
[all …]
H A Dsvx3ditems.hxx279 …Svx3DLightDirection1Item(const basegfx::B3DVector& rVec = basegfx::B3DVector(0.57735026918963, 0.5…
284 Svx3DLightDirection2Item(const basegfx::B3DVector& rVec = basegfx::B3DVector(0.0,0.0,1.0));
289 Svx3DLightDirection3Item(const basegfx::B3DVector& rVec = basegfx::B3DVector(0.0,0.0,1.0));
294 Svx3DLightDirection4Item(const basegfx::B3DVector& rVec = basegfx::B3DVector(0.0,0.0,1.0));
299 Svx3DLightDirection5Item(const basegfx::B3DVector& rVec = basegfx::B3DVector(0.0,0.0,1.0));
304 Svx3DLightDirection6Item(const basegfx::B3DVector& rVec = basegfx::B3DVector(0.0,0.0,1.0));
309 Svx3DLightDirection7Item(const basegfx::B3DVector& rVec = basegfx::B3DVector(0.0,0.0,1.0));
314 Svx3DLightDirection8Item(const basegfx::B3DVector& rVec = basegfx::B3DVector(0.0,0.0,1.0));
H A Ddeflt3d.hxx47 basegfx::B3DPoint aDefaultCubePos;
48 basegfx::B3DVector aDefaultCubeSize;
53 basegfx::B3DPoint aDefaultSphereCenter;
54 basegfx::B3DVector aDefaultSphereSize;
89 const basegfx::B3DPoint& GetDefaultCubePos() { return aDefaultCubePos; } in GetDefaultCubePos()
90 void SetDefaultCubePos(const basegfx::B3DPoint& rNew) { aDefaultCubePos = rNew; } in SetDefaultCubePos()
91 const basegfx::B3DVector& GetDefaultCubeSize() { return aDefaultCubeSize; } in GetDefaultCubeSize()
92 void SetDefaultCubeSize(const basegfx::B3DVector& rNew) { aDefaultCubeSize = rNew; } in SetDefaultCubeSize()
99 const basegfx::B3DPoint& GetDefaultSphereCenter() { return aDefaultSphereCenter; } in GetDefaultSphereCenter()
101 const basegfx::B3DVector& GetDefaultSphereSize() { return aDefaultSphereSize; } in GetDefaultSphereSize()
[all …]
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrcaptionprimitive2d.cxx47 const basegfx::B2DPolygon aUnitOutline(basegfx::tools::createPolygonFromRect( in create2DDecomposition()
48 basegfx::B2DRange(0.0, 0.0, 1.0, 1.0), in create2DDecomposition()
59 basegfx::B2DPolyPolygon(aUnitOutline), in create2DDecomposition()
64 basegfx::B2DPolyPolygon aTransformed(aUnitOutline); in create2DDecomposition()
81 basegfx::B2DPolyPolygon(aUnitOutline), in create2DDecomposition()
87 basegfx::B2DPolyPolygon(getTail()), in create2DDecomposition()
92 basegfx::B2DPolygon aTransformed(aUnitOutline); in create2DDecomposition()
115 basegfx::B2DPolyPolygon(aUnitOutline), in create2DDecomposition()
134 const basegfx::B2DHomMatrix& rTransform, in SdrCaptionPrimitive2D()
136 const basegfx::B2DPolygon& rTail, in SdrCaptionPrimitive2D()
[all …]
/trunk/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx159 const ::basegfx::B2DPoint aOutPosPixel( aViewTransform * ::basegfx::B2DPoint() ); in repaintWithoutPolygons()
165 pDevicePixelCanvas->setTransformation( ::basegfx::B2DHomMatrix() ); in repaintWithoutPolygons()
172 pBitmap->clip( ::basegfx::B2DPolyPolygon() ); in repaintWithoutPolygons()
292 ::basegfx::B2DPoint( e.X, in handleMouseReleased()
346 ::basegfx::B2DPolygon aPoly; in handleMouseDragged()
384 const ::basegfx::B2DPoint aOutPosPixel( aViewTransform * ::basegfx::B2DPoint() ); in handleMouseDragged()
390 pDevicePixelCanvas->setTransformation( ::basegfx::B2DHomMatrix() ); in handleMouseDragged()
395 ::basegfx::B2DPolyPolygon aPolyPoly=::basegfx::B2DPolyPolygon(aPoly); in handleMouseDragged()
416 ::basegfx::B2DPolygon aPoly; in handleMouseDragged()
473 basegfx::B2DPoint maLastPoint;
[all …]
/trunk/main/drawinglayer/source/attribute/
H A Dlineattribute.cxx43 basegfx::BColor maColor; // color
45 basegfx::B2DLineJoin meLineJoin; // type of LineJoin
49 const basegfx::BColor& rColor, in ImpLineAttribute()
51 basegfx::B2DLineJoin aB2DLineJoin, in ImpLineAttribute()
62 const basegfx::BColor& getColor() const { return maColor; } in getColor()
64 basegfx::B2DLineJoin getLineJoin() const { return meLineJoin; } in getLineJoin()
82 basegfx::BColor(), in get_global_default()
84 basegfx::B2DLINEJOIN_ROUND, in get_global_default()
96 const basegfx::BColor& rColor, in LineAttribute()
98 basegfx::B2DLineJoin aB2DLineJoin, in LineAttribute()
[all …]
H A Dsdrlinestartendattribute.cxx41 basegfx::B2DPolyPolygon maStartPolyPolygon; // start Line PolyPolygon
42 basegfx::B2DPolyPolygon maEndPolyPolygon; // end Line PolyPolygon
53 const basegfx::B2DPolyPolygon& rStartPolyPolygon, in ImpSdrLineStartEndAttribute()
54 const basegfx::B2DPolyPolygon& rEndPolyPolygon, in ImpSdrLineStartEndAttribute()
74 const basegfx::B2DPolyPolygon& getStartPolyPolygon() const { return maStartPolyPolygon; } in getStartPolyPolygon()
75 const basegfx::B2DPolyPolygon& getEndPolyPolygon() const { return maEndPolyPolygon; } in getEndPolyPolygon()
102 basegfx::B2DPolyPolygon(), in get_global_default()
103 basegfx::B2DPolyPolygon(), in get_global_default()
120 const basegfx::B2DPolyPolygon& rStartPolyPolygon, in SdrLineStartEndAttribute()
121 const basegfx::B2DPolyPolygon& rEndPolyPolygon, in SdrLineStartEndAttribute()
[all …]
H A Dfillgradientattribute.cxx46 basegfx::BColor maStartColor;
47 basegfx::BColor maEndColor;
56 const basegfx::BColor& rStartColor, in ImpFillGradientAttribute()
57 const basegfx::BColor& rEndColor, in ImpFillGradientAttribute()
78 const basegfx::BColor& getEndColor() const { return maEndColor; } in getEndColor()
102 basegfx::BColor(), in get_global_default()
103 basegfx::BColor(), in get_global_default()
120 const basegfx::BColor& rStartColor, in FillGradientAttribute()
121 const basegfx::BColor& rEndColor, in FillGradientAttribute()
192 const basegfx::BColor& FillGradientAttribute::getStartColor() const in getStartColor()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1075 basegfx::BColor aHSVColor= in GetColorData()
1076 basegfx::tools::rgb2hsv( in GetColorData()
1388 basegfx::B2DPolygon aRetval; in CreateArc()
1415 basegfx::B2DPolyPolygon aNewB2DPolyPolygon; in CreateSubPath()
1416 basegfx::B2DPolygon aNewB2DPolygon; in CreateSubPath()
1452 basegfx::tools::checkClosed(aNewB2DPolygon); in CreateSubPath()
1493 basegfx::B2DPoint(aEnd.X(), aEnd.Y())); in CreateSubPath()
1711 basegfx::tools::checkClosed(aNewB2DPolygon); in CreateSubPath()
1746 basegfx::B2DPoint aControlPointA; in CreateSubPath()
1747 basegfx::B2DPoint aControlPointB; in CreateSubPath()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dembedded3dprimitive2d.hxx57 basegfx::B2DHomMatrix maObjectTransformation;
68 basegfx::B3DVector maLightNormal;
70 basegfx::B3DRange maScene3DRange;
76 basegfx::B2DRange maB2DRange;
95 const basegfx::B2DHomMatrix& rObjectTransformation,
97 const basegfx::B3DVector& rLightNormal,
99 const basegfx::B3DRange& rScene3DRange);
103 const basegfx::B2DHomMatrix& getObjectTransformation() const { return maObjectTransformation; } in getObjectTransformation()
105 const basegfx::B3DVector& getLightNormal() const { return maLightNormal; } in getLightNormal()
107 const basegfx::B3DRange& getScene3DRange() const { return maScene3DRange; } in getScene3DRange()
[all …]
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx114 ::basegfx::B2DPolyPolygon getPolygon( sal_uInt16 nResId, SdrModel& rModel ) in getPolygon()
116 ::basegfx::B2DPolyPolygon aReturn; in getPolygon()
215 ::basegfx::B2DPolygon aNewArrow; in setLineEnds()
216 aNewArrow.append( ::basegfx::B2DPoint( 10.0, 0.0 ) ); in setLineEnds()
217 aNewArrow.append( ::basegfx::B2DPoint( 0.0, 30.0) ); in setLineEnds()
218 aNewArrow.append( ::basegfx::B2DPoint( 20.0, 30.0 ) ); in setLineEnds()
487 basegfx::B2DPolygon aPoly; in createDefaultObject()
501 basegfx::B2DPolygon aInnerPoly; in createDefaultObject()
504 basegfx::B2DPoint( aRect.Left(), aRect.Top() ), in createDefaultObject()
510 basegfx::B2DPoint( aRect.Right(), aRect.Top() ) ); in createDefaultObject()
[all …]
/trunk/main/svx/source/table/
H A Dtablehandles.cxx55 basegfx::B2DPolyPolygon maPolyPolygon;
62 OverlayTableEdge( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bVisible );
104 basegfx::B2DPolyPolygon TableEdgeHdl::getSpecialDragPoly(const SdrDragStat& rDrag) const in getSpecialDragPoly()
106 basegfx::B2DPolyPolygon aVisible; in getSpecialDragPoly()
107 basegfx::B2DPolyPolygon aInvisible; in getSpecialDragPoly()
116 void TableEdgeHdl::getPolyPolygon(basegfx::B2DPolyPolygon& rVisible, basegfx::B2DPolyPolygon& rInvi… in getPolyPolygon()
120 basegfx::B2DPoint aOffset(aPos.X(), aPos.Y()); in getPolyPolygon()
130 basegfx::B2DPoint aStart(aOffset), aEnd(aOffset); in getPolyPolygon()
141 basegfx::B2DPolygon aPolygon; in getPolyPolygon()
167 basegfx::B2DPolyPolygon aVisible; in CreateB2dIAObject()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dpolygonprimitive3d.hxx52 basegfx::B3DPolygon maPolygon;
55 basegfx::BColor maBColor;
60 const basegfx::B3DPolygon& rPolygon,
61 const basegfx::BColor& rBColor);
64 const basegfx::B3DPolygon& getB3DPolygon() const { return maPolygon; } in getB3DPolygon()
65 const basegfx::BColor& getBColor() const { return maBColor; } in getBColor()
71 virtual basegfx::B3DRange getB3DRange(const geometry::ViewInformation3D& rViewInformation) const;
95 basegfx::B3DPolygon maPolygon;
110 const basegfx::B3DPolygon& rPolygon,
116 const basegfx::B3DPolygon& rPolygon,
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx545 basegfx::B2DPolyPolygon aRetval; in ImpCalcXPoly()
546 basegfx::B2DPolygon aPartPolyA; in ImpCalcXPoly()
1172 basegfx::B2DPolyPolygon aPolyPoly; in DoConvertToPolyObj()
1389 sal_Bool SdrMeasureObj::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& … in TRGetBaseGeometry()
1393 basegfx::B2DTuple aScale(aRange.getRange()); in TRGetBaseGeometry()
1394 basegfx::B2DTuple aTranslate(aRange.getMinimum()); in TRGetBaseGeometry()
1436 void SdrMeasureObj::TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyP… in TRSetBaseGeometry()
1439 basegfx::B2DPoint aPosA(rMatrix * basegfx::B2DPoint(0.0, 0.0)); in TRSetBaseGeometry()
1440 basegfx::B2DPoint aPosB(rMatrix * basegfx::B2DPoint(1.0, 0.0)); in TRSetBaseGeometry()
1478 const Point aNewPt1(basegfx::fround(aPosA.getX()), basegfx::fround(aPosA.getY())); in TRSetBaseGeometry()
[all …]
H A Dsvdhdl.cxx697 const basegfx::B2DPoint& rPos, in CreateOverlayObject()
2503 basegfx::B2DVector aScale, aTranslate; in CreateB2dIAObject()
2547 const basegfx::B2DVector aTargetScale( in CreateB2dIAObject()
2550 const basegfx::B2DVector aTargetTranslate( in CreateB2dIAObject()
2555 const basegfx::B2DRange aCurrentForCompare( in CreateB2dIAObject()
2558 basegfx::B2DRange aCropped( in CreateB2dIAObject()
2575 basegfx::B2DHomMatrix aBackToUnit; in CreateB2dIAObject()
2585 basegfx::B2DPolygon aGraphicOutlinePolygon( in CreateB2dIAObject()
2586 basegfx::tools::createPolygonFromRect( in CreateB2dIAObject()
2598 basegfx::tools::createPolygonFromRect( in CreateB2dIAObject()
[all …]
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx160 basegfx::unotools::homMatrixFromAffineMatrix( in setTransformation()
231basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in strokePath()
279basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in fillPath()
294basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in eoFillPath()
307 …ASSERT_TRUE(basegfx::tools::exportToSvgD( aPath, true, true, false ).compareToAscii(sExportString)… in eoFillPath()
314basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectClip()
315 basegfx::B2DPolyPolygon aCurClip = getCurrentContext().Clip; in intersectClip()
318 … aNewClip = basegfx::tools::clipPolyPolygonOnPolyPolygon( aCurClip, aNewClip, true, false ); in intersectClip()
325basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectEoClip()
326 basegfx::B2DPolyPolygon aCurClip = getCurrentContext().Clip; in intersectEoClip()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx75 ::basegfx::B2DHomMatrix aMatrix; in setupFontTransform()
81 ::basegfx::B2DTuple aScale; in setupFontTransform()
82 ::basegfx::B2DTuple aTranslate; in setupFontTransform()
114 o_rPoint.X() = ::basegfx::fround(aTranslate.getX()); in setupFontTransform()
115 o_rPoint.Y() = ::basegfx::fround(aTranslate.getY()); in setupFontTransform()
145 ::basegfx::B2DPolyPolygon aClipPoly( in setupOutDevState()
146 ::basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D( in setupOutDevState()
152 ::basegfx::B2DHomMatrix aMatrix; in setupOutDevState()
163 ::basegfx::B2DPolyPolygon aClipPoly( in setupOutDevState()
164 ::basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D( in setupOutDevState()
[all …]
H A Dcairo_spritehelper.cxx92 const ::basegfx::B2DPoint& rPos, in redraw()
102 const ::basegfx::B2DHomMatrix aTransform( getTransformation() ); in redraw()
104 if( isActive() && !::basegfx::fTools::equalZero( fAlpha ) ) { in redraw()
107 basegfx::B2DVector aSize = getSizePixel(); in redraw()
121 aMatrix.x0 = basegfx::fround( aMatrix.x0 ); in redraw()
122 aMatrix.y0 = basegfx::fround( aMatrix.y0 ); in redraw()
131 fX = basegfx::fround( fX ); in redraw()
132 fY = basegfx::fround( fY ); in redraw()
142 ::basegfx::B2DPolyPolygon aClipPoly( in redraw()
143 ::basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D( in redraw()
[all …]
/trunk/main/slideshow/source/engine/
H A Danimatedsprite.cxx49 const ::basegfx::B2DSize& rSpriteSizePixel, in AnimatedSprite()
67 maEffectiveSpriteSizePixel += ::basegfx::B2DSize(0.5, 0.5); in AnimatedSprite()
90 ::basegfx::B2DHomMatrix aLinearTransform( mpViewLayer->getTransformation() ); in getContentCanvas()
100 bool AnimatedSprite::resize( const ::basegfx::B2DSize& rSpriteSizePixel ) in resize()
111 ::basegfx::B2DSize aNewSize( maEffectiveSpriteSizePixel ); in resize()
118 … aNewSize.setX( ::canvas::tools::nextPow2( ::basegfx::fround(rSpriteSizePixel.getX()) ) ); in resize()
163 void AnimatedSprite::setPixelOffset( const ::basegfx::B2DSize& rPixelOffset ) in setPixelOffset()
168 ::basegfx::B2DSize AnimatedSprite::getPixelOffset() const in getPixelOffset()
173 void AnimatedSprite::movePixel( const ::basegfx::B2DPoint& rNewPos ) in movePixel()
185 void AnimatedSprite::clip( const ::basegfx::B2DPolyPolygon& rClip ) in clip()
[all …]
/trunk/main/sw/source/core/crsr/
H A Doverlayrangesoutline.cxx39basegfx::B2DPolyPolygon impCombineRangesToPolyPolygon(const std::vector< basegfx::B2DRange >& rRan… in impCombineRangesToPolyPolygon()
42 basegfx::B2DPolyPolygon aRetval; in impCombineRangesToPolyPolygon()
46 … const basegfx::B2DPolygon aDiscretePolygon(basegfx::tools::createPolygonFromRect(rRanges[a])); in impCombineRangesToPolyPolygon()
54 …aRetval = basegfx::tools::solvePolygonOperationOr(aRetval, basegfx::B2DPolyPolygon(aDiscretePolygo… in impCombineRangesToPolyPolygon()
73 const basegfx::BColor aRGBColor(getBaseColor().getBColor()); in createOverlayObjectPrimitive2DSequence()
74 … const basegfx::B2DPolyPolygon aPolyPolygon(impCombineRangesToPolyPolygon(getRanges())); in createOverlayObjectPrimitive2DSequence()
89 const std::vector< basegfx::B2DRange >& rRanges ) in OverlayRangesOutline()
105 void OverlayRangesOutline::setRanges(const std::vector< basegfx::B2DRange >& rNew) in setRanges()
/trunk/main/svx/source/sdr/overlay/
H A Doverlayrollingrectangle.cxx49 … const basegfx::BColor aRGBColorA(getOverlayManager()->getStripeColorA().getBColor()); in createOverlayObjectPrimitive2DSequence()
50 … const basegfx::BColor aRGBColorB(getOverlayManager()->getStripeColorB().getBColor()); in createOverlayObjectPrimitive2DSequence()
52 const basegfx::B2DRange aRollingRectangle(getBasePosition(), getSecondPosition()); in createOverlayObjectPrimitive2DSequence()
57 … const basegfx::B2DPolygon aPolygon(basegfx::tools::createPolygonFromRect(aRollingRectangle)); in createOverlayObjectPrimitive2DSequence()
61 basegfx::B2DPolyPolygon(aPolygon), in createOverlayObjectPrimitive2DSequence()
67 … const basegfx::BColor aHilightColor(aSvtOptionsDrawinglayer.getHilightColor().getBColor()); in createOverlayObjectPrimitive2DSequence()
71 basegfx::B2DPolyPolygon(aPolygon), in createOverlayObjectPrimitive2DSequence()
102 const basegfx::B2DPoint& rBasePos, in OverlayRollingRectangleStriped()
103 const basegfx::B2DPoint& rSecondPos, in OverlayRollingRectangleStriped()
117 void OverlayRollingRectangleStriped::setSecondPosition(const basegfx::B2DPoint& rNew) in setSecondPosition()

Completed in 154 milliseconds

12345678910>>...50