Lines Matching refs:rPts
1692 Color* OutputDevice::GetPixel( const Polygon& rPts ) const in GetPixel()
1697 const sal_uInt16 nSize = rPts.GetSize(); in GetPixel()
1713 const Point& rPt = rPts[ i ]; in GetPixel()
1834 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() argument
1837 DrawPixel( rPts, GetLineColor() ); in DrawPixel()
1844 const sal_uInt16 nSize = rPts.GetSize(); in DrawPixel()
1850 mpMetaFile->AddAction( new MetaPixelAction( rPts[ i ], pColors[ i ] ) ); in DrawPixel()
1866 const Point aPt( ImplLogicToDevicePixel( rPts[ i ] ) ); in DrawPixel()
1874 mpAlphaVDev->DrawPixel( rPts, pColors ); in DrawPixel()
1879 void OutputDevice::DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() argument
1883 const sal_uInt16 nSize = rPts.GetSize(); in DrawPixel()
1889 DrawPixel( rPts, pColArray ); in DrawPixel()
1894 mpAlphaVDev->DrawPixel( rPts, rColor ); in DrawPixel()