Searched refs:rPts (Results 1 – 5 of 5) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 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() 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 D | pdfwriter.cxx | 192 void PDFWriter::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() argument 194 ((PDFWriterImpl*)pImplementation)->drawPixel( rPts, pColors ); in DrawPixel()
|
H A D | pdfwriter_impl.hxx | 1242 void drawPixel( const Polygon& rPts, const Color* pColors = NULL );
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 761 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 D | outdev.hxx | 682 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 49 milliseconds