Home
last modified time | relevance | path

Searched refs:getY (Results 26 – 50 of 349) sorted by relevance

12345678910>>...14

/trunk/main/canvas/source/directx/
H A Ddx_canvasbitmap.cxx106 aSize.getY() ); in getFastPropertyValue()
114 aBIH.biHeight = -aSize.getY(); in getFastPropertyValue()
128 aBmpData.Height = aSize.getY(); in getFastPropertyValue()
132 const Gdiplus::Rect aRect( 0,0,aSize.getX(),aSize.getY() ); in getFastPropertyValue()
184 … HBITMAP hBmpBitmap = CreateCompatibleBitmap( hScreenDC, aSize.getX(), aSize.getY() ); in getFastPropertyValue()
190 aDIB.bmiHeader.biHeight = -aSize.getY(); in getFastPropertyValue()
202 aBmpData.Height = aSize.getY(); in getFastPropertyValue()
206 const Gdiplus::Rect aRect( 0,0,aSize.getX(),aSize.getY() ); in getFastPropertyValue()
219 … boost::scoped_array<sal_uInt8> pAlphaBits( new sal_uInt8[nScanWidth*aSize.getY()] ); in getFastPropertyValue()
223 for( sal_Int32 y=0; y<aSize.getY(); ++y ) in getFastPropertyValue()
[all …]
H A Ddx_9rm.cxx326 if(rSize.getY() > FAKE_MAX_TEXTURE_SIZE) in DXSurface()
338 rSize.getY(), in DXSurface()
408 rect.top = std::max(sal_Int32(0),rDestPos.getY()); in update()
414 rect.bottom = std::min(maSize.getY(), in update()
613 aPageSize.setY(aPageSize.getY()>>1); in DXRenderModule()
615 (aPageSize.getY() < MIN_TEXTURE_SIZE)) in DXRenderModule()
910 rSize.getY(), in createSystemMemorySurface()
1033 if(!(maSize.getY())) in resize()
1092 if(!(aSize.getY())) in createSurface()
1093 aSize.setY(rPageSize.getY()); in createSurface()
[all …]
H A Ddx_5rm.cxx112 rDestPos.getY(), in doBlit()
741 if(rSize.getY() > FAKE_MAX_TEXTURE_SIZE) in DXSurface()
1079 aPageSize.setY(aPageSize.getY()>>1); in DXRenderModule()
1081 (aPageSize.getY() < MIN_TEXTURE_SIZE)) in DXRenderModule()
1271 aSurfaceDesc.dwHeight= aSize.getY(); in create()
1667 ::std::min( sal_Int32(rSize.getY()), in convert2Screen()
1673 ::std::min( sal_Int32(rSize.getY()), in convert2Screen()
1689 aSurfaceDesc.dwHeight= rSize.getY(); in createSystemMemorySurface()
1895 aSurfaceDesc.dwHeight= aSize.getY(); in validateMainSurfaces()
2104 if(!(aSize.getY())) in createSurface()
[all …]
H A Ddx_canvashelper_texturefill.cxx144 static_cast<Gdiplus::REAL>(aHalfPlaneLeftTop.getY()), in fillLinearGradient()
146 static_cast<Gdiplus::REAL>(aHalfPlaneRightTop.getY()) ); in fillLinearGradient()
148 static_cast<Gdiplus::REAL>(aHalfPlaneRightBottom.getY()), in fillLinearGradient()
150 static_cast<Gdiplus::REAL>(aHalfPlaneLeftBottom.getY()) ); in fillLinearGradient()
169 static_cast<Gdiplus::REAL>(aLeftTop.getY()), in fillLinearGradient()
171 static_cast<Gdiplus::REAL>(aRightTop.getY()) ); in fillLinearGradient()
173 static_cast<Gdiplus::REAL>(aRightBottom.getY()), in fillLinearGradient()
175 static_cast<Gdiplus::REAL>(aLeftBottom.getY()) ); in fillLinearGradient()
356 Gdiplus::REAL(fT*rInnerPoint1.getY() + (1-fT)*rOuterPoint1.getY()), in fillPolygonalGradient()
358 Gdiplus::REAL(fT*rInnerPoint2.getY() + (1-fT)*rOuterPoint2.getY())); in fillPolygonalGradient()
/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx253 void SwRect::_Top( const long nTop ){ m_Size.Height() += m_Point.getY() - nTop; m_Point.setY(nTop);… in _Top()
254 void SwRect::_Bottom( const long nBottom ){ m_Size.setHeight(nBottom - m_Point.getY()); } in _Bottom()
260 long SwRect::_Top() const{ return m_Point.getY(); } in _Top()
261 long SwRect::_Bottom() const{ return m_Point.getY() + m_Size.getHeight(); } in _Bottom()
274 …nt SwRect::TopRight() const { return Point( m_Point.getX() + m_Size.getWidth(), m_Point.getY() ); } in TopRight()
275 const Point SwRect::BottomLeft() const { return Point( m_Point.getX(), m_Point.getY() + m_Size.getH… in BottomLeft()
277 { return Point( m_Point.getX() + m_Size.getWidth(), m_Point.getY() + m_Size.getHeight() ); } in BottomRight()
279 long SwRect::GetBottomDistance( long nLim ) const { return nLim - m_Point.getY() - m_Size.getHeight… in GetBottomDistance()
280 long SwRect::GetTopDistance( long nLimit ) const { return m_Point.getY() - nLimit; } in GetTopDistance()
285 { return nLimit > m_Point.getY() && m_Point.getY() + m_Size.getHeight() > nLimit; } in OverStepBottom()
[all …]
/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx126 OSL_TRACE( " %f\t%f\n", rElem.first.getX(), rElem.first.getY() ); in outputPoint()
134 OSL_TRACE( " %f\t%f\n\n", rElem.first.getX(), rElem.first.getY() ); in outputVector()
253 << rP0.getY() << "," in ~DebugPlotter()
254 << rP1.getY() << "," in ~DebugPlotter()
255 << rP2.getY() << "," in ~DebugPlotter()
256 << rP3.getY() << ",t)"; in ~DebugPlotter()
264 rP0.getY(), in ~DebugPlotter()
265 rP1.getY(), in ~DebugPlotter()
266 rP2.getY(), in ~DebugPlotter()
267 rP3.getY() ); in ~DebugPlotter()
[all …]
/trunk/main/basegfx/source/vector/
H A Db2ivector.cxx35 mnY = rVec.getY(); in operator =()
52 return(mnX * rVec.getY() - mnY * rVec.getX()); in cross()
57 return atan2(double( mnX * rVec.getY() - mnY * rVec.getX()), in angle()
58 double( mnX * rVec.getX() + mnY * rVec.getY())); in angle()
98 double fVal(rVecA.getX() * rVecB.getY() - rVecA.getY() * rVecB.getX()); in areParallel()
104 double fVal(rVecA.getX() * rVecB.getY() - rVecA.getY() * rVecB.getX()); in getOrientation()
121 B2IVector aPerpendicular(-rNormalizedVec.getY(), rNormalizedVec.getX()); in getPerpendicular()
137 const B2IVector aInverseForwardVector(-rForwardVector.getX(), -rForwardVector.getY()); in getContinuity()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx175 rTarget.setY(maIntTexture.getY().getVal()); in getTextureCoor()
182 rTarget.setY(maIntInvTexture.getY().getVal() * fInvZFactor); in getTextureCoor()
247 …basegfx::B3DVector(maIntNormal.getX().getVal(), maIntNormal.getY().getVal(), maIntNormal.getZ().ge… in decideColorAndOpacity()
256 …basegfx::BColor aBlendColor(maIntColor.getX().getVal(), maIntColor.getY().getVal(), maIntColor.get… in decideColorAndOpacity()
271 …basegfx::B3DVector(maIntNormal.getX().getVal(), maIntNormal.getY().getVal(), maIntNormal.getZ().ge… in decideColorAndOpacity()
281 rColor.setGreen(maIntColor.getY().getVal()); in decideColorAndOpacity()
324 rTA.getY().getVal(), (rTB.getY().getVal() - rTA.getY().getVal()) * xInvDelta); in setupLineSpanInterpolators()
332 rITA.getY().getVal(), (rITB.getY().getVal() - rITA.getY().getVal()) * xInvDelta, in setupLineSpanInterpolators()
343 rNA.getY().getVal(), (rNB.getY().getVal() - rNA.getY().getVal()) * xInvDelta, in setupLineSpanInterpolators()
353 rCA.getY().getVal(), (rCB.getY().getVal() - rCA.getY().getVal()) * xInvDelta, in setupLineSpanInterpolators()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx609 long nOffsetY = aOffset.getY(); in updateLayout()
621 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout()
627 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout()
638 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout()
651 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout()
670 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout()
678 long nBase = aUpperLeft.getY(); in updateLayout()
698 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout()
747 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout()
777 aUpperLeft.setY( aUpperLeft.getY() - nOffsetY ); in updateLayout()
[all …]
/trunk/main/chart2/source/view/main/
H A DClipping.cxx102 if( aDirection.getX()==0 && aDirection.getY()==0 && rRectangle.isInside(rPoint0) ) in lcl_clip2d()
117 if( lcl_CLIPt(aDirection.getY(), rRectangle.getMinY() - rPoint0.getY(), fTE, fTL) ) in lcl_clip2d()
118 if( lcl_CLIPt(-aDirection.getY(), rPoint0.getY() - rRectangle.getMaxY(), fTE, fTL) ) in lcl_clip2d()
125 rPoint1.setY( rPoint0.getY() + fTL * aDirection.getY() ); in lcl_clip2d()
131 rPoint0.setY( rPoint0.getY() + fTE * aDirection.getY() ); in lcl_clip2d()
148 rPoint0.PositionY = aP0.getY(); in lcl_clip2d_()
150 rPoint1.PositionY = aP1.getY(); in lcl_clip2d_()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtexteffectprimitive2d.cxx61 -getRotationCenter().getX(), -getRotationCenter().getY())); in create2DDecomposition()
66 aForwardTransform.translate(getRotationCenter().getX(), getRotationCenter().getY()); in create2DDecomposition()
81 aTransform.translate(aDiagonalDistance.getX(), aDiagonalDistance.getY()); in create2DDecomposition()
86 aTransform.translate(-aDiagonalDistance.getX(), -aDiagonalDistance.getY()); in create2DDecomposition()
150 aTransform.set(1, 2, aDiagonalDistance.getY()); in create2DDecomposition()
154 aTransform.set(1, 2, aDistance.getY()); in create2DDecomposition()
158 aTransform.set(1, 2, aDiagonalDistance.getY()); in create2DDecomposition()
166 aTransform.set(1, 2, -aDiagonalDistance.getY()); in create2DDecomposition()
170 aTransform.set(1, 2, -aDistance.getY()); in create2DDecomposition()
174 aTransform.set(1, 2, -aDiagonalDistance.getY()); in create2DDecomposition()
H A Dtextprimitive2d.cxx55 if(basegfx::fTools::equalZero(aFontScale.getY())) in getCorrectedScaleAndFontScale()
62 else if(basegfx::fTools::less(aFontScale.getY(), 0.0)) in getCorrectedScaleAndFontScale()
65 aFontScale.setY(-aFontScale.getY()); in getCorrectedScaleAndFontScale()
75 if(basegfx::fTools::equal(aFontScale.getX(), aFontScale.getY())) in getCorrectedScaleAndFontScale()
84 rScale.setX(aFontScale.getX() / aFontScale.getY()); in getCorrectedScaleAndFontScale()
85 aFontScale.setX(aFontScale.getY()); in getCorrectedScaleAndFontScale()
112 if(basegfx::fTools::less(aScale.getX(), 0.0) && basegfx::fTools::less(aScale.getY(), 0.0)) in getTextOutlinesAndTransformation()
129 aFontScale.getY(), in getTextOutlinesAndTransformation()
303 aFontScale.getY(), in getB2DRange()
/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx93 const ip_single& getY() const { return maY; } in getY() function in basegfx::ip_double
122 const ip_single& getY() const { return maY; } in getY() function in basegfx::ip_triple
203 double aDeltaY(rB.getY() - rA.getY()); in addNormalInterpolator()
228 rA.getY(), aDeltaY, in addNormalInterpolator()
247 double aDeltaY(rB.getY() - rA.getY()); in addTextureInterpolator()
261 rA.getY(), aDeltaY)); in addTextureInterpolator()
285 const double aDeltaY((aInvB.getY() - aInvA.getY()) * fInvYDelta); in addInverseTextureInterpolator()
290 aInvA.getY(), aDeltaY, in addInverseTextureInterpolator()
402 sal_Int32 getY() const { return mnY; } in getY() function in basegfx::RasterConversionLineEntry3D
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx86 -aArrowSize.getCenter().getX(), -aArrowSize.getMinimum().getY())); in createAreaGeometryForLineStartEnd()
120 aArrowTransform.translate(aHead.getX(), aHead.getY()); in createAreaGeometryForLineStartEnd()
402 atan2(aTangentA.getY(), aTangentA.getX()) + F_PI2, in createAreaGeometryForEdge()
465 atan2(aTangentB.getY(), aTangentB.getX()) - F_PI2, in createAreaGeometryForEdge()
602 fAngle = atan2(aTangent.getY(), aTangent.getX()); in createAreaGeometryForEdge()
613 aPerpend.setX(-aTangent.getY()); in createAreaGeometryForEdge()
639 fAngle = atan2(aTangent.getY(), aTangent.getX()); in createAreaGeometryForEdge()
647 rEdge.getEndPoint().getX(), rEdge.getEndPoint().getY())); in createAreaGeometryForEdge()
654 aPerpend.setX(-aTangent.getY()); in createAreaGeometryForEdge()
738 double fAngleStart(atan2(rPerpendPrev.getY(), rPerpendPrev.getX())); in createAreaGeometryForJoin()
[all …]
H A Db2dpolygoncutandtouch.cxx256 …fCut = (aVecB.getY() * (rCurrB.getX() - rCurrA.getX()) + aVecB.getX() * (rCurrA.getY() - rCurrB.ge… in findEdgeCutsTwoEdges()
264 if(fabs(aVecB.getX()) > fabs(aVecB.getY())) in findEdgeCutsTwoEdges()
270 fCut2 = (rCurrA.getY() + (fCut * aVecA.getY()) - rCurrB.getY()) / aVecB.getY(); in findEdgeCutsTwoEdges()
339 …fCutA = (aVecB.getY() * (aCurrB.getX() - aCurrA.getX()) + aVecB.getX() * (aCurrA.getY() - aCurrB.g… in findCutsAndTouchesAndCommonForBezier()
349 if(fabs(aVecB.getX()) > fabs(aVecB.getY())) in findCutsAndTouchesAndCommonForBezier()
355 fCutB = (aCurrA.getY() + (fCutA * aVecA.getY()) - aCurrB.getY()) / aVecB.getY(); in findCutsAndTouchesAndCommonForBezier()
665 bool bTestUsingX(fabs(aEdgeVector.getX()) > fabs(aEdgeVector.getY())); in findTouchesOnEdge()
681 : aTestVector.getY() / aEdgeVector.getY()); in findTouchesOnEdge()
H A Db2dpolygonclipper.cxx113 fTools::moreOrEqual(aTestPoint.getY(), fValueOnOtherAxis) == bAboveAxis : in clipPolygonOnParallelAxis()
361 …ix aMatrixTransform(basegfx::tools::createTranslateB2DHomMatrix(-rPointA.getX(), -rPointA.getY())); in clipPolygonOnEdge()
362 aMatrixTransform.rotate(-atan2(aEdge.getY(), aEdge.getX())); in clipPolygonOnEdge()
394 …ix aMatrixTransform(basegfx::tools::createTranslateB2DHomMatrix(-rPointA.getX(), -rPointA.getY())); in clipPolyPolygonOnEdge()
395 aMatrixTransform.rotate(-atan2(aEdge.getY(), aEdge.getX())); in clipPolyPolygonOnEdge()
697 pPlane->ny*dir.getY() ); in scissorLineSegment()
699 pPlane->ny*curr->getY() + in scissorLineSegment()
705 curr->getY()+t*dir.getY() ); in scissorLineSegment()
716 pPlane->ny*dir.getY() ); in scissorLineSegment()
718 pPlane->ny*curr->getY() + in scissorLineSegment()
[all …]
/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx64 aEndPos = basegfx::B2DPoint(aCenter.getX(), aRange.getMaximum().getY()); in GradToVec()
87 aEndPos = basegfx::B2DPoint(aCenter.getX(), aRange.getMaximum().getY()); in GradToVec()
110 aStartPos = basegfx::B2DPoint(aRange.getMinX(), aRange.getMaximum().getY()); in GradToVec()
145 aStartPos = basegfx::B2DPoint(aRange.getMinX(), aCenter.getY()); in GradToVec()
225 double fNewFullAngle(atan2(aFullVec.getY(), aFullVec.getX())); in VecToGrad()
253 const basegfx::B2DPoint aBottomLeft(aRange.getMinX(), aRange.getMaximum().getY()); in VecToGrad()
310 double fNewFullAngle(atan2(aFullVec.getY(), aFullVec.getX())); in VecToGrad()
345 sal_Int32 nNewYOffset(FRound((aOffset.getY() * 100.0) / aRange.getHeight())); in VecToGrad()
406 double fNewFullAngle(atan2(aFullVec.getY(), aFullVec.getX())); in VecToGrad()
441 sal_Int32 nNewYOffset(FRound((aOffset.getY() * 100.0) / aRange.getHeight())); in VecToGrad()
[all …]
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx129 return ( (rTickScreenPosition.getY() >= aShapeRect.getMinY()) in lcl_doesShapeOverlapWithTickmark()
140 , static_cast<sal_Int32>( rTickScreenPosition.getY() ) ); in lcl_doesShapeOverlapWithTickmark()
733 ,static_cast<sal_Int32>(aTickScreenPos2D.getY())); in createTextShapes()
803 aPoints[0][0].Y = static_cast<sal_Int32>(rStart.getY()); in lcl_makePointSequence()
805 aPoints[0][1].Y = static_cast<sal_Int32>(rEnd.getY()); in lcl_makePointSequence()
912 return ( rPos1.aScreenPos.getY() > rPos2.aScreenPos.getY() ); in operator ()()
996 double fDeltaY = rEnd.getY() - rStart.getY(); in get2DAxisMainLine()
1050 double fDeltaY = rEnd.getY() - rStart.getY(); in get2DAxisMainLine()
1150 if( aBestPos.aScreenPos.getY() > aNotSoGoodPos.aScreenPos.getY() ) in get2DAxisMainLine()
1175 double fDeltaY = rEnd.getY() - rStart.getY(); in get2DAxisMainLine()
[all …]
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx339 const bool bYIsZero(fTools::equalZero(rScale.getY())); in decompose()
347 rRotate = atan2(aUnitVecX.getY(), aUnitVecX.getX()); in decompose()
353 rRotate = atan2(aUnitVecY.getY(), aUnitVecY.getX()) - M_PI_2; in decompose()
364 rRotate = atan2(aUnitVecX.getY(), aUnitVecX.getX()); in decompose()
371 rScale.setY(-rScale.getY()); in decompose()
384 rRotate = atan2(aUnitVecX.getY(), aUnitVecX.getX()); in decompose()
420 const double fNewX(aUnitVecY.getX() * fCos - aUnitVecY.getY() * fSin); in decompose()
421 const double fNewY(aUnitVecY.getX() * fSin + aUnitVecY.getY() * fCos); in decompose()
429 aUnitVecY.setX(aUnitVecY.getX() - (aUnitVecY.getY() * rShearX)); in decompose()
439 rScale.setY(-rScale.getY()); in decompose()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx196 rNewTransform.translate(-aBasePoint.getX(), -aBasePoint.getY()); in allowChange()
198 rNewTransform.translate(aBasePoint.getX(), aBasePoint.getY()); in allowChange()
419 aPosition.setY(aPosition.getY() + aTextLayouterDevice.getUnderlineOffset()); in createSimpleTextPrimitive()
424 aPosition.setY(aPosition.getY() + aTextLayouterDevice.getOverlineOffset()); in createSimpleTextPrimitive()
433 aPosition.setY(aPosition.getY() + mfBaselineShift); in createSimpleTextPrimitive()
452 aTextTransform.translate(aPosition.getX(), aPosition.getY()); in createSimpleTextPrimitive()
682 const sal_uInt32 nSizeY(rSvgTextPositions.getY().size()); in SvgTextPosition()
687 maPosition.setY(rSvgTextPositions.getY()[0].solve(rInfoProvider, ycoordinate)); in SvgTextPosition()
697 … maY.push_back(rSvgTextPositions.getY()[a].solve(rInfoProvider, ycoordinate) - maPosition.getY()); in SvgTextPosition()
706 maPosition.setY(pParent->getPosition().getY()); in SvgTextPosition()
[all …]
H A Dsvgsvgnode.cxx352 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in decomposeSvgNode()
353 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
404 fY = getY().getNumber() * 0.01 * fHReference; in decomposeSvgNode()
692 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in getCurrentViewPort()
693 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()
728 fY = getY().getNumber() * 0.01 * fHReference; in getCurrentViewPort()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx79 … aRotMatrix.translate(-aObjectRange.getMinimum().getX(), -aObjectRange.getMinimum().getY()); in getCorrectedTextBoundRect()
91 … aRotMatrix.translate(aObjectRange.getMinimum().getX(), aObjectRange.getMinimum().getY()); in getCorrectedTextBoundRect()
99 … aTextRange.getMinX() + aTranslation.getX(), aTextRange.getMinY() + aTranslation.getY(), in getCorrectedTextBoundRect()
100 … aTextRange.getMaxX() + aTranslation.getX(), aTextRange.getMaxY() + aTranslation.getY()); in getCorrectedTextBoundRect()
174 aTextRange.getMinY() - aObjectRange.getMinimum().getY()); in createViewIndependentPrimitive2DSequence()
181 … ( aTextRange.getHeight() / 2 ) + ( aTextRange.getMinY() - aObjectRange.getMinimum().getY() ) ); in createViewIndependentPrimitive2DSequence()
182 aTextBoxMatrix.translate( -aTranslation.getX(), -aTranslation.getY() ); in createViewIndependentPrimitive2DSequence()
184 aTextBoxMatrix.translate( aTranslation.getX(), aTranslation.getY() ); in createViewIndependentPrimitive2DSequence()
198 aTextBoxMatrix.translate(aObjectRange.getMinimum().getX(), aObjectRange.getMinimum().getY()); in createViewIndependentPrimitive2DSequence()
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrixtools.hxx63 return createScaleB2DHomMatrix(rScale.getX(), rScale.getY()); in createScaleB2DHomMatrix()
68 return createTranslateB2DHomMatrix(rTranslate.getX(), rTranslate.getY()); in createTranslateB2DHomMatrix()
90 rScale.getX(), rScale.getY(), in createScaleShearXRotateTranslateB2DHomMatrix()
93 rTranslate.getX(), rTranslate.getY()); in createScaleShearXRotateTranslateB2DHomMatrix()
108 rTranslate.getX(), rTranslate.getY()); in createShearXRotateTranslateB2DHomMatrix()
119 rScale.getX(), rScale.getY(), in createScaleTranslateB2DHomMatrix()
120 rTranslate.getX(), rTranslate.getY()); in createScaleTranslateB2DHomMatrix()
132 rPoint.getX(), rPoint.getY(), in createRotateAroundPoint()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx68 Gdiplus::PointF aFCurr(Gdiplus::REAL(aCurr.getX()), Gdiplus::REAL(aCurr.getY())); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
74 const Gdiplus::PointF aFNext(Gdiplus::REAL(aNext.getX()), Gdiplus::REAL(aNext.getY())); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
83 Gdiplus::PointF(Gdiplus::REAL(aCa.getX()), Gdiplus::REAL(aCa.getY())), in impAddB2DPolygonToGDIPlusGraphicsPathReal()
84 Gdiplus::PointF(Gdiplus::REAL(aCb.getX()), Gdiplus::REAL(aCb.getY())), in impAddB2DPolygonToGDIPlusGraphicsPathReal()
114 Gdiplus::Point aICurr(INT(aCurr.getX()), INT(aCurr.getY())); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
120 const Gdiplus::Point aINext(INT(aNext.getX()), INT(aNext.getY())); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
129 Gdiplus::Point(INT(aCa.getX()), INT(aCa.getY())), in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
130 Gdiplus::Point(INT(aCb.getX()), INT(aCb.getY())), in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
483 aDestPoints[0].Y = Gdiplus::REAL(rNull.getY()); in drawTransformedBitmap()
485 aDestPoints[1].Y = Gdiplus::REAL(rX.getY()); in drawTransformedBitmap()
[all …]
/trunk/main/slideshow/source/engine/
H A Dtools.cxx126 rSize.getY() ) ); in getAttributedShapeTransformation()
504 rShapeBounds.getMinY() / rPageSize.getY(), in calcRelativeShapeBounds()
506 rShapeBounds.getMaxY() / rPageSize.getY() ); in calcRelativeShapeBounds()
555 -0.5*rPixelSize.getY() ); in getSpriteTransformation()
568 aSize.getY() / in getSpriteTransformation()
570 rOrigSize.getY() ) ) ); in getSpriteTransformation()
592 0.5*rPixelSize.getY() ); in getSpriteTransformation()
772 rSize.getY() ), in initSlideBackground()
786 rSize.getY()-1 ), in initSlideBackground()
835 rSlideSize.getY() ); in getSlideSizePixel()
[all …]

Completed in 180 milliseconds

12345678910>>...14