Home
last modified time | relevance | path

Searched refs:rPts (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx761 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL );
762 void DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() argument
763 { Push(); SetLineColor( rColor ); DrawPixel( rPts ); Pop(); } in DrawPixel()
H A Doutdev.hxx682 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL );
683 void DrawPixel( const Polygon& rPts, const Color& rColor );
856 Color* GetPixel( const Polygon& rPts ) const;
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1692 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()
1837 DrawPixel( rPts, GetLineColor() ); in DrawPixel()
1844 const sal_uInt16 nSize = rPts.GetSize(); 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()
[all …]
H A Dpdfwriter_impl.hxx1242 void drawPixel( const Polygon& rPts, const Color* pColors = NULL );
H A Dpdfwriter.cxx192 void PDFWriter::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() argument
194 ((PDFWriterImpl*)pImplementation)->drawPixel( rPts, pColors ); in DrawPixel()

Completed in 149 milliseconds