Lines Matching refs:m_aDevice

115     m_aDevice = rDevice;  in setDevice()
120 sal_uInt32 nDeviceFmt = m_aDevice->getScanlineFormat(); in setDevice()
144 return SvpElement::getBitCountFromScanlineFormat( m_aDevice->getScanlineFormat() ); in GetBitCount()
149 if( m_aDevice.get() ) in GetGraphicsWidth()
151 B2IVector aSize = m_aDevice->getSize(); in GetGraphicsWidth()
159 m_aDevice = m_aOrigDevice; in ResetClipRegion()
178 m_aDevice = basebmp::subsetBitmapDevice( in setClipRegion()
184 m_aDevice = m_aOrigDevice; in setClipRegion()
185 B2IVector aSize = m_aDevice->getSize(); in setClipRegion()
298 m_aDevice->setPixel( B2IPoint( nX, nY ), in drawPixel()
303 dbgOut( m_aDevice ); in drawPixel()
309 m_aDevice->setPixel( B2IPoint( nX, nY ), in drawPixel()
314 dbgOut( m_aDevice ); in drawPixel()
320 m_aDevice->drawLine( B2IPoint( nX1, nY1 ), in drawLine()
325 dbgOut( m_aDevice ); in drawLine()
336 m_aDevice->fillPolyPolygon( aPolyPoly, m_aFillColor, m_aDrawMode, m_aClipMap ); in drawRect()
339 m_aDevice->drawPolygon( aRect, m_aLineColor, m_aDrawMode, m_aClipMap ); in drawRect()
341 dbgOut( m_aDevice ); in drawRect()
353 m_aDevice->drawPolygon( aPoly, m_aLineColor, m_aDrawMode, m_aClipMap ); in drawPolyLine()
355 dbgOut( m_aDevice ); in drawPolyLine()
369m_aDevice->fillPolyPolygon( B2DPolyPolygon(aPoly), m_aFillColor, m_aDrawMode, m_aClipMap ); in drawPolygon()
374 m_aDevice->drawPolygon( aPoly, m_aLineColor, m_aDrawMode, m_aClipMap ); in drawPolygon()
377 dbgOut( m_aDevice ); in drawPolygon()
404 m_aDevice->fillPolyPolygon( aPolyPoly, m_aFillColor, m_aDrawMode, m_aClipMap ); in drawPolyPolygon()
411m_aDevice->drawPolygon( aPolyPoly.getB2DPolygon(i), m_aLineColor, m_aDrawMode, m_aClipMap ); in drawPolyPolygon()
414 dbgOut( m_aDevice ); in drawPolyPolygon()
466 m_aDevice->drawBitmap( m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in copyArea()
467 dbgOut( m_aDevice ); in copyArea()
481m_aDevice->drawBitmap( pSrc->m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in copyBits()
482 dbgOut( m_aDevice ); in copyBits()
494 m_aDevice->drawBitmap( rSrc.getBitmap(), aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in drawBitmap()
495 dbgOut( m_aDevice ); in drawBitmap()
517m_aDevice->drawMaskedBitmap( rSrc.getBitmap(), rSrcTrans.getBitmap(), aSrcRect, aDestRect, DrawMod… in drawBitmap()
518 dbgOut( m_aDevice ); in drawBitmap()
544 m_aDevice->drawMaskedColor( aColor, aCopy, aSrcRect, aDestPoint, m_aClipMap ); in drawMask()
545 dbgOut( m_aDevice ); in drawMask()
552 m_aDevice ); in getBitmap()
564 basebmp::Color aColor( m_aDevice->getPixel( B2IPoint( nX, nY ) ) ); in getPixel()
573 m_aDevice->fillPolyPolygon( aPolyPoly, basebmp::Color( 0xffffff ), DrawMode_XOR, m_aClipMap ); in invert()
574 dbgOut( m_aDevice ); in invert()
585m_aDevice->fillPolyPolygon( B2DPolyPolygon(aPoly), basebmp::Color( 0xffffff ), DrawMode_XOR, m_aCl… in invert()
586 dbgOut( m_aDevice ); in invert()