Lines Matching refs:nX
295 void SvpSalGraphics::drawPixel( long nX, long nY ) in drawPixel() argument
298 m_aDevice->setPixel( B2IPoint( nX, nY ), in drawPixel()
306 void SvpSalGraphics::drawPixel( long nX, long nY, SalColor nSalColor ) in drawPixel() argument
309 m_aDevice->setPixel( B2IPoint( nX, nY ), in drawPixel()
328 void SvpSalGraphics::drawRect( long nX, long nY, long nWidth, long nHeight ) in drawRect() argument
332 … B2DPolygon aRect = tools::createPolygonFromRect( B2DRectangle( nX, nY, nX+nWidth, nY+nHeight ) ); in drawRect()
548 SalBitmap* SvpSalGraphics::getBitmap( long nX, long nY, long nWidth, long nHeight ) in getBitmap() argument
553 B2IRange aSrcRect( nX, nY, nX+nWidth, nY+nHeight ); in getBitmap()
562 SalColor SvpSalGraphics::getPixel( long nX, long nY ) in getPixel() argument
564 basebmp::Color aColor( m_aDevice->getPixel( B2IPoint( nX, nY ) ) ); in getPixel()
568 void SvpSalGraphics::invert( long nX, long nY, long nWidth, long nHeight, SalInvert /*nFlags*/ ) in invert() argument
571 … B2DPolygon aRect = tools::createPolygonFromRect( B2DRectangle( nX, nY, nX+nWidth, nY+nHeight ) ); in invert()