Home
last modified time | relevance | path

Searched refs:basegfx (Results 326 – 350 of 1243) sorted by relevance

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx42 namespace basegfx namespace
113 … typedef ::std::pair< basegfx::B2DPoint /*orig*/, basegfx::B2DPoint /*repl*/ > CorrectionPair;
480 basegfx::B2DPoint* pLast(&maSNV[0].mpPN->maPoint); in impSolve()
687 basegfx::B2DPolyPolygon aRetval(maOriginal); in getB2DPolyPolygon()
691 basegfx::B2DPolygon aTemp(aRetval.getB2DPolygon(a)); in getB2DPolyPolygon()
727 namespace basegfx namespace
786 aCandidate = basegfx::tools::solveCrossovers(rCandidate); in createNonzeroConform()
790 aCandidate = basegfx::tools::stripNeutralPolygons(aCandidate); in createNonzeroConform()
1077 aRetval = basegfx::tools::solveCrossovers(aRetval); in solvePolygonOperationDiff()
1078 aRetval = basegfx::tools::stripNeutralPolygons(aRetval); in solvePolygonOperationDiff()
[all …]
H A Db2dtrapezoid.cxx33 namespace basegfx namespace
198 namespace basegfx namespace
894 namespace basegfx namespace
947 namespace basegfx namespace
1024 basegfx::trapezoidhelper::TrDeEdgeEntries aTrDeEdgeEntries; in createLineTrapezoidFromEdge()
1036 basegfx::trapezoidhelper::TrDeEdgeEntries::reference aLeft(*aCurrent++); in createLineTrapezoidFromEdge()
1037 basegfx::trapezoidhelper::TrDeEdgeEntries::reference aRight(*aCurrent++); in createLineTrapezoidFromEdge()
1052 basegfx::trapezoidhelper::TrDeEdgeEntries::reference aLeft2(*aCurrent++); in createLineTrapezoidFromEdge()
1053 basegfx::trapezoidhelper::TrDeEdgeEntries::reference aRight2(*aCurrent++); in createLineTrapezoidFromEdge()
1073 basegfx::trapezoidhelper::TrDeEdgeEntries::reference aLeft2(*aCurrent++); in createLineTrapezoidFromEdge()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dprimitivetools2d.hxx97 basegfx::B2DRange maViewport;
108 const basegfx::B2DRange& getViewport() const { return maViewport; } in getViewport()
136 basegfx::B2DHomMatrix maViewTransformation;
147 const basegfx::B2DHomMatrix& getViewTransformation() const { return maViewTransformation; } in getViewTransformation()
176 basegfx::B2DHomMatrix maViewTransformation;
177 basegfx::B2DHomMatrix maObjectTransformation;
189 const basegfx::B2DHomMatrix& getViewTransformation() const { return maViewTransformation; } in getViewTransformation()
190 const basegfx::B2DHomMatrix& getObjectTransformation() const { return maObjectTransformation; } in getObjectTransformation()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx800 const basegfx::B2DHomMatrix& rTransformation, in DrawTransformedBitmapEx()
815 basegfx::B2DVector aScale, aTranslate; in DrawTransformedBitmapEx()
829 const Point aDestPt(basegfx::fround(aTranslate.getX()), basegfx::fround(aTranslate.getY())); in DrawTransformedBitmapEx()
851 const basegfx::B2DPoint aNull(aFullTransform * basegfx::B2DPoint(0.0, 0.0)); in DrawTransformedBitmapEx()
852 const basegfx::B2DPoint aTopX(aFullTransform * basegfx::B2DPoint(1.0, 0.0)); in DrawTransformedBitmapEx()
853 const basegfx::B2DPoint aTopY(aFullTransform * basegfx::B2DPoint(0.0, 1.0)); in DrawTransformedBitmapEx()
886 … const Point aDestPt(basegfx::fround(aTranslate.getX()), basegfx::fround(aTranslate.getY())); in DrawTransformedBitmapEx()
916 …if(basegfx::fTools::equalZero(aFullPixelRange.getWidth()) || basegfx::fTools::equalZero(aFullPixel… in DrawTransformedBitmapEx()
924 basegfx::B2DRange aOutPixel( in DrawTransformedBitmapEx()
935 basegfx::B2DRange( in DrawTransformedBitmapEx()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx576 basegfx::B2DPolygon aPoly; in _CreateSdrObject()
603 basegfx::B3DPoint aLookAt; in _CreateSdrObject()
604 basegfx::B3DPoint aCamPos(0.0, 0.0, 10000.0); in _CreateSdrObject()
615 basegfx::B2DPolygon aNewPolygon; in _CreateSdrObject()
616 aNewPolygon.append(basegfx::B2DPoint(0.0, 0.0)); in _CreateSdrObject()
617 aNewPolygon.append(basegfx::B2DPoint(0.0, 1.0)); in _CreateSdrObject()
618 aNewPolygon.append(basegfx::B2DPoint(1.0, 0.0)); in _CreateSdrObject()
628 basegfx::B2DPolygon aNewPolygon; in _CreateSdrObject()
629 aNewPolygon.append(basegfx::B2DPoint(0.0, 0.0)); in _CreateSdrObject()
630 aNewPolygon.append(basegfx::B2DPoint(0.0, 1.0)); in _CreateSdrObject()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvddrgmt.hxx75 basegfx::B2DPolyPolygon maOriginalPolyPolygon;
78 SdrDragEntryPolyPolygon(const basegfx::B2DPolyPolygon& rOriginalPolyPolygon);
128 std::vector< basegfx::B2DPoint > maPositions;
132 … SdrDragEntryPointGlueDrag(const std::vector< basegfx::B2DPoint >& rPositions, bool bIsPointDrag);
161basegfx::B2DRange getB2DRangeFromOverlayObjectList() const { return maOverlayObjectList.getBaseRan… in getB2DRangeFromOverlayObjectList()
206 basegfx::B2DRange getCurrentRange() const;
226 virtual basegfx::B2DHomMatrix getCurrentTransformation();
228 virtual void applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget);
268 virtual basegfx::B2DHomMatrix getCurrentTransformation();
291 virtual basegfx::B2DHomMatrix getCurrentTransformation();
H A Dsvdoedge.hxx253 void SetEdgeTrackPath( const basegfx::B2DPolyPolygon& rPoly );
254 basegfx::B2DPolyPolygon GetEdgeTrackPath() const;
256 virtual basegfx::B2DPolyPolygon TakeXorPoly() const;
286 virtual basegfx::B2DPolyPolygon TakeCreatePoly(const SdrDragStat& rDrag) const;
313 …virtual sal_Bool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyP…
314 …virtual void TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon…
317 ::basegfx::B2DPolygon getEdgeTrack() const;
321basegfx::B2DPolygon ImplAddConnectorOverlay(SdrDragMethod& rDragMethod, bool bTail1, bool bTail2, …
/trunk/main/svgio/source/svgreader/
H A Dsvgimagenode.cxx100 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
174 basegfx::B2DRange& rViewBox, in extractFromGraphic()
218 const basegfx::B2DRange aTarget(fX, fY, fX + fWidth, fY + fHeight); in decomposeSvgNode()
219 basegfx::B2DRange aViewBox(aTarget); in decomposeSvgNode()
294 basegfx::B2DHomMatrix()); in decomposeSvgNode()
297 aViewBox = basegfx::B2DRange(0.0, 0.0, 1.0, 1.0); in decomposeSvgNode()
315 … const basegfx::B2DHomMatrix aEmbeddingTransform(rRatio.createMapping(aTarget, aViewBox)); in decomposeSvgNode()
332 basegfx::B2DPolyPolygon( in decomposeSvgNode()
333 basegfx::tools::createPolygonFromRect(aTarget)), in decomposeSvgNode()
342 … const basegfx::B2DHomMatrix aEmbeddingTransform(rRatio.createLinearMapping(aTarget, aViewBox)); in decomposeSvgNode()
/trunk/main/basebmp/test/
H A Dbasictest.cxx86 const basegfx::B2ISize aSize(101,101); in TEST_F()
87 basegfx::B2ISize aSize2(aSize); in TEST_F()
103 const basegfx::B2ISize aSize(64,64); in TEST_F()
108 const basegfx::B2IPoint aPt(3,3); in TEST_F()
113 const basegfx::B2IPoint aPt2(0,0); in TEST_F()
118 const basegfx::B2IPoint aPt3(aSize.getX()-1,aSize.getY()-1); in TEST_F()
126 const basegfx::B2IPoint aPt4(-100000,-100000); in TEST_F()
128 const basegfx::B2IPoint aPt5(100000,100000); in TEST_F()
132 const basegfx::B2IPoint aPt6(aSize.getX(),aSize.getY()); in TEST_F()
147 const basegfx::B2IPoint aPt222(1,1); in TEST_F()
H A Dbmpmasktest.cxx73 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpBasics()
74 const basegfx::B2IRange aDestAll(0,0,10,10); in implTestBmpBasics()
91 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpScaledClip()
92 const basegfx::B2IRange aDestLeftTop(0,0,6,6); in implTestBmpScaledClip()
106 const basegfx::B2ISize aSize(10,10); in SetUp()
128 basegfx::B2DPolyPolygon aPoly; in SetUp()
129 basegfx::tools::importFromSvgD( aPoly, aSvg, false, NULL ); in SetUp()
145 basegfx::tools::importFromSvgD( aPoly, aSvg, false, NULL ); in SetUp()
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx267 mpAnchor->SetSixthPosition(basegfx::B2DPoint(aPoint.X(),aPoint.Y())); in ShowAnchorOnly()
268 mpAnchor->SetSeventhPosition(basegfx::B2DPoint(aPoint.X(),aPoint.Y())); in ShowAnchorOnly()
510basegfx::B2DPoint( mPageBorder ,mAnchorRect.Bottom()+2*15), in SetPosAndSize()
511 basegfx::B2DPoint( aLineStart.X(),aLineStart.Y()), in SetPosAndSize()
512 basegfx::B2DPoint( aLineEnd.X(),aLineEnd.Y())); in SetPosAndSize()
544basegfx::B2DPoint( mAnchorRect.Left(), mAnchorRect.Bottom()+2*15), in SetPosAndSize()
545 basegfx::B2DPoint( mPageBorder , mAnchorRect.Bottom()+2*15)); in SetPosAndSize()
553 …mpShadow->SetPosition(basegfx::B2DPoint(aStart.X(),aStart.Y()), basegfx::B2DPoint(aEnd.X(),aEnd.Y(… in SetPosAndSize()
584 std::vector< basegfx::B2DRange > aAnnotationTextRanges; in SetPosAndSize()
623 aAnnotationTextRanges.push_back(basegfx::B2DRange( in SetPosAndSize()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx50 basegfx::B2DPoint maPosition;
56 void SetPosition(const basegfx::B2DPoint& rNewPosition);
84 void ImplPageOriginOverlay::SetPosition(const basegfx::B2DPoint& rNewPosition) in SetPosition()
113 basegfx::B2DPoint maPosition;
125 void SetPosition(const basegfx::B2DPoint& rNewPosition);
134 const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos, in ImplHelpLineOverlay()
163 void ImplHelpLineOverlay::SetPosition(const basegfx::B2DPoint& rNewPosition) in SetPosition()
522 basegfx::B2DPoint aStartPos(rPnt.X(), rPnt.Y()); in BegSetPageOrg()
535 basegfx::B2DPoint aNewPos(aDragStat.GetNow().X(), aDragStat.GetNow().Y()); in MovSetPageOrg()
607 basegfx::B2DPoint aStartPos(aHelpLinePos.X(), aHelpLinePos.Y()); in BegDragHelpLine()
[all …]
H A Dsvdotext.cxx741 basegfx::B2DPolyPolygon* pContourPolyPolygon = 0L; in ImpSetContourPolygon()
742 basegfx::B2DHomMatrix aMatrix(basegfx::tools::createTranslateB2DHomMatrix( in ImpSetContourPolygon()
757 pContourPolyPolygon = new basegfx::B2DPolyPolygon(); in ImpSetContourPolygon()
1276 basegfx::B2DPolyPolygon aRetval; in TakeXorPoly()
1703 sal_Bool SdrTextObj::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& /*r… in TRGetBaseGeometry()
1763 void SdrTextObj::TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPoly… in TRSetBaseGeometry()
1766 basegfx::B2DTuple aScale; in TRSetBaseGeometry()
1767 basegfx::B2DTuple aTranslate; in TRSetBaseGeometry()
1774 if(basegfx::fTools::less(aScale.getX(), 0.0) && basegfx::fTools::less(aScale.getY(), 0.0)) in TRSetBaseGeometry()
1828 if(!basegfx::fTools::equalZero(fShearX)) in TRSetBaseGeometry()
[all …]
H A Dsvdocapt.cxx274 basegfx::B2DPolyPolygon SdrCaptionObj::TakeXorPoly() const in TakeXorPoly()
276 basegfx::B2DPolyPolygon aPolyPoly(SdrRectObj::TakeXorPoly()); in TakeXorPoly()
600 basegfx::B2DPolyPolygon SdrCaptionObj::TakeCreatePoly(const SdrDragStat& /*rDrag*/) const in TakeCreatePoly()
602 basegfx::B2DPolyPolygon aRetval; in TakeCreatePoly()
604 aRetval.append(basegfx::tools::createPolygonFromRect(aRange)); in TakeCreatePoly()
779 void SdrCaptionObj::TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyP… in TRSetBaseGeometry()
782 basegfx::B2DTuple aScale; in TRSetBaseGeometry()
783 basegfx::B2DTuple aTranslate; in TRSetBaseGeometry()
789 if(basegfx::fTools::less(aScale.getX(), 0.0) && basegfx::fTools::less(aScale.getY(), 0.0)) in TRSetBaseGeometry()
826 aTranslate += basegfx::B2DTuple(GetAnchorPos().X(), GetAnchorPos().Y()); in TRSetBaseGeometry()
[all …]
/trunk/main/drawinglayer/source/drawinglayeruno/
H A Dxprimitive2drenderer.cxx131 const basegfx::B2DRange aRange(Range.X1, Range.Y1, Range.X2, Range.Y2); in rasterize()
135 if(basegfx::fTools::more(fWidth, 0.0) && basegfx::fTools::more(fHeight, 0.0)) in rasterize()
154 … const sal_uInt32 nDiscreteWidth(basegfx::fround((fWidth * fFactor100th_mmToInch) * DPI_X)); in rasterize()
155 … const sal_uInt32 nDiscreteHeight(basegfx::fround((fHeight * fFactor100th_mmToInch) * DPI_Y)); in rasterize()
157 basegfx::B2DHomMatrix aEmbedding( in rasterize()
158 basegfx::tools::createTranslateB2DHomMatrix( in rasterize()
185 … aBitmapEx.SetPrefSize(Size(basegfx::fround(fWidth), basegfx::fround(fHeight))); in rasterize()
/trunk/main/slideshow/source/engine/shapes/
H A Dbackgroundshape.cxx103 virtual ::basegfx::B2DRectangle getBounds() const;
104 virtual ::basegfx::B2DRectangle getDomBounds() const;
105 virtual ::basegfx::B2DRectangle getUpdateArea() const;
123 ::basegfx::B2DRectangle maBounds; // always needed for rendering
167 maBounds = ::basegfx::B2DRectangle( 0,0,nDocWidth, nDocHeight ); in BackgroundShape()
243 ::basegfx::B2DRectangle BackgroundShape::getBounds() const in getBounds()
248 ::basegfx::B2DRectangle BackgroundShape::getDomBounds() const in getDomBounds()
253 ::basegfx::B2DRectangle BackgroundShape::getUpdateArea() const in getUpdateArea()
283 const ::basegfx::B2DRectangle& rCurrBounds( BackgroundShape::getBounds() ); in render()
/trunk/main/basegfx/inc/basegfx/tuple/
H A Db3i64tuple.hxx32 namespace basegfx namespace
276 basegfx::fround64(((rOld2.getX() - rOld1.getX()) * t) + rOld1.getX()), in interpolate()
277 basegfx::fround64(((rOld2.getY() - rOld1.getY()) * t) + rOld1.getY()), in interpolate()
278 basegfx::fround64(((rOld2.getZ() - rOld1.getZ()) * t) + rOld1.getZ())); in interpolate()
285 …rOld1.getX() == rOld2.getX() ? rOld1.getX() : basegfx::fround64((rOld1.getX() + rOld2.getX()) * 0.… in average()
286 …rOld1.getY() == rOld2.getY() ? rOld1.getY() : basegfx::fround64((rOld1.getY() + rOld2.getY()) * 0.… in average()
287 …rOld1.getZ() == rOld2.getZ() ? rOld1.getZ() : basegfx::fround64((rOld1.getZ() + rOld2.getZ()) * 0.… in average()
293 …(rOld1.getX() == rOld2.getX() && rOld2.getX() == rOld3.getX()) ? rOld1.getX() : basegfx::fround64(… in average()
294 …(rOld1.getY() == rOld2.getY() && rOld2.getY() == rOld3.getY()) ? rOld1.getY() : basegfx::fround64(… in average()
295 …(rOld1.getZ() == rOld2.getZ() && rOld2.getZ() == rOld3.getZ()) ? rOld1.getZ() : basegfx::fround64(… in average()
H A Db3ituple.hxx31 namespace basegfx namespace
275 basegfx::fround(((rOld2.getX() - rOld1.getX()) * t) + rOld1.getX()), in interpolate()
276 basegfx::fround(((rOld2.getY() - rOld1.getY()) * t) + rOld1.getY()), in interpolate()
277 basegfx::fround(((rOld2.getZ() - rOld1.getZ()) * t) + rOld1.getZ())); in interpolate()
284 …rOld1.getX() == rOld2.getX() ? rOld1.getX() : basegfx::fround((rOld1.getX() + rOld2.getX()) * 0.5), in average()
285 …rOld1.getY() == rOld2.getY() ? rOld1.getY() : basegfx::fround((rOld1.getY() + rOld2.getY()) * 0.5), in average()
286 …rOld1.getZ() == rOld2.getZ() ? rOld1.getZ() : basegfx::fround((rOld1.getZ() + rOld2.getZ()) * 0.5)… in average()
292 …(rOld1.getX() == rOld2.getX() && rOld2.getX() == rOld3.getX()) ? rOld1.getX() : basegfx::fround((r… in average()
293 …(rOld1.getY() == rOld2.getY() && rOld2.getY() == rOld3.getY()) ? rOld1.getX() : basegfx::fround((r… in average()
294 …(rOld1.getZ() == rOld2.getZ() && rOld2.getZ() == rOld3.getZ()) ? rOld1.getX() : basegfx::fround((r… in average()
/trunk/main/drawinglayer/source/attribute/
H A Dfillgraphicattribute.cxx44 basegfx::B2DRange maGraphicRange;
56 const basegfx::B2DRange& rGraphicRange, in ImpFillGraphicAttribute()
71 const basegfx::B2DRange& getGraphicRange() const { return maGraphicRange; } in getGraphicRange()
93 basegfx::B2DRange(), in get_global_default()
108 const basegfx::B2DRange& rGraphicRange, in FillGraphicAttribute()
117 basegfx::clamp(fOffsetX, 0.0, 1.0), in FillGraphicAttribute()
118 basegfx::clamp(fOffsetY, 0.0, 1.0))) in FillGraphicAttribute()
191 const basegfx::B2DRange& FillGraphicAttribute::getGraphicRange() const in getGraphicRange()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx508 aPieLabelInfo.aOrigin = basegfx::B2IVector( aOrigin.X, aOrigin.Y ); in createShapes()
591 ::basegfx::B2IRectangle lcl_getRect( const uno::Reference< drawing::XShape >& xShape ) in lcl_getRect()
593 ::basegfx::B2IRectangle aRect; in lcl_getRect()
627 ::basegfx::B2IRectangle aOverlap( lcl_getRect( this->xLabelGroupShape ) ); in moveAwayFrom()
633 basegfx::B2IVector aRadiusDirection = this->aFirstPosition - this->aOrigin; in moveAwayFrom()
645basegfx::B2IVector aNewPos = basegfx::B2IVector( aOldPos.X, aOldPos.Y ) + nShift*aTangentialDirect… in moveAwayFrom()
678 ::basegfx::B2IRectangle aPreviousOverlap( lcl_getRect( pCurrent->xLabelGroupShape ) ); in detectLabelOverlapsAndMove()
679 ::basegfx::B2IRectangle aNextOverlap( aPreviousOverlap ); in detectLabelOverlapsAndMove()
705 ::basegfx::B2IRectangle aNextOverlap( aPreviousOverlap ); in detectLabelOverlapsAndMove()
863 ::basegfx::B2IRectangle aRect( lcl_getRect( rInfo.xLabelGroupShape ) ); in rearrangeLabelToAvoidOverlapIfRequested()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSceneProperty.cxx74 ::basegfx::B3DTuple aRotation( BaseGFXHelper::GetRotationFromMatrix( in setPropertyValue()
77 ::basegfx::B3DHomMatrix aMatrix; in setPropertyValue()
79 ::basegfx::B3DHomMatrix aObjectMatrix; in setPropertyValue()
80 ::basegfx::B3DHomMatrix aNewMatrix = aMatrix*aObjectMatrix; in setPropertyValue()
101 ::basegfx::B3DTuple aRotation( BaseGFXHelper::GetRotationFromMatrix( in getPropertyValue()
104 ::basegfx::B3DHomMatrix aMatrix; in getPropertyValue()
106 ::basegfx::B3DHomMatrix aObjectMatrix; in getPropertyValue()
107 ::basegfx::B3DHomMatrix aNewMatrix = aMatrix*aObjectMatrix; in getPropertyValue()
/trunk/main/cppcanvas/source/wrapper/
H A Dbasegfxfactory.cxx73 … const ::basegfx::B2DPolygon& rPoly ) const in createPolyPolygon()
88 ::basegfx::unotools::xPolyPolygonFromB2DPolygon( in createPolyPolygon()
94 … const ::basegfx::B2DPolyPolygon& rPolyPoly ) const in createPolyPolygon()
109 ::basegfx::unotools::xPolyPolygonFromB2DPolyPolygon( in createPolyPolygon()
115 const ::basegfx::B2ISize& rSize ) const in createBitmap()
131 … ::basegfx::unotools::integerSize2DFromB2ISize(rSize) ) ) ); in createBitmap()
135 const ::basegfx::B2ISize& rSize ) const in createAlphaBitmap()
151 … ::basegfx::unotools::integerSize2DFromB2ISize(rSize) ) ) ); in createAlphaBitmap()
/trunk/main/chart2/source/inc/
H A DCommonConverters.hxx62 B3DHomMatrixToHomogenMatrix( const ::basegfx::B3DHomMatrix& rM );
67 OOO_DLLPUBLIC_CHARTTOOLS ::basegfx::B3DHomMatrix HomogenMatrixToB3DHomMatrix( const com::sun::star:…
73 ::basegfx::B2DHomMatrix IgnoreZ( const ::basegfx::B3DHomMatrix& rM );
79 B2DHomMatrixToHomogenMatrix3( const ::basegfx::B2DHomMatrix& rM );
84 OOO_DLLPUBLIC_CHARTTOOLS ::basegfx::B3DPoint Position3DToB3DPoint( const com::sun::star::drawing::P…
89 …OLS com::sun::star::drawing::Direction3D B3DVectorToDirection3D( const ::basegfx::B3DVector& rVect…
94 OOO_DLLPUBLIC_CHARTTOOLS com::sun::star::drawing::Position3D B3DPointToPosition3D( const ::basegfx:…
99 OOO_DLLPUBLIC_CHARTTOOLS ::basegfx::B3DVector Direction3DToB3DVector( const com::sun::star::drawing…
192 …OOLS com::sun::star::uno::Sequence< double > B3DPointToSequence( const ::basegfx::B3DPoint& rPoint…
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx88 …const basegfx::B2IPoint aIPointDestinationOffsetPixel(aDestinationOffsetPixel.X(), aDestinationOff… in ImpPrepareBufferDevice()
89 …const basegfx::B2IPoint aNewMinimum(maBufferRememberedRangePixel.getMinimum() + aIPointDestination… in ImpPrepareBufferDevice()
90 …const basegfx::B2IPoint aNewMaximum(maBufferRememberedRangePixel.getMaximum() + aIPointDestination… in ImpPrepareBufferDevice()
91 maBufferRememberedRangePixel = basegfx::B2IRange(aNewMinimum, aNewMaximum); in ImpPrepareBufferDevice()
312 basegfx::B2DRange aBufferRememberedRangeLogic(
545 void OverlayManagerBuffered::invalidateRange(const basegfx::B2DRange& rRange) in invalidateRange()
559 basegfx::B2DRange aDiscreteRange(rRange); in invalidateRange()
566 const basegfx::B2IPoint aTopLeft( in invalidateRange()
569 const basegfx::B2IPoint aBottomRight( in invalidateRange()
578 …const basegfx::B2IPoint aTopLeft((sal_Int32)floor(aDiscreteRange.getMinX()), (sal_Int32)floor(aDis… in invalidateRange()
[all …]
/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx50 drawing::HomogenMatrix B3DHomMatrixToHomogenMatrix( const ::basegfx::B3DHomMatrix& rM ) in B3DHomMatrixToHomogenMatrix()
74 ::basegfx::B3DHomMatrix aM; in HomogenMatrixToB3DHomMatrix()
94 ::basegfx::B2DHomMatrix IgnoreZ( const ::basegfx::B3DHomMatrix& rM ) in IgnoreZ()
96 ::basegfx::B2DHomMatrix aM; in IgnoreZ()
125 ::basegfx::B3DPoint Position3DToB3DPoint( const drawing::Position3D& rPosition ) in Position3DToB3DPoint()
127 return ::basegfx::B3DPoint( in Position3DToB3DPoint()
133 drawing::Direction3D B3DVectorToDirection3D( const ::basegfx::B3DVector& rVector) in B3DVectorToDirection3D()
142 drawing::Position3D B3DPointToPosition3D( const ::basegfx::B3DPoint& rPoint) in B3DPointToPosition3D()
151 ::basegfx::B3DVector Direction3DToB3DVector( const drawing::Direction3D& rDirection) in Direction3DToB3DVector()
153 return ::basegfx::B3DVector( in Direction3DToB3DVector()
[all …]

Completed in 700 milliseconds

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