Searched refs:rPts (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev2.cxx | 1683 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() 1825 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() argument 1828 DrawPixel( rPts, GetLineColor() ); in DrawPixel() 1835 const sal_uInt16 nSize = rPts.GetSize(); in DrawPixel() 1841 mpMetaFile->AddAction( new MetaPixelAction( rPts[ i ], pColors[ i ] ) ); 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 [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 );
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | pdfwriter.hxx | 762 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 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;
|