Lines Matching refs:getY

84 		const double ph( aPageSize.getY() );  in getUVCoords()
86 const double oy( aDestOffset.getY() ); in getUVCoords()
88 const double sy( maSize.getY() ); in getUVCoords()
106 const double ph( aPageSize.getY() ); in getUVCoords()
108 const double oy( rPos.getY() ); in getUVCoords()
110 const double sy( rSize.getY() ); in getUVCoords()
148 maSourceOffset.getX(), maSourceOffset.getY())); in draw()
151 ::basegfx::fround(rPos.getY())); in draw()
178 const ::basegfx::B2DPoint& p0(aTransform * ::basegfx::B2DPoint(maSize.getX(),maSize.getY())); in draw()
179 const ::basegfx::B2DPoint& p1(aTransform * ::basegfx::B2DPoint(0.0,maSize.getY())); in draw()
199 vertex.x=static_cast<float>(p0.getX()); vertex.y=static_cast<float>(p0.getY()); in draw()
203 vertex.x=static_cast<float>(p1.getX()); vertex.y=static_cast<float>(p1.getY()); in draw()
207 vertex.x=static_cast<float>(p2.getX()); vertex.y=static_cast<float>(p2.getY()); in draw()
211 vertex.x=static_cast<float>(p3.getX()); vertex.y=static_cast<float>(p3.getY()); in draw()
240 ::basegfx::fround(rArea.getMinimum().getY())); in drawRectangularArea()
243 ::basegfx::fround(rArea.getMaximum().getY()) ); in drawRectangularArea()
247 aPos1.setY(::std::max(aPos1.getY(),maSourceOffset.getY())); in drawRectangularArea()
249 aPos2.setY(::std::min(aPos2.getY(),maSourceOffset.getY()+maSize.getY())); in drawRectangularArea()
253 if(aSize.getX() <= 0 || aSize.getY() <= 0) in drawRectangularArea()
273 …::B2DHomMatrix aTransform(basegfx::tools::createTranslateB2DHomMatrix(aPos1.getX(), aPos1.getY())); in drawRectangularArea()
276 ::basegfx::fround(rPos.getY())); in drawRectangularArea()
304 const ::basegfx::B2DPoint& p0(aTransform * ::basegfx::B2DPoint(aSize.getX(),aSize.getY())); in drawRectangularArea()
305 const ::basegfx::B2DPoint& p1(aTransform * ::basegfx::B2DPoint(0.0, aSize.getY())); in drawRectangularArea()
325 vertex.x=static_cast<float>(p0.getX()); vertex.y=static_cast<float>(p0.getY()); in drawRectangularArea()
329 vertex.x=static_cast<float>(p1.getX()); vertex.y=static_cast<float>(p1.getY()); in drawRectangularArea()
333 vertex.x=static_cast<float>(p2.getX()); vertex.y=static_cast<float>(p2.getY()); in drawRectangularArea()
337 vertex.x=static_cast<float>(p3.getX()); vertex.y=static_cast<float>(p3.getY()); in drawRectangularArea()
363 const double y1(maSourceOffset.getY()); in drawWithClip()
365 const double h(maSize.getY()); in drawWithClip()
378 ::basegfx::fround(rPos.getY())); in drawWithClip()
440 … const double tv(((aPoint.getY()-aSurfaceClipRect.getMinY())*rUV.getHeight()/h)+rUV.getMinY()); in drawWithClip()
444 vertex.y=static_cast<float>(aTransformedPoint.getY()); in drawWithClip()