Home
last modified time | relevance | path

Searched refs:basegfx (Results 126 – 150 of 1243) sorted by relevance

12345678910>>...50

/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrlatheprimitive3d.cxx67 basegfx::B2DHomMatrix aTexTransform; in create3DDecomposition()
83 ::std::vector< basegfx::B3DPolyPolygon > aFill; in create3DDecomposition()
89 const basegfx::B3DRange aRange(getRangeFrom3DGeometry(aFill)); in create3DDecomposition()
149 basegfx::B3DPolyPolygon aNewLineGeometry; in create3DDecomposition()
165 basegfx::B3DPolygon aCandidate(aHorLine.getB3DPolygon(a)); in create3DDecomposition()
251 const basegfx::B3DHomMatrix& rTransform, in SdrLathePrimitive3D()
252 const basegfx::B2DVector& rTextureSize, in SdrLathePrimitive3D()
255 const basegfx::B2DPolyPolygon& rPolyPolygon, in SdrLathePrimitive3D()
285 if(basegfx::fTools::lessOrEqual(getRotation(), 0.0)) in SdrLathePrimitive3D()
291 if(basegfx::fTools::lessOrEqual(getDiagonal(), 0.0)) in SdrLathePrimitive3D()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1520 basegfx::B2DPolygon aB2DPolyLine; in DrawLine()
1550 basegfx::B2DPolyPolygon aLinePolyPolygon) in impPaintLineGeometryWithEvtlExpand()
1583 basegfx::B2DPolyPolygon aResult; in impPaintLineGeometryWithEvtlExpand()
1724 basegfx::B2DPolygon aLinePolygon; in DrawLine()
2013 basegfx::B2DLINEJOIN_NONE, in DrawPolygon()
2261 const basegfx::B2DPolygon& rB2DPolygon, in ImpTryDrawPolyLineDirect()
2264 basegfx::B2DLineJoin eLineJoin, in ImpTryDrawPolyLineDirect()
2301 const basegfx::B2DPolygon& rB2DPolygon, in TryDrawPolyLineDirect()
2304 basegfx::B2DLineJoin eLineJoin, in TryDrawPolyLineDirect()
2352 const basegfx::B2DPolygon& rB2DPolygon, in DrawPolyLine()
[all …]
/trunk/main/canvas/source/vcl/
H A Dspritehelper.cxx93 const ::basegfx::B2DPoint& rPos, in redraw()
113 !::basegfx::fTools::equalZero( fAlpha ) ) in redraw()
116 const ::basegfx::B2DVector& rOrigOutputSize( getSizePixel() ); in redraw()
185 ::basegfx::B2DHomMatrix aTransform( getTransformation() ); in redraw()
200 if( !::basegfx::fTools::equalZero( aTransform.get(0,1) ) || in redraw()
201 !::basegfx::fTools::equalZero( aTransform.get(1,0) ) ) in redraw()
209 ::basegfx::B2DRectangle aDestRect; in redraw()
217 aOutPos.X() = ::basegfx::fround( aDestRect.getMinX() ); in redraw()
258 ::basegfx::B2DPolyPolygon aClipPoly( in redraw()
285 if( !::basegfx::tools::isRectangle( in redraw()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx95 const basegfx::B2DHomMatrix& rObjectMatrix, in createVIP2DSForPresObj()
129 basegfx::B2DVector aScale, aTranslate; in createVIP2DSForPresObj()
136 … if(basegfx::fTools::moreOrEqual(fOffsetX, 0.0) && basegfx::fTools::moreOrEqual(fOffsetY, 0.0)) in createVIP2DSForPresObj()
179 basegfx::B2DPolygon aOutline(basegfx::tools::createUnitPolygon()); in createVIP2DSForDraft()
190 basegfx::B2DVector aScale, aTranslate; in createVIP2DSForDraft()
224 if(basegfx::fTools::more(fWidth, 1.0) in createVIP2DSForDraft()
225 && basegfx::fTools::more(fHeight, 1.0) in createVIP2DSForDraft()
229 …const basegfx::B2DHomMatrix aBitmapMatrix(basegfx::tools::createScaleShearXRotateTranslateB2DHomMa… in createVIP2DSForDraft()
277 …const basegfx::B2DHomMatrix aTextRangeTransform(basegfx::tools::createScaleShearXRotateTranslateB2… in createVIP2DSForDraft()
337 const ::basegfx::B2DRange aObjectRange( in createViewIndependentPrimitive2DSequence()
[all …]
/trunk/main/canvas/source/tools/
H A Dsurface.hxx58 const ::basegfx::B2IPoint& rPos,
59 const ::basegfx::B2ISize& rSize );
76 const ::basegfx::B2DPoint& rPos,
77 const ::basegfx::B2DHomMatrix& rTransform );
97 const ::basegfx::B2DPoint& rPos,
98 const ::basegfx::B2DRange& rArea,
99 const ::basegfx::B2DHomMatrix& rTransform );
135 ::basegfx::B2IPoint maSourceOffset;
141 ::basegfx::B2ISize maSize;
150 basegfx::B2DRectangle getUVCoords() const;
[all …]
H A Dsurfaceproxy.cxx46 const ::basegfx::B2ISize aPageSize(mpPageManager->getPageSize()); in SurfaceProxy()
74 ::basegfx::B2IPoint aOffset(x,y); in SurfaceProxy()
75 ::basegfx::B2ISize aSize( ::std::min( aImageSize.getX()-x, in SurfaceProxy()
107 const ::basegfx::B2DPoint& rPos, in draw()
108 const ::basegfx::B2DHomMatrix& rTransform ) in draw()
126 const ::basegfx::B2DPoint& rPos, in draw()
127 const ::basegfx::B2DRange& rArea, in draw()
147 const ::basegfx::B2DPoint& rPos, in draw()
151 const ::basegfx::B2DPolygon& rTriangulatedPolygon( in draw()
152 ::basegfx::triangulator::triangulate(rClipPoly)); in draw()
[all …]
/trunk/main/drawinglayer/source/processor3d/
H A Dshadow3dextractor.cxx148 basegfx::B2DPolygon a2DHairline; in processBasePrimitive3D()
179 basegfx::B2DPolyPolygon a2DFill; in processBasePrimitive3D()
215 const basegfx::B2DHomMatrix& rObjectTransformation, in Shadow3DExtractingProcessor()
216 const basegfx::B3DVector& rLightNormal, in Shadow3DExtractingProcessor()
218 const basegfx::B3DRange& rContained3DRange) in Shadow3DExtractingProcessor()
241 if(basegfx::fTools::more(mfLightPlaneScalar, 0.0)) in Shadow3DExtractingProcessor()
269basegfx::B2DPolygon Shadow3DExtractingProcessor::impDoShadowProjection(const basegfx::B3DPolygon& … in impDoShadowProjection()
271 basegfx::B2DPolygon aRetval; in impDoShadowProjection()
276 basegfx::B3DPoint aCandidate(rSource.getB3DPoint(a)); in impDoShadowProjection()
298basegfx::B2DPolyPolygon Shadow3DExtractingProcessor::impDoShadowProjection(const basegfx::B3DPolyP… in impDoShadowProjection()
[all …]
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygon.hxx37 namespace basegfx namespace
48 namespace basegfx namespace
80 basegfx::B2DPoint getB2DPoint(sal_uInt32 nIndex) const;
81 void setB2DPoint(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue);
85 void append(const basegfx::B2DPoint& rPoint, sal_uInt32 nCount);
86 void append(const basegfx::B2DPoint& rPoint);
90 basegfx::B2DPoint getPrevControlPoint(sal_uInt32 nIndex) const;
91 basegfx::B2DPoint getNextControlPoint(sal_uInt32 nIndex) const;
94 …void setControlPoints(sal_uInt32 nIndex, const basegfx::B2DPoint& rPrev, const basegfx::B2DPoint& …
103 …id appendBezierSegment(const basegfx::B2DPoint& rNextControlPoint, const basegfx::B2DPoint& rPrevC…
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dborderlineprimitive2d.hxx50 basegfx::B2DPoint maStart;
51 basegfx::B2DPoint maEnd;
65 basegfx::BColor maRGBColor;
95 return basegfx::fTools::equal(1.0, mfLeftWidth); in leftIsHairline()
100 return basegfx::fTools::equal(1.0, mfRightWidth); in rightIsHairline()
105 return !basegfx::fTools::equalZero(mfLeftWidth); in isInsideUsed()
110 return !basegfx::fTools::equalZero(mfRightWidth); in isOutsideUsed()
120 const basegfx::B2DPoint& rStart,
121 const basegfx::B2DPoint& rEnd,
131 const basegfx::BColor& rRGBColor);
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrextrudelathetools3d.hxx57 basegfx::B3DPolyPolygon maPolyPolygon;
62 const basegfx::B2DPolyPolygon& rPolyPolygon, in Slice3D()
63 const basegfx::B3DHomMatrix& aTransform, in Slice3D()
72 const basegfx::B3DPolyPolygon& rPolyPolygon, in Slice3D()
90 const basegfx::B2DPolyPolygon& rSource,
101 const basegfx::B2DPolyPolygon& rSource,
124 const basegfx::B2DHomMatrix& rTexTransform);
128 const basegfx::B3DHomMatrix& rObjectTransform,
129 const basegfx::B3DPolygon& rLoopA,
130 const basegfx::B3DPolygon& rLoopB,
[all …]
/trunk/main/chart2/source/inc/
H A DBaseGFXHelper.hxx50 OOO_DLLPUBLIC_CHARTTOOLS ::basegfx::B2IRectangle makeRectangle(
55 const ::basegfx::B2IRectangle& rB2IRectangle );
58 const ::basegfx::B2IRectangle& rB2IRectangle );
62 const ::basegfx::B2IRectangle& rB2IRectangle );
64 ::basegfx::B3DVector Direction3DToB3DVector(
68 const ::basegfx::B3DVector& rB3DVector );
70 ::basegfx::B3DVector Position3DToB3DVector(
74 const ::basegfx::B3DVector& rB3DVector );
81 const ::basegfx::B3DHomMatrix & rB3DMatrix );
84 const ::basegfx::B3DHomMatrix & rB3DMatrix );
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx66 const ::basegfx::B2DRange& rArea ) in repaintBackground()
80 const ::basegfx::B2IRange& rArea ) in opaqueUpdateSpriteArea()
151 const ::basegfx::B2ISize& rSize ) in init()
298 const ::basegfx::B2IRange aOutputBounds( 0,0, in scrollUpdate()
312 ::basegfx::B2IRange aSourceRect( in scrollUpdate()
314 const ::basegfx::B2IRange& rDestRect( in scrollUpdate()
316 ::basegfx::B2IPoint aDestPos( rDestRect.getMinimum() ); in scrollUpdate()
318 ::std::vector< ::basegfx::B2IRange > aUnscrollableAreas; in scrollUpdate()
349 ::basegfx::B2IRange aDestRect( rDestRect ); in scrollUpdate()
389 ::std::vector< ::basegfx::B2DRange > aUncoveredAreas; in scrollUpdate()
[all …]
/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dquadraticbezier.hxx32 namespace basegfx namespace
36 ::basegfx::B2DPoint maStartPoint;
37 ::basegfx::B2DPoint maEndPoint;
38 ::basegfx::B2DPoint maControlPoint;
43 B2DQuadraticBezier(const ::basegfx::B2DPoint& rStart, const ::basegfx::B2DPoint& rEnd);
44 B2DQuadraticBezier(const ::basegfx::B2DPoint& rStart,
45 const ::basegfx::B2DPoint& rControlPoint, const ::basegfx::B2DPoint& rEnd);
59 ::basegfx::B2DPoint getStartPoint() const { return maStartPoint; } in getStartPoint()
62 ::basegfx::B2DPoint getEndPoint() const { return maEndPoint; } in getEndPoint()
63 void setEndPoint(const ::basegfx::B2DPoint& rValue) { maEndPoint = rValue; } in setEndPoint()
[all …]
/trunk/main/drawinglayer/source/processor2d/
H A Dcontourextractor2d.cxx72 basegfx::B2DPolygon aLocalPolygon(rPolygonCandidate.getB2DPolygon()); in processBasePrimitive2D()
79 basegfx::tools::openWithGeometryChange(aLocalPolygon); in processBasePrimitive2D()
90 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
100 basegfx::B2DPolygon aPolygon(basegfx::tools::createUnitPolygon()); in processBasePrimitive2D()
102 maExtractedContour.push_back(basegfx::B2DPolyPolygon(aPolygon)); in processBasePrimitive2D()
110 basegfx::B2DPolygon aPolygon(basegfx::tools::createUnitPolygon()); in processBasePrimitive2D()
112 maExtractedContour.push_back(basegfx::B2DPolyPolygon(aPolygon)); in processBasePrimitive2D()
126 basegfx::B2DPolyPolygon aMask(rMaskCandidate.getMask()); in processBasePrimitive2D()
128 maExtractedContour.push_back(basegfx::B2DPolyPolygon(aMask)); in processBasePrimitive2D()
187 basegfx::B2DRange aRange(rCandidate.getB2DRange(getViewInformation2D())); in processBasePrimitive2D()
[all …]
H A Dhelperwrongspellrenderer.cxx44 const basegfx::B2DHomMatrix& rObjectToViewTransformation, in renderWrongSpellPrimitive2D()
45 const basegfx::BColorModifierStack& rBColorModifierStack) in renderWrongSpellPrimitive2D()
47 …const basegfx::B2DHomMatrix aLocalTransform(rObjectToViewTransformation * rWrongSpellCandidate.get… in renderWrongSpellPrimitive2D()
48 const basegfx::B2DVector aFontVectorPixel(aLocalTransform * basegfx::B2DVector(0.0, 1.0)); in renderWrongSpellPrimitive2D()
49 const sal_uInt32 nFontPixelHeight(basegfx::fround(aFontVectorPixel.getLength())); in renderWrongSpellPrimitive2D()
57 …const basegfx::B2DPoint aStart(aLocalTransform * basegfx::B2DPoint(rWrongSpellCandidate.getStart()… in renderWrongSpellPrimitive2D()
58 …const basegfx::B2DPoint aStop(aLocalTransform * basegfx::B2DPoint(rWrongSpellCandidate.getStop(), … in renderWrongSpellPrimitive2D()
59 const Point aVclStart(basegfx::fround(aStart.getX()), basegfx::fround(aStart.getY())); in renderWrongSpellPrimitive2D()
60 const Point aVclStop(basegfx::fround(aStop.getX()), basegfx::fround(aStop.getY())); in renderWrongSpellPrimitive2D()
76 …const basegfx::BColor aProcessedColor(rBColorModifierStack.getModifiedColor(rWrongSpellCandidate.g… in renderWrongSpellPrimitive2D()
/trunk/main/svx/source/sdr/attribute/
H A Dsdrallfillattributeshelper.cxx43 const basegfx::B2DRange& rPaintRange, in createPrimitive2DSequence()
44 const basegfx::B2DRange& rDefineRange) in createPrimitive2DSequence()
54 basegfx::B2DPolyPolygon( in createPrimitive2DSequence()
55 basegfx::tools::createPolygonFromRect( in createPrimitive2DSequence()
154 const basegfx::B2DRange& rPaintRange, in getPrimitive2DSequence()
155 const basegfx::B2DRange& rDefineRange) const in getPrimitive2DSequence()
170basegfx::BColor SdrAllFillAttributesHelper::getAverageColor(const basegfx::BColor& rFallback) const in getAverageColor()
172 basegfx::BColor aRetval(rFallback); in getAverageColor()
196 aRetval = basegfx::interpolate(rStart, rEnd, 0.5); in getAverageColor()
213 aRetval = basegfx::interpolate(rColor, rFallback, 0.5); in getAverageColor()
[all …]
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx88 namespace basegfx { namespace
566 basegfx::B2DLineJoin eLineJoin = basegfx::B2DLINEJOIN_NONE,
701 basegfx::B2DLineJoin = basegfx::B2DLINEJOIN_ROUND,
707 basegfx::B2DLineJoin eLineJoin = basegfx::B2DLINEJOIN_NONE,
1018 basegfx::B2DPolygon LogicToPixel( const basegfx::B2DPolygon& rLogicPolyPoly ) const;
1030 basegfx::B2DPolygon LogicToPixel( const basegfx::B2DPolygon& rLogicPoly,
1034 basegfx::B2DPolyPolygon LogicToPixel( const basegfx::B2DPolyPolygon& rLogicPolyPoly,
1042 basegfx::B2DPolygon PixelToLogic( const basegfx::B2DPolygon& rDevicePoly ) const;
1054 basegfx::B2DPolygon PixelToLogic( const basegfx::B2DPolygon& rDevicePoly,
1058 basegfx::B2DPolyPolygon PixelToLogic( const basegfx::B2DPolyPolygon& rDevicePolyPoly,
[all …]
/trunk/main/slideshow/source/engine/transitions/
H A Dclockwipe.cxx40 ::basegfx::B2DPolygon poly; in calcCenteredClock()
41 ::basegfx::B2DHomMatrix aTransform; in calcCenteredClock()
44 ::basegfx::B2DPoint p( 0.0, -MAX_EDGE ); in calcCenteredClock()
48 poly.append( ::basegfx::B2DPoint( -e, -e ) ); in calcCenteredClock()
50 poly.append( ::basegfx::B2DPoint( -e, e ) ); in calcCenteredClock()
52 poly.append( ::basegfx::B2DPoint( e, e ) ); in calcCenteredClock()
54 poly.append( ::basegfx::B2DPoint( e, -e ) ); in calcCenteredClock()
55 poly.append( ::basegfx::B2DPoint( 0.0, -e ) ); in calcCenteredClock()
56 poly.append( ::basegfx::B2DPoint( 0.0, 0.0 ) ); in calcCenteredClock()
63 …const basegfx::B2DHomMatrix aTransform(basegfx::tools::createScaleTranslateB2DHomMatrix(0.5, 0.5, … in operator ()()
[all …]
H A Dwaterfallwipe.cxx45 m_waterfall.append( ::basegfx::B2DPoint( 0.0, -1.0 ) ); in WaterfallWipe()
50 m_waterfall.append( ::basegfx::B2DPoint( in WaterfallWipe()
53 m_waterfall.append( ::basegfx::B2DPoint( in WaterfallWipe()
57 m_waterfall.append( ::basegfx::B2DPoint( 1.0, -1.0 ) ); in WaterfallWipe()
61 ::basegfx::B2DPolyPolygon WaterfallWipe::operator () ( double t ) in operator ()()
63 ::basegfx::B2DPolygon poly( m_waterfall ); in operator ()()
64 …poly.transform(basegfx::tools::createTranslateB2DHomMatrix(0.0, ::basegfx::pruneScaleValue(2.0 * t… in operator ()()
65 poly.setB2DPoint( 0, ::basegfx::B2DPoint( 0.0, -1.0 ) ); in operator ()()
66 poly.setB2DPoint( poly.count()-1, ::basegfx::B2DPoint( 1.0, -1.0 ) ); in operator ()()
68 return m_flipOnYAxis ? flipOnYAxis( ::basegfx::B2DPolyPolygon(poly) ) in operator ()()
[all …]
H A Dclippingfunctor.cxx89 basegfx::deg2rad(rTransitionInfo.mnRotationAngle) ); in ClippingFunctor()
160 ::basegfx::B2DPolyPolygon ClippingFunctor::operator()( double nValue, in operator ()()
161 … const ::basegfx::B2DSize& rTargetSize ) in operator ()()
165 ::basegfx::B2DHomMatrix aMatrix( maStaticTransformation ); in operator ()()
168 ::basegfx::B2DPolyPolygon aClipPoly = (*mpParametricPoly)( in operator ()()
173 aClipPoly.append( basegfx::B2DPolygon() ); in operator ()()
193 const basegfx::B2DRange aBackgroundRange(-1, -1, 2, 2); in operator ()()
194 const basegfx::B2DRange aClipPolyRange(aClipPoly.getB2DRange()); in operator ()()
199 aClipPoly = ::basegfx::tools::correctOrientations(aClipPoly); in operator ()()
201 aClipPoly.insert(0, basegfx::tools::createPolygonFromRect(aBackgroundRange)); in operator ()()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitive2d.cxx63 basegfx::B2DHomMatrix aTransform(getTransform()); in create2DDecomposition()
73 aTransform = basegfx::tools::createScaleB2DHomMatrix( in create2DDecomposition()
139 basegfx::clamp(aSuppressGraphicAttr.GetContrast() * 0.01, -1.0, 1.0), in create2DDecomposition()
140 basegfx::clamp(aSuppressGraphicAttr.GetChannelR() * 0.01, -1.0, 1.0), in create2DDecomposition()
143 basegfx::clamp(aSuppressGraphicAttr.GetGamma(), 0.0, 10.0), in create2DDecomposition()
158 if(!basegfx::fTools::equalZero(fTransparency)) in create2DDecomposition()
174 const basegfx::B2DVector aObjectScale(aTransform * basegfx::B2DVector(1.0, 1.0)); in create2DDecomposition()
175 const basegfx::B2DVector aCropScaleFactor( in create2DDecomposition()
201 const basegfx::B2DHomMatrix& rTransform, in GraphicPrimitive2D()
212 const basegfx::B2DHomMatrix& rTransform, in GraphicPrimitive2D()
[all …]
H A Dmediaprimitive2d.cxx50 basegfx::B2DPolygon aBackgroundPolygon(basegfx::tools::createUnitPolygon()); in create2DDecomposition()
54 basegfx::B2DPolyPolygon(aBackgroundPolygon), in create2DDecomposition()
73 basegfx::B2DVector((double)getDiscreteBorder(), (double)getDiscreteBorder())); in create2DDecomposition()
76 basegfx::B2DRange aSourceRange(0.0, 0.0, 1.0, 1.0); in create2DDecomposition()
79 basegfx::B2DRange aDestRange(aSourceRange); in create2DDecomposition()
82 …if(basegfx::fTools::equalZero(aDestRange.getWidth()) || basegfx::fTools::equalZero(aDestRange.getH… in create2DDecomposition()
93 basegfx::B2DHomMatrix aTransform; in create2DDecomposition()
108 const basegfx::B2DHomMatrix& rTransform, in MediaPrimitive2D()
110 const basegfx::BColor& rBackgroundColor, in MediaPrimitive2D()
137 basegfx::B2DRange aRetval(0.0, 0.0, 1.0, 1.0); in getB2DRange()
[all …]
/trunk/main/svx/inc/svx/
H A Dpolygn3d.hxx34 basegfx::B3DPolyPolygon aPolyPoly3D;
35 basegfx::B3DPolyPolygon aPolyNormals3D;
36 basegfx::B2DPolyPolygon aPolyTexture2D;
46 void SetPolyPolygon3D(const basegfx::B3DPolyPolygon& rNewPolyPoly3D);
47 void SetPolyNormals3D(const basegfx::B3DPolyPolygon& rNewPolyPoly3D);
54 const basegfx::B3DPolyPolygon& rPolyPoly3D,
58 const basegfx::B3DPolyPolygon& rPolyPoly3D,
59 const basegfx::B3DPolyPolygon& rPolyNormals3D,
63 const basegfx::B3DPolyPolygon& rPolyPoly3D,
64 const basegfx::B3DPolyPolygon& rPolyNormals3D,
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx80 basegfx::B2DVector maOffset;
284 basegfx::B2DPolygon aPolygonCandidate(rPolygonCandidate); in HandlePair()
360 basegfx::B2DVector aFontScaling; in HandlePair()
389basegfx::B2DPoint aStartPos(basegfx::tools::getPositionAbsolute(aPolygonCandidate, fPolyStart, fPo… in HandlePair()
390 basegfx::B2DPoint aEndPos(aStartPos); in HandlePair()
490 const basegfx::B2DVector aPerpendicular( in HandlePair()
585 const basegfx::B2DPolyPolygonVector& rB2DPolyPolyVector, in impAddPolygonStrokePrimitives()
586 const basegfx::B2DHomMatrix& rTransform, in impAddPolygonStrokePrimitives()
594 basegfx::B2DPolyPolygon aB2DPolyPolygon = *aPolygon; in impAddPolygonStrokePrimitives()
620 basegfx::B2DPolyPolygonVector aB2DPolyPolyVector; in impAddPathTextOutlines()
[all …]
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx987 static basegfx::B2IPoint project( const basegfx::B2IPoint& rPoint ) in project()
1066 basegfx::B2ISize aTestSize(1000,1000); in Paint()
1073 basegfx::B2DPolyPolygon aPoly; in Paint()
1095 const basegfx::B2IPoint aPt222(0,10); in Paint()
1102 basegfx::B2DPolyPolygon aPoly; in Paint()
1114 const basegfx::B2IPoint aPt1(0,0); in Paint()
1115 const basegfx::B2IPoint aPt2(1,9); in Paint()
1122 basegfx::B2DPolygon aRect = basegfx::tools::createPolygonFromRect( in Paint()
1126 const basegfx::B2IPoint aPt1(0,0); in Paint()
1127 const basegfx::B2IPoint aPt2(0,800); in Paint()
[all …]

Completed in 119 milliseconds

12345678910>>...50