Home
last modified time | relevance | path

Searched refs:B2DVector (Results 26 – 50 of 220) sorted by relevance

123456789

/aoo41x/main/drawinglayer/source/primitive2d/
H A Dborderlineprimitive2d.cxx50 basegfx::B2DVector aVector(getEnd() - getStart()); in create2DDecomposition()
52 const basegfx::B2DVector aPerpendicular(basegfx::getPerpendicular(aVector)); in create2DDecomposition()
63 … const basegfx::B2DVector aLeftOff(aPerpendicular * (0.5 * (getCorrectedLeftWidth() - fWidth))); in create2DDecomposition()
84 const basegfx::B2DVector aLineWidthOffset((getCorrectedLeftWidth() * 0.5) * aPerpendicular); in create2DDecomposition()
100 … const basegfx::B2DVector aRightOff(aPerpendicular * (0.5 * (fWidth - getCorrectedRightWidth()))); in create2DDecomposition()
118 … const basegfx::B2DVector aLineWidthOffset((getCorrectedRightWidth() * 0.5) * aPerpendicular); in create2DDecomposition()
154 const basegfx::B2DVector aLineWidthOffset((getCorrectedLeftWidth() * 0.5) * aPerpendicular); in create2DDecomposition()
H A Dcontrolprimitive2d.cxx104 basegfx::B2DVector aScale, aTranslate; in createBitmapDecomposition()
110 basegfx::B2DVector aDiscreteSize(rViewInformation.getObjectToViewTransformation() * aScale); in createBitmapDecomposition()
190 basegfx::B2DVector aScreenZoom( in createBitmapDecomposition()
211 basegfx::B2DVector aBitmapSizeLogic( in createBitmapDecomposition()
213 … basegfx::B2DVector(aBitmapSize.getWidth() - 1, aBitmapSize.getHeight() - 1)); in createBitmapDecomposition()
351 …const basegfx::B2DVector aNewScaling(rViewInformation.getObjectToViewTransformation() * basegfx::B… in get2DDecomposition()
H A Dpolygonprimitive2d.cxx78 …const basegfx::B2DVector aDiscreteSize(rViewInformation.getInverseObjectToViewTransformation() * b… in getB2DRange()
106 …const basegfx::B2DVector aDashVector(rViewInformation.getInverseObjectToViewTransformation() * bas… in create2DDecomposition()
173 …const basegfx::B2DVector aDiscreteSize(rViewInformation.getInverseObjectToViewTransformation() * b… in getB2DRange()
388 …const basegfx::B2DVector aDiscreteSize(rViewInformation.getInverseObjectToViewTransformation() * b… in getB2DRange()
H A Dsceneprimitive2d.cxx225 const basegfx::B2DVector aStandardXAxis(1.0, 0.0); in create2DDecomposition()
226 const basegfx::B2DVector aUnitRangeXAxis(aObjToUnit * aStandardXAxis); in create2DDecomposition()
227 const basegfx::B2DVector aStandardYAxis(0.0, 1.0); in create2DDecomposition()
228 const basegfx::B2DVector aUnitRangeYAxis(aObjToUnit * aStandardYAxis); in create2DDecomposition()
241 basegfx::B2DVector aScale, aTranslate; in create2DDecomposition()
275 …const double fLogicX((aInverseOToV * basegfx::B2DVector(aDiscreteRange.getWidth() * fReduceFactor,… in create2DDecomposition()
276 …const double fLogicY((aInverseOToV * basegfx::B2DVector(0.0, aDiscreteRange.getHeight() * fReduceF… in create2DDecomposition()
H A Dmarkerarrayprimitive2d.cxx60 basegfx::B2DVector aLogicHalfSize(rViewInformation.getInverseObjectToViewTransformation() * in create2DDecomposition()
61 basegfx::B2DVector(aBitmapSize.getWidth() - 1.0, aBitmapSize.getHeight() - 1.0)); in create2DDecomposition()
130 … basegfx::B2DVector aLogicHalfSize(rViewInformation.getInverseObjectToViewTransformation() * in getB2DRange()
131 basegfx::B2DVector(aBitmapSize.getWidth(), aBitmapSize.getHeight())); in getB2DRange()
H A Dmediaprimitive2d.cxx72 …const basegfx::B2DVector aDiscreteInLogic(rViewInformation.getInverseObjectToViewTransformation() … in create2DDecomposition()
73 basegfx::B2DVector((double)getDiscreteBorder(), (double)getDiscreteBorder())); in create2DDecomposition()
142 …const basegfx::B2DVector aDiscreteInLogic(rViewInformation.getInverseObjectToViewTransformation() … in getB2DRange()
143 basegfx::B2DVector((double)getDiscreteBorder(), (double)getDiscreteBorder())); in getB2DRange()
/aoo41x/main/drawinglayer/source/attribute/
H A Dsdrshadowattribute.cxx42 basegfx::B2DVector maOffset; // shadow offset 1/100th mm
47 const basegfx::B2DVector& rOffset, in ImpSdrShadowAttribute()
58 const basegfx::B2DVector& getOffset() const { return maOffset; } in getOffset()
76 basegfx::B2DVector(), in get_global_default()
89 const basegfx::B2DVector& rOffset, in SdrShadowAttribute()
161 const basegfx::B2DVector& SdrShadowAttribute::getOffset() const in getOffset()
/aoo41x/main/basegfx/source/tools/
H A Dtools.cxx41 const ::basegfx::B2DVector& rNormal, in distance()
49 const ::basegfx::B2DVector& rMoveDirection, in moveLineOutsideRect()
108 ::basegfx::B2DVector aDirectionVertical( io_rLeftTop - io_rLeftBottom ); in infiniteLineFromParallelogram()
111 const ::basegfx::B2DVector aNormalTop( aDirectionVertical ); in infiniteLineFromParallelogram()
112 const ::basegfx::B2DVector aNormalBottom( -aDirectionVertical ); in infiniteLineFromParallelogram()
H A Dgradienttools.cxx127 const B2DVector& rOffset, in initEllipticalGradientInfo()
196 const B2DVector& rOffset, in initRectGradientInfo()
300 const B2DVector& rOffset, in createRadialODFGradientInfo()
315 const B2DVector& rOffset, in createEllipticalODFGradientInfo()
331 const B2DVector& rOffset, in createSquareODFGradientInfo()
347 const B2DVector& rOffset, in createRectangularODFGradientInfo()
/aoo41x/main/drawinglayer/source/primitive3d/
H A Dtextureprimitive3d.cxx43 const basegfx::B2DVector& rTextureSize, in TexturePrimitive3D()
76 : TexturePrimitive3D(rChildren, basegfx::B2DVector(), false, false), in UnifiedTransparenceTexturePrimitive3D()
137 const basegfx::B2DVector& rTextureSize, in GradientTexturePrimitive3D()
172 const basegfx::B2DVector& rTextureSize, in BitmapTexturePrimitive3D()
206 const basegfx::B2DVector& rTextureSize) in TransparenceTexturePrimitive3D()
/aoo41x/main/slideshow/source/engine/transitions/
H A Dcombtransition.cxx46 const ::basegfx::B2DVector& rDirection, in createClipPolygon()
66 const ::basegfx::B2DVector aUpVec(0.0, 1.0); in createClipPolygon()
87 const ::basegfx::B2DVector& rPushDirection, in CombTransition()
130 const basegfx::B2DVector aPushDirection = basegfx::B2DVector( in renderComb()
/aoo41x/main/chart2/source/view/main/
H A DPolarLabelPositionHelper.cxx103 ::basegfx::B2DVector aV0( aP0.X, aP0.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
104 ::basegfx::B2DVector aV1( aP1.X, aP1.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
105 ::basegfx::B2DVector aV2( aP2.X, aP2.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
107 double fL1 = ::basegfx::B2DVector(aV1-aV0).getLength(); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
108 double fL2 = ::basegfx::B2DVector(aV2-aV0).getLength(); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx136 basegfx::B2DVector aFontScaling, aTranslate; in RenderTextSimpleOrDecoratedPortionPrimitive2D()
252 const basegfx::B2DVector aPixelVector(maCurrentTransformation * basegfx::B2DVector(1.0, 0.0)); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
445 basegfx::B2DVector aScale, aTranslate; in RenderFillGraphicPrimitive2D()
974 const basegfx::B2DVector aDiscreteHalfSize( in RenderMarkerArrayPrimitive2D()
1027 …const basegfx::B2DVector aDiscreteUnit(maCurrentTransformation * basegfx::B2DVector(fLineWidth, 0.… in RenderPolygonStrokePrimitive2D()
1276 …const basegfx::B2DVector aDiscreteVector(getViewInformation2D().getInverseObjectToViewTransformati… in RenderSvgLinearAtomPrimitive2D()
1321 …const basegfx::B2DVector aDiscreteVector(getViewInformation2D().getInverseObjectToViewTransformati… in RenderSvgRadialAtomPrimitive2D()
1341 const basegfx::B2DVector aTranslate( in RenderSvgRadialAtomPrimitive2D()
H A Dhittestprocessor2d.cxx73 * basegfx::B2DVector(mfDiscreteHitTolerance, 0.0)).getLength(); in HitTestProcessor2D()
352 …const basegfx::B2DVector aDiscreteHalfLineVector(getViewInformation2D().getObjectToViewTransformat… in processBasePrimitive2D()
353 * basegfx::B2DVector(rLineAttribute.getWidth() * 0.5, 0.0)); in processBasePrimitive2D()
389 …const basegfx::B2DVector aDiscreteHalfLineVector(getViewInformation2D().getObjectToViewTransformat… in processBasePrimitive2D()
390 * basegfx::B2DVector(fLogicHitTolerance, 0.0)); in processBasePrimitive2D()
577 const basegfx::B2DVector aDistance(aPosition - getDiscreteHitPosition()); in processBasePrimitive2D()
/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dtransparencygroupaction.cxx104 const ::basegfx::B2DVector& rDstSize,
134 const ::basegfx::B2DVector& rDstSize,
186 const ::basegfx::B2DVector& rDstSize, in TransparencyGroupAction()
219 const ::basegfx::B2DVector& rDstSize, in TransparencyGroupAction()
556 … const ::basegfx::B2DVector& rDstSize, in createTransparencyGroupAction()
574 … const ::basegfx::B2DVector& rDstSize, in createTransparencyGroupAction()
H A Dbitmapaction.cxx66 const ::basegfx::B2DVector& rDstSize,
119 const ::basegfx::B2DVector& rDstSize, in BitmapAction()
135 const ::basegfx::B2DVector aScale( rDstSize.getX() / aBmpSize.Width(), in BitmapAction()
223 … const ::basegfx::B2DVector& rDstSize, in createBitmapAction()
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrdecompositiontools3d.hxx39 class B2DVector;
68 const basegfx::B2DVector& rTextureSize);
78 const basegfx::B2DVector& rTextureSize,
91 const basegfx::B2DVector& rTextureSize,
/aoo41x/main/chart2/source/view/axes/
H A DVCartesianAxis.hxx75 …void get2DAxisMainLine( ::basegfx::B2DVector& rStart, ::basegfx::B2DVector& rEnd, double fC…
104 B2DVector aScreenPos;
126 ::basegfx::B2DVector getScreenPosition( double fLogicX, double fLogicY, double fLogicZ ) const;
/aoo41x/main/basegfx/inc/basegfx/tools/
H A Dgradienttools.hxx242 const B2DVector& rOffset,
285 const B2DVector& rOffset,
329 const B2DVector& rOffset,
373 const B2DVector& rOffset,
/aoo41x/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.hxx238 …id pushTriangle(const basegfx::B2DVector& SlideLocation0,const basegfx::B2DVector& SlideLocation1,…
261 const vector<basegfx::B2DVector>& getTexCoords() const {return TexCoords;} in getTexCoords()
282 vector<basegfx::B2DVector> TexCoords;
/aoo41x/main/slideshow/source/engine/
H A Danimationfactory.cxx220 const ::basegfx::B2DVector& rSlideSize, in PathAnimation()
809 … const ::basegfx::B2DVector& rSlideSize, in createNumberPropertyAnimation()
973 … const ::basegfx::B2DVector& /*rSlideSize*/, in createEnumPropertyAnimation()
1069 … const ::basegfx::B2DVector& /*rSlideSize*/, in createColorPropertyAnimation()
1167 … const ::basegfx::B2DVector& rSlideSize, in createPairPropertyAnimation()
1221 … const ::basegfx::B2DVector& /*rSlideSize*/, in createStringPropertyAnimation()
1295 … const ::basegfx::B2DVector& /*rSlideSize*/, in createBoolPropertyAnimation()
1371 … const ::basegfx::B2DVector& rSlideSize, in createPathMotionAnimation()
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx179 const B2DPoint& rEdge1Start, const B2DVector& rEdge1Delta,
180 const B2DPoint& rEdge2Start, const B2DVector& rEdge2Delta,
190 const B2DVector& rEdgeDelta,
539 B2DVector getTangentEnteringPoint(const B2DPolygon& rCandidate, sal_uInt32 nIndex);
543 B2DVector getTangentLeavingPoint(const B2DPolygon& rCandidate, sal_uInt32 nIndex);
/aoo41x/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx222 void setZoom( const ::basegfx::B2DVector& _rScale ) const;
223 ::basegfx::B2DVector
286 void ControlHolder::setZoom( const ::basegfx::B2DVector& _rScale ) const in setZoom()
306 ::basegfx::B2DVector ControlHolder::getZoom() const in getZoom()
314 ::basegfx::B2DVector aZoom( 1, 1 ); in getZoom()
380 ::basegfx::B2DVector aScale, aTranslate; in adjustControlGeometry_throw()
969 ::basegfx::B2DVector aScale, aTranslate; in DBG_NAME()
1665 ::basegfx::B2DVector aScale, aTranslate; in get2DDecomposition()
1678 ::basegfx::B2DVector aScale, aTranslate; in create2DDecomposition()
1845 ::basegfx::B2DVector aScale, aTranslate; in isPrimitiveVisible()
/aoo41x/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx80 basegfx::B2DVector maOffset;
133 const basegfx::B2DVector& getOffset() const { return maOffset; } in getOffset()
360 basegfx::B2DVector aFontScaling; in HandlePair()
429 const basegfx::B2DVector aDirection(aEndPos - aStartPos); in HandlePair()
444 const basegfx::B2DVector aDirection(aEndPos - aStartPos); in HandlePair()
462 const basegfx::B2DVector aDirection(aEndPos - aStartPos); in HandlePair()
490 const basegfx::B2DVector aPerpendicular( in HandlePair()
/aoo41x/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx167 basegfx::B2DVector RectPointToB2DVector(RECT_POINT eRectPoint) in RectPointToB2DVector()
169 basegfx::B2DVector aRetval(0.0, 0.0); in RectPointToB2DVector()
375 const basegfx::B2DVector aOffset( in createNewSdrShadowAttribute()
650 …basegfx::B2DVector aGraphicLogicSize(aGraphic.GetPrefSize().Width(), aGraphic.GetPrefSize().Height… in createNewSdrFillGraphicAttribute()
674 aGraphicLogicSize = basegfx::B2DVector(aNewSize.Width(), aNewSize.Height()); in createNewSdrFillGraphicAttribute()
678 const basegfx::B2DVector aSize( in createNewSdrFillGraphicAttribute()
681 const basegfx::B2DVector aOffset( in createNewSdrFillGraphicAttribute()
684 const basegfx::B2DVector aOffsetPosition( in createNewSdrFillGraphicAttribute()

Completed in 132 milliseconds

123456789