Searched defs:DrawPixel (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 1730 void OutputDevice::DrawPixel( const Point& rPt ) in DrawPixel() function in OutputDevice 1766 void OutputDevice::DrawPixel( const Point& rPt, const Color& rColor ) in DrawPixel() function in OutputDevice 1834 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() function in OutputDevice 1879 void OutputDevice::DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() function in OutputDevice
|
H A D | pdfwriter.cxx | 187 void PDFWriter::DrawPixel( const Point& rPos, const Color& rColor ) in DrawPixel() function in PDFWriter 192 void PDFWriter::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() function in PDFWriter
|
H A D | salgdilayout.cxx | 406 void SalGraphics::DrawPixel( long nX, long nY, const OutputDevice *pOutDev ) in DrawPixel() function in SalGraphics 412 void SalGraphics::DrawPixel( long nX, long nY, SalColor nSalColor, const OutputDevice *pOutDev ) in DrawPixel() function in SalGraphics
|
/trunk/main/vcl/inc/ |
H A D | printergfx.hxx | 352 void DrawPixel (const Point& rPoint) in DrawPixel() function in psp::PrinterGfx
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 759 void DrawPixel( const Point& rPt ) in DrawPixel() function in vcl::PDFWriter 762 void DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() function in vcl::PDFWriter
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 396 PrinterGfx::DrawPixel (const Point& rPoint, const PrinterColor& rPixelColor) in DrawPixel() function in PrinterGfx
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 1142 void WinMtfOutput::DrawPixel( const Point& rSource, const Color& rColor ) in DrawPixel() function in WinMtfOutput
|
Completed in 82 milliseconds