/aoo41x/main/vcl/source/window/ |
H A D | splitwin.cxx | 2040 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow() 2041 DrawPixel( Point(x, y+6), aCol ); in ImplDrawFadeArrow() 2042 DrawPixel( Point(x+dx, y+1), aCol ); in ImplDrawFadeArrow() 2043 DrawPixel( Point(x+dx, y+5), aCol ); in ImplDrawFadeArrow() 2049 DrawPixel( Point(x, y+1), aCol ); in ImplDrawFadeArrow() 2050 DrawPixel( Point(x, y+5), aCol ); in ImplDrawFadeArrow() 2051 DrawPixel( Point(x+dx, y+2), aCol ); in ImplDrawFadeArrow() 2066 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow() 2067 DrawPixel( Point(x+6, y), aCol ); in ImplDrawFadeArrow() 2075 DrawPixel( Point(x+1, y), aCol ); in ImplDrawFadeArrow() [all …]
|
H A D | toolbox.cxx | 364 pThis->DrawPixel( Point(x, i), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip() 365 pThis->DrawPixel( Point(x+1, i), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip() 367 pThis->DrawPixel( Point(x, i+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip() 368 pThis->DrawPixel( Point(x+1, i+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip() 381 pThis->DrawPixel( Point(i, y), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip() 382 pThis->DrawPixel( Point(i+1, y), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip() 384 pThis->DrawPixel( Point(i, y+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip() 385 pThis->DrawPixel( Point(i+1, y+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 759 void DrawPixel( const Point& rPt, const Color& rColor ); 760 void DrawPixel( const Point& rPt ) in DrawPixel() function in vcl::PDFWriter 761 { DrawPixel( rPt, Color( COL_TRANSPARENT ) ); } in DrawPixel() 762 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL ); 763 void DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() function in vcl::PDFWriter 764 { Push(); SetLineColor( rColor ); DrawPixel( rPts ); Pop(); } in DrawPixel()
|
H A D | outdev.hxx | 680 void DrawPixel( const Point& rPt ); 681 void DrawPixel( const Point& rPt, const Color& rColor ); 682 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL ); 683 void DrawPixel( const Polygon& rPts, const Color& rColor );
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 1721 void OutputDevice::DrawPixel( const Point& rPt ) in DrawPixel() function in OutputDevice 1749 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), this ); in DrawPixel() 1752 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel() 1757 void OutputDevice::DrawPixel( const Point& rPt, const Color& rColor ) in DrawPixel() function in OutputDevice 1820 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel() 1825 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() function in OutputDevice 1828 DrawPixel( rPts, GetLineColor() ); in DrawPixel() 1865 mpAlphaVDev->DrawPixel( rPts, pColors ); in DrawPixel() 1870 void OutputDevice::DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() function in OutputDevice 1880 DrawPixel( rPts, pColArray ); in DrawPixel() [all …]
|
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
|
H A D | pdfwriter_impl2.cxx | 284 m_rOuterFace.DrawPixel( pA->GetPoint(), pA->GetColor() ); in playMetafile() 291 m_rOuterFace.DrawPixel( pA->GetPoint() ); in playMetafile()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationCreateDialog.cxx | 146 pDev->DrawPixel( aOutRect.TopLeft()); in UserDraw() 147 pDev->DrawPixel( Point(aOutRect.Right(), aOutRect.Top())); in UserDraw() 148 pDev->DrawPixel( Point(aOutRect.Left(), aOutRect.Bottom())); in UserDraw() 149 pDev->DrawPixel( Point(aOutRect.Right(), aOutRect.Bottom())); in UserDraw()
|
H A D | CustomAnimationList.cxx | 436 rDev.DrawPixel( aOutRect.TopLeft()); in Paint() 437 rDev.DrawPixel( Point(aOutRect.Right(), aOutRect.Top())); in Paint() 438 rDev.DrawPixel( Point(aOutRect.Left(), aOutRect.Bottom())); in Paint() 439 rDev.DrawPixel( Point(aOutRect.Right(), aOutRect.Bottom())); in Paint()
|
/aoo41x/main/vcl/inc/ |
H A D | printergfx.hxx | 351 void DrawPixel (const Point& rPoint, const PrinterColor& rPixelColor); 352 void DrawPixel (const Point& rPoint) in DrawPixel() function in psp::PrinterGfx 353 { DrawPixel (rPoint, maLineColor); } in DrawPixel()
|
H A D | salgdi.hxx | 369 void DrawPixel( long nX, long nY, const OutputDevice *pOutDev ); 370 …void DrawPixel( long nX, long nY, SalColor nSalColor, const OutputDevice *pOutD…
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | csvruler.cxx | 591 maBackgrDev.DrawPixel( Point( nX, nY ) ); in ImplDrawBackgrDev() 618 maRulerDev.DrawPixel( Point( GetX( nPos ), GetHeight() - 2 ) ); in ImplDrawSplit()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | canvashelper.cxx | 215 mpOutDev->getOutDev().DrawPixel( aOutPoint ); in drawPoint() 218 mp2ndOutDev->getOutDev().DrawPixel( aOutPoint ); in drawPoint() 1170 rOutDev.DrawPixel( ::vcl::unotools::pointFromIntegerPoint2D( pos ), in setPixel()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 1064 pWin->DrawPixel(aRect.TopLeft()); in SdrEndTextEdit() 1065 pWin->DrawPixel(aRect.TopRight()); in SdrEndTextEdit() 1066 pWin->DrawPixel(aRect.BottomLeft()); in SdrEndTextEdit() 1067 pWin->DrawPixel(aRect.BottomRight()); in SdrEndTextEdit()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 407 aOut.DrawPixel(aPoint, aColor); in create2DDecompositionOfGraphic() 424 aOut.DrawPixel(aPoint); in create2DDecompositionOfGraphic()
|
/aoo41x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 862 …DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); // diagonally indented top-lef… in ImplDrawItem() 885 DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem() 886 DrawPixel( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 383 m_pPrinterGfx->DrawPixel (Point(nX, nY)); in drawPixel() 391 m_pPrinterGfx->DrawPixel (Point(nX, nY), aColor); in drawPixel()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 317 m_pPrinterGfx->DrawPixel (Point(nX, nY)); in drawPixel() 325 m_pPrinterGfx->DrawPixel (Point(nX, nY), aColor); in drawPixel()
|
/aoo41x/main/svtools/source/control/ |
H A D | headbar.cxx | 315 DrawPixel( Point( aEndPos.X()+4, aEndPos.Y() ) ); in ImplInvertDrag() 325 DrawPixel( Point( aEndPos.X()-4, aEndPos.Y() ) ); in ImplInvertDrag()
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 649 void DrawPixel( const Point& rSource, const Color& rColor );
|
/aoo41x/main/vcl/workben/ |
H A D | outdevgrind.cxx | 183 &OutputDevice::DrawPixel), in setupMethodStubs()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 385 mpOutputDevice->DrawPixel( Point( x, y ) ); in drawPixel()
|
/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxf2mtf.cxx | 290 if (rE.fThickness==0) pVirDev->DrawPixel(aP0); in DrawPointEntity()
|
/aoo41x/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
|