Home
last modified time | relevance | path

Searched refs:setY (Results 51 – 75 of 135) sorted by relevance

123456

/trunk/main/tools/inc/tools/
H A Dgen.hxx153 void setY(long nY) { Y() = nY; } in setY() function in Point
464 void setY( long n ) { nBottom += n-nTop; nTop = n; } in setY() function in Rectangle
/trunk/main/basegfx/source/point/
H A Db3dhompoint.cxx34 maTuple.setY(maTuple.getY() * fFactor); in implHomogenize()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgusenode.hxx72 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() function in svgio::svgreader::SvgUseNode
H A Dsvgrectnode.hxx66 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() function in svgio::svgreader::SvgRectNode
H A Dsvgimagenode.hxx79 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() function in svgio::svgreader::SvgImageNode
H A Dsvgmasknode.hxx71 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() function in svgio::svgreader::SvgMaskNode
H A Dsvgsvgnode.hxx91 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() function in svgio::svgreader::SvgSvgNode
H A Dsvgpatternnode.hxx96 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() function in svgio::svgreader::SvgPatternNode
H A Dsvgcharacternode.hxx63 void setY(const SvgNumberVector& aY) { maY = aY; } in setY() function in svgio::svgreader::SvgTextPositions
/trunk/main/tools/source/generic/
H A Db3dtrans.cxx400 maTranslate.setY((double)maSetBound.Top() + ((maSetBound.GetHeight() - 1L) / 2.0)); in CalcViewport()
405 maScale.setY((maSetBound.GetHeight() - 1L) / -2.0); in CalcViewport()
/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()
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx614 aPerpend.setY(aTangent.getX()); in createAreaGeometryForEdge()
655 aPerpend.setY(aTangent.getX()); in createAreaGeometryForEdge()
H A Db2dsvgpolypolygon.cxx262 … aPrevControl.setY((2.0 * aPrevPoint.getY()) - aPrevControlPoint.getY()); in importFromSvgD()
417 … aPrevControl.setY((2.0 * aPrevPoint.getY()) - aPrevControlPoint.getY()); in importFromSvgD()
H A Db2dtrapezoid.cxx531 pPrev->setY(fMiddle); in TrapezoidSubdivider()
532 pCurr->setY(fMiddle); in TrapezoidSubdivider()
/trunk/main/slideshow/source/engine/transitions/
H A Drandomwipe.cxx48 m_positions[ pos ].setY( ::basegfx::pruneScaleValue( pos * edge ) ); in RandomWipe()
/trunk/main/svx/source/dialog/
H A Dhyperdlg.cxx83 pInfo->aPos.setY( aParentSize.Height()-aDlgSize.Height() < long(0.1*aParentSize.Height()) ? in SvxHlinkDlgWrapper()
/trunk/main/vcl/unx/headless/
H A Dsvpvd.cxx59 aDevSize.setY( 1 ); in SetSize()
/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx3057 aTranslate.setY(ImplTwipsToMM(aTranslate.getY())); in TRGetBaseGeometry()
3061 aScale.setY(ImplTwipsToMM(aScale.getY())); in TRGetBaseGeometry()
3094 aScale.setY(fabs(aScale.getY())); in TRSetBaseGeometry()
3108 aTranslate.setY(ImplMMToTwips(aTranslate.getY())); in TRSetBaseGeometry()
3112 aScale.setY(ImplMMToTwips(aScale.getY())); in TRSetBaseGeometry()
/trunk/main/svgio/source/svgreader/
H A Dsvgusenode.cxx103 setY(aNum); in parseAttribute()
H A Dsvgrectnode.cxx94 setY(aNum); in parseAttribute()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx883 P0.setY(-fSin); in getCircularArcBezierCoords()
884 P3.setY(-P0.getY()); in getCircularArcBezierCoords()
888 P1.setY((1.0-fCos)*(fCos-3.0)/(3.0*fSin)); in getCircularArcBezierCoords()
889 P2.setY(-P1.getY()); in getCircularArcBezierCoords()
/trunk/main/slideshow/source/engine/
H A Danimatedsprite.cxx126 … aNewSize.setY( ::canvas::tools::nextPow2( ::basegfx::fround(rSpriteSizePixel.getY()) ) ); in resize()
/trunk/main/xmloff/source/style/
H A DVisAreaContext.cxx55 rRect.setY( rAwtRect.Y ); in XMLVisAreaContext()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx197 aRetval.setY(-1.0); in RectPointToB2DVector()
203 aRetval.setY(1.0); in RectPointToB2DVector()
/trunk/main/canvas/source/directx/
H A Ddx_config.cxx166 io_maxTextureSize.setY( in adaptMaxTextureSize()

Completed in 283 milliseconds

123456