Home
last modified time | relevance | path

Searched refs:rPts (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/vcl/source/gdi/
H A Doutdev2.cxx1683 Color* OutputDevice::GetPixel( const Polygon& rPts ) const in GetPixel()
1688 const sal_uInt16 nSize = rPts.GetSize(); in GetPixel()
1704 const Point& rPt = rPts[ i ]; in GetPixel()
1828 DrawPixel( rPts, GetLineColor() ); in DrawPixel()
1835 const sal_uInt16 nSize = rPts.GetSize(); in DrawPixel()
1857 const Point aPt( ImplLogicToDevicePixel( rPts[ i ] ) ); in DrawPixel()
1865 mpAlphaVDev->DrawPixel( rPts, pColors ); in DrawPixel()
1870 void OutputDevice::DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() argument
1874 const sal_uInt16 nSize = rPts.GetSize(); in DrawPixel()
1880 DrawPixel( rPts, pColArray ); in DrawPixel()
[all …]
H A Dpdfwriter.cxx192 void PDFWriter::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() argument
194 ((PDFWriterImpl*)pImplementation)->drawPixel( rPts, pColors ); in DrawPixel()
H A Dpdfwriter_impl.hxx1242 void drawPixel( const Polygon& rPts, const Color* pColors = NULL );
/aoo4110/main/vcl/inc/vcl/
H A Dpdfwriter.hxx762 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL );
763 void DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() argument
764 { 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;

Completed in 68 milliseconds