Home
last modified time | relevance | path

Searched refs:basegfx (Results 101 – 125 of 1243) sorted by relevance

12345678910>>...50

/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx38 const basegfx::BColor& rSingleColor, in GeoTexSvxMono()
54 …void GeoTexSvxMono::modifyBColor(const basegfx::B2DPoint& /*rUV*/, basegfx::BColor& rBColor, doubl… in modifyBColor()
74 const basegfx::B2DRange& rRange) in GeoTexSvxBitmapEx()
184 …void GeoTexSvxBitmapEx::modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, doubl… in modifyBColor()
192 const basegfx::BColor aBSource( in modifyBColor()
254basegfx::B2DPoint GeoTexSvxBitmapExTiled::impGetCorrected(const basegfx::B2DPoint& rUV) const in impGetCorrected()
296 const basegfx::B2DRange& rRange, in GeoTexSvxBitmapExTiled()
300 mfOffsetX(basegfx::clamp(fOffsetX, 0.0, 1.0)), in GeoTexSvxBitmapExTiled()
301 mfOffsetY(basegfx::clamp(fOffsetY, 0.0, 1.0)), in GeoTexSvxBitmapExTiled()
307 …void GeoTexSvxBitmapExTiled::modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, … in modifyBColor()
[all …]
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx121 basegfx::B3DPoint aLookAt; in Construct()
132 basegfx::B3DHomMatrix aRotation; in Construct()
216 basegfx::B3DPoint( 0, 0, 0 ), in SetObjectType()
340 …const basegfx::B2DPolygon a2DCircle(basegfx::tools::createPolygonFromCircle(basegfx::B2DPoint(0.0,… in Construct2()
341 basegfx::B3DPolygon a3DCircle(basegfx::tools::createB3DPolygonFromB2DPolygon(a2DCircle)); in Construct2()
342 basegfx::B3DHomMatrix aTransform; in Construct2()
361 basegfx::B3DPolygon a3DHalfCircle(basegfx::tools::createB3DPolygonFromB2DPolygon(a2DHalfCircle)); in Construct2()
389 basegfx::B3DPoint aLookAt; in Construct2()
399 basegfx::B3DHomMatrix aNeutral; in Construct2()
429 basegfx::B3DPoint( 0, 0, 0 ), in ConstructLightObjects()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1710 basegfx::B2DRange aRange(basegfx::tools::getRange(rPolyPolygon)); in ImpGetBoundRect()
2587 basegfx::B2DPolygon aNewPoly; in NbcInsPoint()
2715 basegfx::B2DPolygon aNewPolygon(basegfx::tools::makeStartPoint(aCandidate, nPnt)); in RipPoint()
2896 const basegfx::B2DRange aPolyRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry()
2928 const basegfx::B2DRange aCorrectedRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry()
2942 const basegfx::B2DRange aPolyRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry()
3011 basegfx::B2DTuple aScale; in TRSetBaseGeometry()
3012 basegfx::B2DTuple aTranslate; in TRSetBaseGeometry()
3018 if(basegfx::fTools::less(aScale.getX(), 0.0) && basegfx::fTools::less(aScale.getY(), 0.0)) in TRSetBaseGeometry()
3080 if(basegfx::fTools::less(aScale.getX(), 0.0) || basegfx::fTools::less(aScale.getY(), 0.0)) in TRSetBaseGeometry()
[all …]
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx146 return basegfx::B2DLINEJOIN_MIDDLE; in LineJointToB2DLineJoin()
150 return basegfx::B2DLINEJOIN_BEVEL; in LineJointToB2DLineJoin()
154 return basegfx::B2DLINEJOIN_MITER; in LineJointToB2DLineJoin()
158 return basegfx::B2DLINEJOIN_ROUND; in LineJointToB2DLineJoin()
162 return basegfx::B2DLINEJOIN_NONE; in LineJointToB2DLineJoin()
169 basegfx::B2DVector aRetval(0.0, 0.0); in RectPointToB2DVector()
375 const basegfx::B2DVector aOffset( in createNewSdrShadowAttribute()
445 const basegfx::BColor aBlack; in createNewSdrFillAttribute()
455 const basegfx::BColor aBlack; in createNewSdrFillAttribute()
678 const basegfx::B2DVector aSize( in createNewSdrFillGraphicAttribute()
[all …]
H A Dsdrmeasureprimitive2d.cxx50 const basegfx::B2DPoint& rStart, in impCreatePart()
51 const basegfx::B2DPoint& rEnd, in impCreatePart()
56 basegfx::B2DPolygon aPolygon; in impCreatePart()
78 const basegfx::B2DPolyPolygon aEmpty; in impCreatePart()
95 basegfx::B2DRange aTextRange; in create2DDecomposition()
110 basegfx::B2DHomMatrix aTextMatrix; in create2DDecomposition()
163 …const basegfx::B2DRange aArrowRange(basegfx::tools::getRange(rLineStartEnd.getStartPolyPolygon())); in create2DDecomposition()
175 … const basegfx::B2DRange aArrowRange(basegfx::tools::getRange(rLineStartEnd.getEndPolyPolygon())); in create2DDecomposition()
412 basegfx::B2DHomMatrix aChange; in create2DDecomposition()
448 const basegfx::B2DPoint& rStart, in SdrMeasurePrimitive2D()
[all …]
H A Dsdrellipseprimitive2d.cxx53 basegfx::B2DPolygon aUnitOutline(basegfx::tools::createPolygonFromUnitCircle(1)); in create2DDecomposition()
56 const basegfx::B2DHomMatrix aUnitCorrectionMatrix( in create2DDecomposition()
82 basegfx::B2DPolyPolygon(aUnitOutline), in create2DDecomposition()
87 basegfx::B2DPolygon aTransformed(aUnitOutline); in create2DDecomposition()
102 basegfx::B2DPolyPolygon(aUnitOutline), in create2DDecomposition()
123 const basegfx::B2DHomMatrix& rTransform, in SdrEllipsePrimitive2D()
161basegfx::B2DPolygon aUnitOutline(basegfx::tools::createPolygonFromUnitEllipseSegment(mfStartAngle,… in create2DDecomposition()
169 aUnitOutline.insert(0L, basegfx::B2DPoint(0.0, 0.0)); in create2DDecomposition()
176 const basegfx::B2DHomMatrix aUnitCorrectionMatrix( in create2DDecomposition()
202 basegfx::B2DPolyPolygon(aUnitOutline), in create2DDecomposition()
[all …]
/trunk/main/drawinglayer/source/attribute/
H A Dmaterialattribute3d.cxx43 basegfx::BColor maColor; // object color
48 …ImpMaterialAttribute3D(const basegfx::BColor& rColor, const basegfx::BColor& rSpecular, const base… in ImpMaterialAttribute3D()
57 ImpMaterialAttribute3D(const basegfx::BColor& rColor) in ImpMaterialAttribute3D()
67 const basegfx::BColor& getColor() const { return maColor; } in getColor()
87 basegfx::BColor(), in get_global_default()
88 basegfx::BColor(), in get_global_default()
89 basegfx::BColor(), in get_global_default()
101 const basegfx::BColor& rColor, in MaterialAttribute3D()
102 const basegfx::BColor& rSpecular, in MaterialAttribute3D()
103 const basegfx::BColor& rEmission, in MaterialAttribute3D()
[all …]
/trunk/main/sw/source/ui/docvw/
H A DShadowOverlayObject.cxx51 basegfx::B2DPoint maBasePosition;
52 basegfx::B2DPoint maSecondPosition;
61 const basegfx::B2DPoint& rBasePosition, in ShadowPrimitive()
62 const basegfx::B2DPoint& rSecondPosition, in ShadowPrimitive()
85 basegfx::B2DRange aRange(getBasePosition()); in create2DDecomposition()
98 basegfx::BColor(230.0/255.0,230.0/255.0,230.0/255.0), in create2DDecomposition()
99 basegfx::BColor(180.0/255.0,180.0/255.0,180.0/255.0), in create2DDecomposition()
119 basegfx::BColor(230.0/255.0,230.0/255.0,230.0/255.0), in create2DDecomposition()
120 basegfx::BColor(180.0/255.0,180.0/255.0,180.0/255.0), in create2DDecomposition()
140 basegfx::BColor(230.0/255.0,230.0/255.0,230.0/255.0), in create2DDecomposition()
[all …]
/trunk/main/slideshow/source/engine/transitions/
H A Dspiralwipe.cxx54 basegfx::B2DHomMatrix aTransform(basegfx::tools::createTranslateB2DHomMatrix(-0.5, -0.5)); in calcNegSpiral()
55 const double edge_ = ::basegfx::pruneScaleValue( in calcNegSpiral()
59 ::basegfx::B2DPolygon poly( createUnitRect() ); in calcNegSpiral()
61 ::basegfx::B2DPolyPolygon res(poly); in calcNegSpiral()
63 if (! ::basegfx::fTools::equalZero( 1.0 - t )) { in calcNegSpiral()
75 - ::basegfx::pruneScaleValue( in calcNegSpiral()
77 ::basegfx::pruneScaleValue( in calcNegSpiral()
92 ::basegfx::B2DPolyPolygon res( createUnitRect() ); in operator ()()
101 ::basegfx::B2DPolyPolygon res( createUnitRect() ); in operator ()()
106 ::basegfx::B2DHomMatrix aTransform; in operator ()()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpathobj.cxx69 basegfx::B2DPolygon aFallbackLine; in createViewIndependentPrimitive2DSequence()
70 aFallbackLine.append(basegfx::B2DPoint(0.0, 0.0)); in createViewIndependentPrimitive2DSequence()
71 aFallbackLine.append(basegfx::B2DPoint(1000.0, 1000.0)); in createViewIndependentPrimitive2DSequence()
78 basegfx::B2DHomMatrix aObjectMatrix; in createViewIndependentPrimitive2DSequence()
89 const basegfx::B2DPoint aEnd(aSubPolygon.getB2DPoint(1)); in createViewIndependentPrimitive2DSequence()
90 const basegfx::B2DVector aLine(aEnd - aStart); in createViewIndependentPrimitive2DSequence()
93 basegfx::B2DPolygon aNewPolygon; in createViewIndependentPrimitive2DSequence()
94 aNewPolygon.append(basegfx::B2DPoint(0.0, 0.0)); in createViewIndependentPrimitive2DSequence()
95 aNewPolygon.append(basegfx::B2DPoint(1.0, 0.0)); in createViewIndependentPrimitive2DSequence()
109 const basegfx::B2DRange aObjectRange(basegfx::tools::getRange(aUnitPolyPolygon)); in createViewIndependentPrimitive2DSequence()
[all …]
H A Dviewcontactofsdrpage.cxx136 basegfx::B2DHomMatrix aPageMatrix; in createViewIndependentPrimitive2DSequence()
144 basegfx::B2DPolygon aPageShadowPolygon; in createViewIndependentPrimitive2DSequence()
161 basegfx::B2DPolyPolygon(aPageShadowPolygon), in createViewIndependentPrimitive2DSequence()
250 const basegfx::B2DRange aInnerRange( in createViewIndependentPrimitive2DSequence()
253 const basegfx::B2DPolygon aInnerPolgon(basegfx::tools::createPolygonFromRect(aInnerRange)); in createViewIndependentPrimitive2DSequence()
256 basegfx::B2DPolyPolygon(aInnerPolgon), in createViewIndependentPrimitive2DSequence()
297 … const basegfx::B2DPolygon aPageFillPolygon(basegfx::tools::createPolygonFromRect(aPageFillRange)); in createViewIndependentPrimitive2DSequence()
358 basegfx::B2DPolygon aLeft, aRight; in createViewIndependentPrimitive2DSequence()
373 …const basegfx::B2DPolygon aPageBorderPolygon(basegfx::tools::createPolygonFromRect(aPageBorderRang… in createViewIndependentPrimitive2DSequence()
408 const basegfx::B2DRange aPageBorderRange( in createViewIndependentPrimitive2DSequence()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx217 const basegfx::B2DPolygon& rPolygon, in drawPolyLine()
220 basegfx::B2DLineJoin eLineJoin, in drawPolyLine()
244 case basegfx::B2DLINEJOIN_BEVEL : in drawPolyLine()
249 case basegfx::B2DLINEJOIN_MIDDLE : in drawPolyLine()
250 case basegfx::B2DLINEJOIN_MITER : in drawPolyLine()
257 case basegfx::B2DLINEJOIN_ROUND : in drawPolyLine()
448 const basegfx::B2DPoint& rNull, in drawTransformedBitmap()
449 const basegfx::B2DPoint& rX, in drawTransformedBitmap()
450 const basegfx::B2DPoint& rY, in drawTransformedBitmap()
465 const long nDestWidth(basegfx::fround(basegfx::B2DVector(rX - rNull).getLength())); in drawTransformedBitmap()
[all …]
/trunk/main/canvas/inc/canvas/
H A Dspriteredrawmanager.hxx92 const ::basegfx::B2DRange& rTrueUpdateArea, in SpriteInfo()
121 const ::basegfx::B2DRange& rTrueUpdateArea, in SpriteInfo()
140 ::basegfx::B2DRange maTrueUpdateArea;
178 const ::basegfx::B2DPoint& rPos, in SpriteChangeRecord()
191 ::basegfx::B2DPoint maOldPos;
192 ::basegfx::B2DRange maUpdateArea;
289 const ::basegfx::B2DPoint& rOldPos,
290 const ::basegfx::B2DPoint& rNewPos,
293 const ::basegfx::B2DPoint& rPos,
315 ::basegfx::B2DRange aMoveStart; in handleArea()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dsdrdecompositiontools2d.cxx40 const basegfx::B2DHomMatrix& rMatrix) in createHiddenGeometryPrimitives2D()
42 const basegfx::B2DPolygon aUnitOutline(basegfx::tools::createUnitPolygon()); in createHiddenGeometryPrimitives2D()
46 basegfx::B2DPolyPolygon(aUnitOutline), in createHiddenGeometryPrimitives2D()
57 basegfx::B2DHomMatrix()); in createHiddenGeometryPrimitives2D()
62 const basegfx::B2DRange& rRange) in createHiddenGeometryPrimitives2D()
67 basegfx::B2DHomMatrix()); in createHiddenGeometryPrimitives2D()
72 const basegfx::B2DRange& rRange, in createHiddenGeometryPrimitives2D()
73 const basegfx::B2DHomMatrix& rMatrix) in createHiddenGeometryPrimitives2D()
75 const basegfx::B2DPolyPolygon aOutline(basegfx::tools::createPolygonFromRect(rRange)); in createHiddenGeometryPrimitives2D()
86 const basegfx::B2DHomMatrix& rMatrix) in createHiddenGeometryPrimitives2D()
[all …]
H A Dwallpaperprimitive2d.cxx57 basegfx::B2DHomMatrix aObjectTransform; in create2DDecomposition()
80 basegfx::B2DPoint aTargetTopLeft(getLocalObjectRange().getMinimum()); in create2DDecomposition()
103 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()
114 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()
120 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()
156 basegfx::B2DHomMatrix aObjectTransform; in create2DDecomposition()
176 const basegfx::B2DVector aRelativeSize( in create2DDecomposition()
179 basegfx::B2DPoint aRelativeTopLeft(0.0, 0.0); in create2DDecomposition()
194 const basegfx::B2DHomMatrix aObjectTransform( in create2DDecomposition()
213 const basegfx::B2DPolyPolygon aPolyPolygon( in create2DDecomposition()
[all …]
H A Dcontrolprimitive2d.cxx104 basegfx::B2DVector aScale, aTranslate; in createBitmapDecomposition()
109 aScale = basegfx::absolute(aScale); in createBitmapDecomposition()
127 const sal_Int32 nSizeX(basegfx::fround(aDiscreteSize.getX())); in createBitmapDecomposition()
190 basegfx::B2DVector aScreenZoom( in createBitmapDecomposition()
222 … const basegfx::B2DHomMatrix aBitmapTransform(basegfx::tools::createScaleTranslateB2DHomMatrix( in createBitmapDecomposition()
243 basegfx::B2DRange aObjectRange(0.0, 0.0, 1.0, 1.0); in createPlaceholderDecomposition()
245 const basegfx::B2DPolygon aOutline(basegfx::tools::createPolygonFromRect(aObjectRange)); in createPlaceholderDecomposition()
269 const basegfx::B2DHomMatrix& rTransform, in ControlPrimitive2D()
280 const basegfx::B2DHomMatrix& rTransform, in ControlPrimitive2D()
341 basegfx::B2DRange aRetval(0.0, 0.0, 1.0, 1.0); in getB2DRange()
[all …]
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrtextprimitive2d.hxx119 basegfx::B2DPolyPolygon maUnitPolyPolygon;
122 basegfx::B2DHomMatrix maObjectTransform;
132 const basegfx::B2DPolyPolygon& rUnitPolyPolygon,
133 const basegfx::B2DHomMatrix& rObjectTransform);
137 const basegfx::B2DHomMatrix& getObjectTransform() const { return maObjectTransform; } in getObjectTransform()
161 basegfx::B2DPolyPolygon maPathPolyPolygon;
174 const basegfx::B2DPolyPolygon& rPathPolyPolygon,
203 basegfx::B2DHomMatrix maTextRangeTransform;
224 const basegfx::B2DHomMatrix& rTextRangeTransform,
265 basegfx::B2DHomMatrix maTextRangeTransform;
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrsphereprimitive3d.cxx56basegfx::B3DPolyPolygon aFill(basegfx::tools::createSphereFillPolyPolygonFromB3DRange(aUnitRange, in create3DDecomposition()
66 aFill = basegfx::tools::invertNormals(aFill); in create3DDecomposition()
85 const basegfx::B3DRange aRange(basegfx::tools::getRange(aFill)); in create3DDecomposition()
100 basegfx::B3DHomMatrix aRot; in create3DDecomposition()
106 const basegfx::B3DRange aRange(basegfx::tools::getRange(aFill)); in create3DDecomposition()
107 const basegfx::B3DPoint aCenter(aRange.getCenter()); in create3DDecomposition()
114 basegfx::B3DHomMatrix aRot; in create3DDecomposition()
121 basegfx::B2DHomMatrix aTexMatrix; in create3DDecomposition()
158basegfx::B3DPolyPolygon aSphere(basegfx::tools::createSpherePolyPolygonFromB3DRange(aUnitRange, ge… in create3DDecomposition()
177 const basegfx::B3DHomMatrix& rTransform, in SdrSpherePrimitive3D()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrdecompositiontools3d.hxx35 namespace basegfx { namespace
57 basegfx::B3DRange getRangeFrom3DGeometry(::std::vector< basegfx::B3DPolyPolygon >& rFill);
58 …id applyNormalsKindSphereTo3DGeometry(::std::vector< basegfx::B3DPolyPolygon >& rFill, const baseg…
66 ::std::vector< basegfx::B3DPolyPolygon >& rFill,
67 const basegfx::B3DRange& rRange,
68 const basegfx::B2DVector& rTextureSize);
72 const basegfx::B3DHomMatrix& rObjectTransform,
77 const basegfx::B3DHomMatrix& rObjectTransform,
78 const basegfx::B2DVector& rTextureSize,
90 const basegfx::B3DHomMatrix& rObjectTransform,
[all …]
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx64 basegfx::B2DHomMatrix maTransform;
96 const basegfx::B2DPolyPolygon aUnitPolyPolygon(basegfx::tools::createUnitPolygon()); in create2DDecomposition()
298 const basegfx::B2DPoint aStart(getTransform() * basegfx::B2DPoint(0.0, 0.0)); in create2DDecomposition()
299 const basegfx::B2DPoint aEnd(getTransform() * basegfx::B2DPoint(0.0, 1.0)); in create2DDecomposition()
340 const basegfx::B2DPoint aStart(getTransform() * basegfx::B2DPoint(0.0, 1.0)); in create2DDecomposition()
341 const basegfx::B2DPoint aEnd(getTransform() * basegfx::B2DPoint(1.0, 1.0)); in create2DDecomposition()
382 const basegfx::B2DPoint aStart(getTransform() * basegfx::B2DPoint(1.0, 0.0)); in create2DDecomposition()
383 const basegfx::B2DPoint aEnd(getTransform() * basegfx::B2DPoint(1.0, 1.0)); in create2DDecomposition()
424 const basegfx::B2DPoint aStart(getTransform() * basegfx::B2DPoint(0.0, 0.0)); in create2DDecomposition()
425 const basegfx::B2DPoint aEnd(getTransform() * basegfx::B2DPoint(1.0, 0.0)); in create2DDecomposition()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/processor3d/
H A Dshadow3dextractor.hxx59 basegfx::B2DHomMatrix maObjectTransformation;
62 basegfx::B3DHomMatrix maWorldToEye;
63 basegfx::B3DHomMatrix maEyeToView;
64 basegfx::B3DVector maLightNormal;
65 basegfx::B3DVector maShadowPlaneNormal;
66 basegfx::B3DPoint maPlanePoint;
72 basegfx::BColor maPrimitiveColor;
85 basegfx::B2DPolygon impDoShadowProjection(const basegfx::B3DPolygon& rSource);
86 basegfx::B2DPolyPolygon impDoShadowProjection(const basegfx::B3DPolyPolygon& rSource);
96 const basegfx::B2DHomMatrix& rObjectTransformation,
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx96 ::basegfx::B2DHomMatrix aTextureTransform; in fillLinearGradient()
100 ::basegfx::B2DPoint aLeftTop( 0.0, 0.0 ); in fillLinearGradient()
101 ::basegfx::B2DPoint aLeftBottom( 0.0, 1.0 ); in fillLinearGradient()
102 ::basegfx::B2DPoint aRightTop( 1.0, 0.0 ); in fillLinearGradient()
103 ::basegfx::B2DPoint aRightBottom( 1.0, 1.0 ); in fillLinearGradient()
116 ::basegfx::tools::infiniteLineFromParallelogram( aLeftTop, in fillLinearGradient()
133 ::basegfx::B2DVector aDirection( aLeftTop - aLeftBottom ); in fillLinearGradient()
265 ::basegfx::B2DHomMatrix aTotalTransform; in fillPolygonalGradient()
273 ::basegfx::B2DHomMatrix aTextureTransform; in fillPolygonalGradient()
284 ::basegfx::B2DPolygon aOuterPoly( rGradientPoly ); in fillPolygonalGradient()
[all …]
/trunk/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx76 maMoveStartArea = ::basegfx::B2DRectangle( in operator ()()
163 ::basegfx::B2DRectangle maMoveStartArea;
164 ::basegfx::B2DRectangle maMoveEndArea;
319 …bool impIsEqualB2DRange(const basegfx::B2DRange& rRangeA, const basegfx::B2DRange& rRangeB, double… in impIsEqualB2DRange()
327 …bool impIsEqualB2DVector(const basegfx::B2DVector& rVecA, const basegfx::B2DVector& rVecB, double … in impIsEqualB2DVector()
371 ::basegfx::B2DRectangle aTotalBounds( o_rMoveStart ); in isAreaUpdateScroll()
419 ::basegfx::B2DRange aTrueArea( aBegin->second.getUpdateArea() ); in isAreaUpdateOpaque()
422 ::boost::bind( ::basegfx::B2DRangeExpander(aTrueArea), in isAreaUpdateOpaque()
497 const ::basegfx::B2DPoint& rOldPos, in moveSprite()
498 const ::basegfx::B2DPoint& rNewPos, in moveSprite()
[all …]
/trunk/main/slideshow/source/engine/shapes/
H A Dviewshape.hxx76 ::basegfx::B2DSize getAntialiasingBorder() const;
147 RenderArgs( const ::basegfx::B2DRectangle& rOrigBounds, in RenderArgs()
149 const ::basegfx::B2DRectangle& rBounds, in RenderArgs()
164 const ::basegfx::B2DRectangle maOrigBounds;
165 const ::basegfx::B2DRectangle maUpdateBounds;
166 const ::basegfx::B2DRectangle maBounds;
167 const ::basegfx::B2DRectangle maUnitBounds;
256 const ::basegfx::B2DHomMatrix& rTransform,
257 const ::basegfx::B2DPolyPolygon* pClip,
277 const ::basegfx::B2DRectangle& rBounds,
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxtablend.cxx127 basegfx::B2DPolygon aTriangle; in Create()
128 aTriangle.append(basegfx::B2DPoint(10.0, 0.0)); in Create()
129 aTriangle.append(basegfx::B2DPoint(0.0, 30.0)); in Create()
130 aTriangle.append(basegfx::B2DPoint(20.0, 30.0)); in Create()
134 basegfx::B2DPolygon aSquare; in Create()
135 aSquare.append(basegfx::B2DPoint(0.0, 0.0)); in Create()
136 aSquare.append(basegfx::B2DPoint(10.0, 0.0)); in Create()
137 aSquare.append(basegfx::B2DPoint(10.0, 10.0)); in Create()
138 aSquare.append(basegfx::B2DPoint(0.0, 10.0)); in Create()
142basegfx::B2DPolygon aCircle(basegfx::tools::createPolygonFromCircle(basegfx::B2DPoint(0.0, 0.0), 1… in Create()
[all …]

Completed in 183 milliseconds

12345678910>>...50