Lines Matching refs:DrawPixel
1721 void OutputDevice::DrawPixel( const Point& rPt ) in DrawPixel() function in OutputDevice
1749 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), this ); in DrawPixel()
1752 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel()
1757 void OutputDevice::DrawPixel( const Point& rPt, const Color& rColor ) in DrawPixel() function in OutputDevice
1817 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( aColor ), this ); in DrawPixel()
1820 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel()
1825 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() function in OutputDevice
1828 DrawPixel( rPts, GetLineColor() ); in DrawPixel()
1858 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( pColors[ i ] ), this ); in DrawPixel()
1865 mpAlphaVDev->DrawPixel( rPts, pColors ); in DrawPixel()
1870 void OutputDevice::DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() function in OutputDevice
1880 DrawPixel( rPts, pColArray ); in DrawPixel()
1885 mpAlphaVDev->DrawPixel( rPts, rColor ); in DrawPixel()