Home
last modified time | relevance | path

Searched refs:DrawPixel (Results 1 – 25 of 33) sorted by relevance

12

/aoo4110/main/vcl/source/window/
H A Dsplitwin.cxx2040 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2041 DrawPixel( Point(x, y+1), aCol ); in ImplDrawFadeArrow()
2042 DrawPixel( Point(x, y+2), aCol ); in ImplDrawFadeArrow()
2043 DrawPixel( Point(x+dx, y+1), aCol ); in ImplDrawFadeArrow()
2063 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2064 DrawPixel( Point(x+1, y), aCol ); in ImplDrawFadeArrow()
2065 DrawPixel( Point(x+2, y), aCol ); in ImplDrawFadeArrow()
2066 DrawPixel( Point(x+1, y+dy), aCol ); in ImplDrawFadeArrow()
2070 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2071 DrawPixel( Point(x+1, y), aCol ); in ImplDrawFadeArrow()
[all …]
H A Dtoolbox.cxx365 pThis->DrawPixel( Point(x+1, i), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
367 pThis->DrawPixel( Point(x, i+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
368 pThis->DrawPixel( Point(x+1, i+1), rStyleSettings.GetFaceColor() ); in ImplDrawGrip()
369 pThis->DrawPixel( Point(x+2, i+1), Color(COL_WHITE) ); in ImplDrawGrip()
371 pThis->DrawPixel( Point(x+1, i+2), Color(COL_WHITE) ); in ImplDrawGrip()
372 pThis->DrawPixel( Point(x+2, i+2), Color(COL_WHITE) ); in ImplDrawGrip()
386 pThis->DrawPixel( Point(i+1, y), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
388 pThis->DrawPixel( Point(i, y+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
390 pThis->DrawPixel( Point(i+2, y+1), Color(COL_WHITE) ); in ImplDrawGrip()
392 pThis->DrawPixel( Point(i+1, y+2), Color(COL_WHITE) ); in ImplDrawGrip()
[all …]
/aoo4110/main/vcl/inc/vcl/
H A Dpdfwriter.hxx759 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 Doutdev.hxx680 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 );
/aoo4110/main/vcl/source/gdi/
H A Doutdev2.cxx1721 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 Dpdfwriter.cxx187 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 Dsalgdilayout.cxx406 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 Dpdfwriter_impl2.cxx284 m_rOuterFace.DrawPixel( pA->GetPoint(), pA->GetColor() ); in playMetafile()
291 m_rOuterFace.DrawPixel( pA->GetPoint() ); in playMetafile()
H A Doutdev6.cxx123 mpGraphics->DrawPixel( aHorzBuf[ j ], Y, this ); in DBG_NAMEEX()
/aoo4110/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx146 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 DCustomAnimationList.cxx436 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()
/aoo4110/main/vcl/inc/
H A Dprintergfx.hxx351 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 Dsalgdi.hxx369 void DrawPixel( long nX, long nY, const OutputDevice *pOutDev );
370 …void DrawPixel( long nX, long nY, SalColor nSalColor, const OutputDevice *pOutD…
/aoo4110/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx591 maBackgrDev.DrawPixel( Point( nX, nY ) ); in ImplDrawBackgrDev()
618 maRulerDev.DrawPixel( Point( GetX( nPos ), GetHeight() - 2 ) ); in ImplDrawSplit()
/aoo4110/main/canvas/source/vcl/
H A Dcanvashelper.cxx215 mpOutDev->getOutDev().DrawPixel( aOutPoint ); in drawPoint()
218 mp2ndOutDev->getOutDev().DrawPixel( aOutPoint ); in drawPoint()
1170 rOutDev.DrawPixel( ::vcl::unotools::pointFromIntegerPoint2D( pos ), in setPixel()
/aoo4110/main/svx/source/svdraw/
H A Dsvdedxv.cxx1064 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()
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx407 aOut.DrawPixel(aPoint, aColor); in create2DDecompositionOfGraphic()
424 aOut.DrawPixel(aPoint); in create2DDecompositionOfGraphic()
/aoo4110/main/vcl/source/control/
H A Dtabctrl.cxx862DrawPixel( 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()
/aoo4110/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx317 m_pPrinterGfx->DrawPixel (Point(nX, nY)); in drawPixel()
325 m_pPrinterGfx->DrawPixel (Point(nX, nY), aColor); in drawPixel()
/aoo4110/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx383 m_pPrinterGfx->DrawPixel (Point(nX, nY)); in drawPixel()
391 m_pPrinterGfx->DrawPixel (Point(nX, nY), aColor); in drawPixel()
/aoo4110/main/svtools/source/control/
H A Dheadbar.cxx315 DrawPixel( Point( aEndPos.X()+4, aEndPos.Y() ) ); in ImplInvertDrag()
325 DrawPixel( Point( aEndPos.X()-4, aEndPos.Y() ) ); in ImplInvertDrag()
/aoo4110/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx649 void DrawPixel( const Point& rSource, const Color& rColor );
/aoo4110/main/vcl/workben/
H A Doutdevgrind.cxx183 &OutputDevice::DrawPixel), in setupMethodStubs()
/aoo4110/main/toolkit/source/awt/
H A Dvclxgraphics.cxx385 mpOutputDevice->DrawPixel( Point( x, y ) ); in drawPixel()
/aoo4110/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx290 if (rE.fThickness==0) pVirDev->DrawPixel(aP0); in DrawPointEntity()

Completed in 210 milliseconds

12