Lines Matching refs:rDestPos
99 bool doBlit( const ::basegfx::B2IPoint& rDestPos, in doBlit() argument
111 rDestPos.getX(), in doBlit()
112 rDestPos.getY(), in doBlit()
113 rDestPos.getX() + static_cast<sal_Int32>(rSourceArea.getWidth()), in doBlit()
114 rDestPos.getY() + static_cast<sal_Int32>(rSourceArea.getHeight()), in doBlit()
189 rDestPos.getY()*aDescDst.lPitch + in doBlit()
190 (rDestPos.getX()<<1); in doBlit()
216 rDestPos.getY()*aDescDst.lPitch + in doBlit()
217 (rDestPos.getX()<<2); in doBlit()
238 rDestPos.getY()*aDescDst.lPitch + in doBlit()
239 (rDestPos.getX()<<1); in doBlit()
520 virtual bool update( const ::basegfx::B2IPoint& rDestPos,
888 bool DXSurface::update( const ::basegfx::B2IPoint& rDestPos, in update() argument
923 (rDestPos.getY()*aSurfaceDesc.lPitch) + in update()
924 (4*rDestPos.getX())); in update()
951 (rDestPos.getY()*aSurfaceDesc.lPitch) + in update()
952 (4*rDestPos.getX())); in update()
985 (rDestPos.getY()*aSurfaceDesc.lPitch) + in update()
986 (4*rDestPos.getX())); in update()