Home
last modified time | relevance | path

Searched refs:basegfx (Results 276 – 300 of 1243) sorted by relevance

1...<<11121314151617181920>>...50

/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.hxx35 namespace basegfx namespace
51 const ::basegfx::B2ISize& rSize );
89 sal_Bool updateScreen( const ::basegfx::B2IRange& rCurrArea,
99 void backgroundPaint( const ::basegfx::B2DRange& rUpdateRect );
117 void scrollUpdate( const ::basegfx::B2DRange& rMoveStart,
118 const ::basegfx::B2DRange& rMoveEnd,
121 void opaqueUpdate( const ::basegfx::B2DRange& rTotalArea,
124 void genericUpdate( const ::basegfx::B2DRange& rTotalArea,
128 ::cairo::SurfaceSharedPtr getCompositingSurface( const ::basegfx::B2ISize& rNeededSize );
138 ::basegfx::B2ISize maCompositingSurfaceSize;
H A Dcairo_canvashelper.cxx99 void CanvasHelper::init( const ::basegfx::B2ISize& rSizePixel, in init()
108 void CanvasHelper::setSize( const ::basegfx::B2ISize& rSize ) in setSize()
160 aViewMatrix.x0 = basegfx::fround( aViewMatrix.x0 ); in useStates()
161 aViewMatrix.y0 = basegfx::fround( aViewMatrix.y0 ); in useStates()
964 ::basegfx::B2DPoint aA, aB, aP; in doPolyPolygonImplementation()
974 nX = basegfx::fround( nX ); in doPolyPolygonImplementation()
975 nY = basegfx::fround( nY ); in doPolyPolygonImplementation()
1047 const ::basegfx::B2DPolyPolygon& rPolyPoly( in doPolyPolygonPath()
1064 basegfx::B2DPolygon aEdge; in doPolyPolygonPath()
1322 basegfx::fround( rSize.Width * aMatrix.xx ) > 8 && in implDrawBitmapSurface()
[all …]
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx132 virtual basegfx::B2ISize getSlideSize() const;
187 ::basegfx::B2ISize const & rSlideSize ) const;
193 basegfx::B2ISize getSlideSizeImpl() const;
199 ::basegfx::B2DRectangle getSlideRect() const;
324 const ::basegfx::B2DPoint aOutPosPixel( aViewTransform * ::basegfx::B2DPoint() ); in operator ()()
336 pBitmap->clip( ::basegfx::B2DPolyPolygon() ); in operator ()()
597 basegfx::B2ISize SlideImpl::getSlideSize() const in getSlideSize()
662 const ::basegfx::B2ISize& rSlideSize( in getCurrentSlideBitmap()
957 return ::basegfx::B2DRectangle(0.0,0.0, in getSlideRect()
1245 basegfx::B2ISize SlideImpl::getSlideSizeImpl() const in getSlideSizeImpl()
[all …]
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaytriangle.hxx39 basegfx::B2DPoint maSecondPosition;
40 basegfx::B2DPoint maThirdPosition;
47 const basegfx::B2DPoint& rBasePos,
48 const basegfx::B2DPoint& rSecondPos,
49 const basegfx::B2DPoint& rThirdPos,
54 const basegfx::B2DPoint& getSecondPosition() const { return maSecondPosition; } in getSecondPosition()
55 void setSecondPosition(const basegfx::B2DPoint& rNew);
58 const basegfx::B2DPoint& getThirdPosition() const { return maThirdPosition; } in getThirdPosition()
59 void setThirdPosition(const basegfx::B2DPoint& rNew);
/trunk/main/canvas/inc/canvas/rendering/
H A Disurfaceproxy.hxx31 namespace basegfx namespace
61 const ::basegfx::B2DPoint& rPos,
62 const ::basegfx::B2DHomMatrix& rTransform ) = 0;
81 const ::basegfx::B2DPoint& rPos,
82 const ::basegfx::B2DRange& rArea,
83 const ::basegfx::B2DHomMatrix& rTransform ) = 0;
101 const ::basegfx::B2DPoint& rPos,
102 const ::basegfx::B2DPolyPolygon& rClipPoly,
103 const ::basegfx::B2DHomMatrix& rTransform ) = 0;
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1119 basegfx::B2DPolyPolygon aPolyPoly = rOrigPolyPoly; in drawPolyPolygon()
1131 basegfx::B2DTrapezoidVector aB2DTrapVector; in drawPolyPolygon()
1155 const basegfx::B2DTrapezoid* pB2DTrap = pB2DTraps; in drawFilledTrapezoids()
1213 const ::basegfx::B2DPolygon& rPolygon, in drawPolyLine()
1215 const ::basegfx::B2DVector& rLineWidth, in drawPolyLine()
1216 basegfx::B2DLineJoin eLineJoin, in drawPolyLine()
1239 basegfx::B2DPolygon aPolygon = rPolygon; in drawPolyLine()
1252 basegfx::B2DTrapezoidVector aB2DTrapVector; in drawPolyLine()
1267 && !basegfx::fTools::equalZero( rLineWidth.getY() ) ) in drawPolyLine()
1274 …const basegfx::B2DPolyPolygon aAreaPolyPoly( basegfx::tools::createAreaGeometry(aPolygon, fHalfWid… in drawPolyLine()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdocirc.cxx216 basegfx::B2DPolygon aCircPolygon; in ImpCalcXPolyCirc()
227 const basegfx::B2DPoint aCenter(aRange.getCenter()); in ImpCalcXPolyCirc()
228 const basegfx::B2DHomMatrix aMatrix(basegfx::tools::createScaleTranslateB2DHomMatrix( in ImpCalcXPolyCirc()
241 aCircPolygon = basegfx::tools::createPolygonFromEllipseSegment( in ImpCalcXPolyCirc()
254 basegfx::B2DPolygon aSector; in ImpCalcXPolyCirc()
269 const basegfx::B2DPoint aTopLeft(aRange.getMinimum()); in ImpCalcXPolyCirc()
270 basegfx::B2DHomMatrix aMatrix(basegfx::tools::createTranslateB2DHomMatrix( in ImpCalcXPolyCirc()
355 basegfx::B2DPolyPolygon SdrCircObj::TakeXorPoly() const in TakeXorPoly()
358 return basegfx::B2DPolyPolygon(aCircPolygon); in TakeXorPoly()
783 basegfx::B2DPolygon aNew; in TakeCreatePoly()
[all …]
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx162 basegfx::B2DPolygon aTriangle; in ScDetectiveData()
163 aTriangle.append(basegfx::B2DPoint(10.0, 0.0)); in ScDetectiveData()
168 basegfx::B2DPolygon aSquare; in ScDetectiveData()
169 aSquare.append(basegfx::B2DPoint(0.0, 0.0)); in ScDetectiveData()
170 aSquare.append(basegfx::B2DPoint(10.0, 0.0)); in ScDetectiveData()
171 aSquare.append(basegfx::B2DPoint(10.0, 10.0)); in ScDetectiveData()
172 aSquare.append(basegfx::B2DPoint(0.0, 10.0)); in ScDetectiveData()
175basegfx::B2DPolygon aCircle(basegfx::tools::createPolygonFromEllipse(basegfx::B2DPoint(0.0, 0.0), … in ScDetectiveData()
210 basegfx::B2DPolygon aTriangle; in ScCommentData()
529 basegfx::B2DPolygon aTempPoly; in InsertArrow()
[all …]
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrgrafprimitive2d.cxx45 basegfx::B2DPolygon aUnitOutline(basegfx::tools::createUnitPolygon()); in create2DDecomposition()
50 basegfx::B2DPolyPolygon aTransformed(aUnitOutline); in create2DDecomposition()
81 basegfx::B2DVector aScale, aTranslate; in create2DDecomposition()
89 const basegfx::B2DRange aExpandedRange(-fScaleX, -fScaleY, 1.0 + fScaleX, 1.0 + fScaleY); in create2DDecomposition()
90basegfx::B2DPolygon aExpandedUnitOutline(basegfx::tools::createPolygonFromRect(aExpandedRange)); in create2DDecomposition()
101 basegfx::B2DPolygon aTransformed(aUnitOutline); in create2DDecomposition()
117 basegfx::B2DPolyPolygon(aUnitOutline), in create2DDecomposition()
138 const basegfx::B2DHomMatrix& rTransform, in SdrGrafPrimitive2D()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrpolypolygonprimitive3d.cxx51 ::std::vector< basegfx::B3DPolyPolygon > aFill; in create3DDecomposition()
55 const basegfx::B3DRange aRange(getRangeFrom3DGeometry(aFill)); in create3DDecomposition()
110 basegfx::B3DPolyPolygon aLine(getPolyPolygon3D()); in create3DDecomposition()
132 const basegfx::B3DPolyPolygon& rPolyPolygon3D, in SdrPolyPolygonPrimitive3D()
133 const basegfx::B3DHomMatrix& rTransform, in SdrPolyPolygonPrimitive3D()
134 const basegfx::B2DVector& rTextureSize, in SdrPolyPolygonPrimitive3D()
154basegfx::B3DRange SdrPolyPolygonPrimitive3D::getB3DRange(const geometry::ViewInformation3D& /*rVie… in getB3DRange()
161 basegfx::B3DRange aRetval; in getB3DRange()
165 aRetval = basegfx::tools::getRange(getPolyPolygon3D()); in getB3DRange()
172 if(!rLine.isDefault() && !basegfx::fTools::equalZero(rLine.getWidth())) in getB3DRange()
H A Dsdrprimitive3d.cxx42 basegfx::B3DRange SdrPrimitive3D::getStandard3DRange() const in getStandard3DRange()
44 basegfx::B3DRange aUnitRange(0.0, 0.0, 0.0, 1.0, 1.0, 1.0); in getStandard3DRange()
51 if(!rLine.isDefault() && !basegfx::fTools::equalZero(rLine.getWidth())) in getStandard3DRange()
61 basegfx::B3DRange SdrPrimitive3D::get3DRangeFromSlices(const Slice3DVector& rSlices) const in get3DRangeFromSlices()
63 basegfx::B3DRange aRetval; in get3DRangeFromSlices()
69 aRetval.expand(basegfx::tools::getRange(rSlices[a].getB3DPolyPolygon())); in get3DRangeFromSlices()
78 if(!rLine.isDefault() && !basegfx::fTools::equalZero(rLine.getWidth())) in get3DRangeFromSlices()
90 const basegfx::B3DHomMatrix& rTransform, in SdrPrimitive3D()
91 const basegfx::B2DVector& rTextureSize, in SdrPrimitive3D()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofpageobj.cxx74 virtual void InvalidatePartOfView(const basegfx::B2DRange& rRange) const;
150 basegfx::B2DRange(), in createPrimitive2DSequenceForPage()
170 void PagePrimitiveExtractor::InvalidatePartOfView(const basegfx::B2DRange& rRange) const in InvalidatePartOfView()
178 …const basegfx::B2DRange aPageRange(0.0, 0.0, (double)pStartPage->GetWdt(), (double)pStartPage->Get… in InvalidatePartOfView()
217 basegfx::B2DHomMatrix aPageObjectTransform; in createPrimitive2DSequence()
220 const basegfx::B2DRange aPageObjectBound( in createPrimitive2DSequence()
253 const basegfx::B2DRange aPageBound(0.0, 0.0, fPageWidth, fPageHeight); in createPrimitive2DSequence()
254 const basegfx::B2DPolygon aOutline(basegfx::tools::createPolygonFromRect(aPageBound)); in createPrimitive2DSequence()
258 …new drawinglayer::primitive2d::PolyPolygonColorPrimitive2D(basegfx::B2DPolyPolygon(aOutline), aDoc… in createPrimitive2DSequence()
310 basegfx::B2DPolygon aOwnOutline(basegfx::tools::createUnitPolygon()); in createPrimitive2DSequence()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewbackgroundshape.cxx70 const ::basegfx::B2DHomMatrix& rCanvasTransform( in prefetch()
80 ::basegfx::B2DRectangle aTmpRect; in prefetch()
88 const ::basegfx::B2ISize aBmpSizePixel( in prefetch()
89 ::basegfx::fround( aTmpRect.getRange().getX() + 1), in prefetch()
90 ::basegfx::fround( aTmpRect.getRange().getY() + 1) ); in prefetch()
112 ::basegfx::B2DHomMatrix aLinearTransform( rCanvasTransform ); in prefetch()
117 … const basegfx::B2DHomMatrix aShapeTransform(basegfx::tools::createScaleTranslateB2DHomMatrix( in prefetch()
143 const ::basegfx::B2DRectangle& rShapeBounds ) : in ViewBackgroundShape()
171 ::basegfx::B2DHomMatrix aTransform( mpViewLayer->getTransformation() ); in render()
/trunk/main/chart2/source/view/axes/
H A DTickmarks.hxx41 using ::basegfx::B2DVector;
52 ::basegfx::B2DVector aTickScreenPosition;
123 , const ::basegfx::B2DVector& rStartScreenPos, const ::basegfx::B2DVector& rEndScreenPos
124 , const ::basegfx::B2DVector& rAxisLineToLabelLineShift );
135 ::basegfx::B2DVector getDistanceAxisTickToText( const AxisProperties& rAxisProperties
145 ::basegfx::B2DVector getTickScreenPosition2D( double fScaledLogicTickValue ) const;
148 ::basegfx::B2DVector m_aAxisStartScreenPosition2D;
149 ::basegfx::B2DVector m_aAxisEndScreenPosition2D;
153 ::basegfx::B2DVector m_aAxisLineToLabelLineShift;
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgpathnode.hxx43 basegfx::B2DPolyPolygon* mpPolyPolygon;
44 basegfx::B2DHomMatrix* mpaTransform;
46 basegfx::tools::PointIndexSet maHelpPointIndices;
59 const basegfx::B2DPolyPolygon* getPath() const { return mpPolyPolygon; } in getPath()
60 …th(const basegfx::B2DPolyPolygon* pPath = 0) { if(mpPolyPolygon) delete mpPolyPolygon; mpPolyPolyg… in setPath()
63 const basegfx::B2DHomMatrix* getTransform() const { return mpaTransform; } in getTransform()
64 …orm(const basegfx::B2DHomMatrix* pMatrix = 0) { if(mpaTransform) delete mpaTransform; mpaTransform… in setTransform()
/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx55basegfx::B2DHomMatrix SvgAspectRatio::createLinearMapping(const basegfx::B2DRange& rTarget, const in createLinearMapping()
57 basegfx::B2DHomMatrix aRetval; in createLinearMapping()
75basegfx::B2DHomMatrix SvgAspectRatio::createMapping(const basegfx::B2DRange& rTarget, const basegf… in createMapping()
83 basegfx::B2DHomMatrix aRetval; in createMapping()
248 aViewPort = basegfx::B2DRange( in solve()
650 basegfx::BColor& rColor, in match_colorKeyword()
830 basegfx::BColor& rColor, in read_color()
988 return basegfx::B2DRange(); in readViewBox()
993 basegfx::B2DHomMatrix aMatrix; in readTransform()
1169 … if(!basegfx::fTools::equalZero(fX) || !basegfx::fTools::equalZero(fY)) in readTransform()
[all …]
H A Dsvgmasknode.cxx130 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
202 const basegfx::B2DHomMatrix* pTransform) const in apply()
214 const basegfx::B2DRange aContentRange( in apply()
224 basegfx::B2DRange aOffscreenBufferRange; in apply()
234 aOffscreenBufferRange = basegfx::B2DRange( in apply()
245 aOffscreenBufferRange = basegfx::B2DRange( in apply()
257 basegfx::tools::createScaleTranslateB2DHomMatrix( in apply()
284 basegfx::BColorModifierSharedPtr( in apply()
285 new basegfx::BColorModifier_luminance_to_alpha()))); in apply()
302 basegfx::B2DPolyPolygon( in apply()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dgridprimitive2d.hxx53 basegfx::B2DHomMatrix maTransform;
64 basegfx::BColor maBColor;
72 basegfx::B2DHomMatrix maLastObjectToViewTransformation;
73 basegfx::B2DRange maLastViewport;
82 const basegfx::B2DHomMatrix& rTransform,
89 const basegfx::BColor& rBColor,
93 const basegfx::B2DHomMatrix& getTransform() const { return maTransform; } in getTransform()
100 const basegfx::BColor& getBColor() const { return maBColor; } in getBColor()
107 virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
H A Dsceneprimitive2d.hxx72 basegfx::B2DHomMatrix maObjectTransformation;
89 basegfx::B2DRange maOldUnitVisiblePart;
100 basegfx::B2DRange& rDiscreteRange,
101 basegfx::B2DRange& rVisibleDiscreteRange,
102 basegfx::B2DRange& rUnitVisibleRange) const;
126 …bool tryToCheckLastVisualisationDirectHit(const basegfx::B2DPoint& rLogicHitPoint, bool& o_rResult…
133 const basegfx::B2DHomMatrix& rObjectTransformation,
140 const basegfx::B2DHomMatrix& getObjectTransformation() const { return maObjectTransformation; } in getObjectTransformation()
147 virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx878 ::basegfx::B2DPolyPolygon(::basegfx::tools::createPolygonFromRect(aWindowRange))); in MergeViewState()
886 const ::basegfx::B2DPolyPolygon aClipPolygon ( in MergeViewState()
890 ::basegfx::tools::clipPolyPolygonOnRange( in MergeViewState()
930 ::basegfx::B2DRectangle PresenterCanvas::GetClipRectangle ( in GetClipRectangle()
934 ::basegfx::B2DRectangle aClipRectangle; in GetClipRectangle()
938 return ::basegfx::B2DRectangle(); in GetClipRectangle()
942 return ::basegfx::B2DRectangle(); in GetClipRectangle()
965 ::basegfx::B2DRectangle aWindowRectangle ( in GetClipRectangle()
975 ::basegfx::unotools::homMatrixFromAffineMatrix( in GetClipRectangle()
1019 const ::basegfx::B2DPolyPolygon aOriginalClip ( in UpdateSpriteClip()
[all …]
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx196 const basegfx::B2DRange maOuterRange;
205 const basegfx::B2DRange &rOuterRange) in SwVirtFlyDrawObjPrimitive()
223 const basegfx::B2DRange& getOuterRange() const { return maOuterRange; } in getOuterRange()
342 const basegfx::B2DRange aOuterRange(GetSwVirtFlyDrawObj().getOuterBound()); in createViewIndependentPrimitive2DSequence()
366 basegfx::B2DRange SwVirtFlyDrawObj::getOuterBound() const in getOuterBound()
368 basegfx::B2DRange aOuterRange; in getOuterBound()
392 basegfx::B2DRange SwVirtFlyDrawObj::getInnerBound() const in getInnerBound()
394 basegfx::B2DRange aInnerRange; in getInnerBound()
667 ::basegfx::B2DPolyPolygon SwVirtFlyDrawObj::TakeXorPoly() const in TakeXorPoly()
671 ::basegfx::B2DPolyPolygon aRetval; in TakeXorPoly()
[all …]
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.hxx57 basegfx::B2DPoint maStart;
58 basegfx::B2DPoint maEnd;
75 const basegfx::B2DHomMatrix& rObjectMatrix,
76 const basegfx::B2DPoint& rStart,
77 const basegfx::B2DPoint& rEnd,
88 const basegfx::B2DPoint& rStart,
89 const basegfx::B2DPoint& rEnd,
103 const basegfx::B2DPoint& getStart() const { return maStart; } in getStart()
104 const basegfx::B2DPoint& getEnd() const { return maEnd; } in getEnd()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx32 namespace basegfx namespace
100 if(!::basegfx::fTools::equal(fDefault, fLineValue)) in isLastLineDefault()
179 if(!::basegfx::fTools::equal(fDefault, rValue)) in set()
234 if(::basegfx::fTools::more(fTemp, fBig)) in ludcmp()
240 if(::basegfx::fTools::equalZero(fBig)) in ludcmp()
277 if(::basegfx::fTools::moreOrEqual(fDum, fBig)) in ludcmp()
302 if(::basegfx::fTools::equalZero(fValBB)) in ludcmp()
340 else if(!::basegfx::fTools::equalZero(fSum)) in lubksb()
359 if(!::basegfx::fTools::equalZero(fValueAA)) in lubksb()
405 if(::basegfx::fTools::equalZero(fHomValue)) in isNormalized()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx108 const ::basegfx::B2ISize& rOutputOffset, in drawText()
156 Size( 0, ::basegfx::fround(rFontRequest.CellSize))); in drawText()
180 if( !::basegfx::fTools::equalZero( fDividend) ) in drawText()
183 const sal_Int32 nNewWidth = ::basegfx::fround( aSize.Width() * fStretch ); in drawText()
194 ::basegfx::B2DHomMatrix aWorldTransform; in drawText()
206 ::basegfx::B2DHomMatrix aMatrix; in drawText()
207 … ::basegfx::unotools::homMatrixFromAffineMatrix(aMatrix, rViewState.AffineTransform ); in drawText()
253 pDXArray[i] = basegfx::fround( rLogicalAdvancements[i] ); in drawText()
294 Size( 0, ::basegfx::fround(rFontRequest.CellSize))); in queryTextBounds()
312 if( !::basegfx::fTools::equalZero( fDividend) ) in queryTextBounds()
[all …]
/trunk/main/xmloff/source/style/
H A DMarkerStyle.cxx108 basegfx::B2DPolyPolygon aPolyPolygon; in importXML()
110 if(basegfx::tools::importFromSvgD(aPolyPolygon, strPathData, true, 0)) in importXML()
116 const basegfx::B2DRange aSourceRange( in importXML()
119 const basegfx::B2DRange aTargetRange( in importXML()
126 basegfx::tools::createSourceRangeTargetRangeTransform( in importXML()
134 basegfx::tools::B2DPolyPolygonToUnoPolyPolygonBezierCoords( in importXML()
195 const basegfx::B2DPolyPolygon aPolyPolygon( in exportXML()
196 basegfx::tools::UnoPolyPolygonBezierCoordsToB2DPolyPolygon( in exportXML()
198 const basegfx::B2DRange aPolyPolygonRange(aPolyPolygon.getB2DRange()); in exportXML()
213 basegfx::tools::exportToSvgD( in exportXML()

Completed in 108 milliseconds

1...<<11121314151617181920>>...50