Lines Matching refs:Os2SalGraphics
48 bool Os2SalGraphics::supportsOperation( OutDevSupportType ) const in supportsOperation()
54 void Os2SalGraphics::copyBits( const SalTwoRect& rPosAry, SalGraphics* pSrcGraphics ) in copyBits()
64 hSrcPS = static_cast<Os2SalGraphics*>(pSrcGraphics)->mhPS; in copyBits()
65 nSrcHeight = static_cast<Os2SalGraphics*>(pSrcGraphics)->mnHeight; in copyBits()
103 void Os2SalGraphics::copyArea( long nDestX, long nDestY, in copyArea()
428 void Os2SalGraphics::drawBitmap( const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap ) in drawBitmap()
438 void Os2SalGraphics::drawBitmap( const SalTwoRect& rPosAry, in drawBitmap()
450 void Os2SalGraphics::drawBitmap( const SalTwoRect& rPosAry, in drawBitmap()
534 bool Os2SalGraphics::drawAlphaBitmap( const SalTwoRect& rTR, in drawAlphaBitmap()
544 bool Os2SalGraphics::drawTransformedBitmap( in drawTransformedBitmap()
558 bool Os2SalGraphics::drawAlphaRect( long nX, long nY, long nWidth, in drawAlphaRect()
567 void Os2SalGraphics::drawMask( const SalTwoRect& rPosAry, in drawMask()
607 SalBitmap* Os2SalGraphics::getBitmap( long nX, long nY, long nDX, long nDY ) in getBitmap()
670 SalColor Os2SalGraphics::getPixel( long nX, long nY ) in getPixel()
680 void Os2SalGraphics::invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags ) in invert()
746 void Os2SalGraphics::invert( sal_uInt32 nPoints, const SalPoint* pPtAry, SalInvert nFlags ) in invert()