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() 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 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;
|
Completed in 192 milliseconds