Lines Matching refs:DrawPixel
1730 void OutputDevice::DrawPixel( const Point& rPt ) in DrawPixel() function in OutputDevice
1758 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), this ); in DrawPixel()
1761 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel()
1766 void OutputDevice::DrawPixel( const Point& rPt, const Color& rColor ) in DrawPixel() function in OutputDevice
1826 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( aColor ), this ); in DrawPixel()
1829 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel()
1834 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() function in OutputDevice
1837 DrawPixel( rPts, GetLineColor() ); in DrawPixel()
1867 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), ImplColorToSal( pColors[ i ] ), this ); in DrawPixel()
1874 mpAlphaVDev->DrawPixel( rPts, pColors ); in DrawPixel()
1879 void OutputDevice::DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() function in OutputDevice
1889 DrawPixel( rPts, pColArray ); in DrawPixel()
1894 mpAlphaVDev->DrawPixel( rPts, rColor ); in DrawPixel()