Home
last modified time | relevance | path

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

12

/trunk/main/vcl/source/window/
H A Dsplitwin.cxx2040 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 Dtoolbox.cxx364 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()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx758 void DrawPixel( const Point& rPt, const Color& rColor );
759 void DrawPixel( const Point& rPt ) in DrawPixel() function in vcl::PDFWriter
760 { DrawPixel( rPt, Color( COL_TRANSPARENT ) ); } in DrawPixel()
761 void DrawPixel( const Polygon& rPts, const Color* pColors = NULL );
762 void DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() function in vcl::PDFWriter
763 { 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 );
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1730 void OutputDevice::DrawPixel( const Point& rPt ) in DrawPixel() function in OutputDevice
1758 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), this ); in DrawPixel()
1761 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel()
1766 void OutputDevice::DrawPixel( const Point& rPt, const Color& rColor ) in DrawPixel() function in OutputDevice
1829 mpAlphaVDev->DrawPixel( rPt ); in DrawPixel()
1834 void OutputDevice::DrawPixel( const Polygon& rPts, const Color* pColors ) in DrawPixel() function in OutputDevice
1837 DrawPixel( rPts, GetLineColor() ); in DrawPixel()
1874 mpAlphaVDev->DrawPixel( rPts, pColors ); in DrawPixel()
1879 void OutputDevice::DrawPixel( const Polygon& rPts, const Color& rColor ) in DrawPixel() function in OutputDevice
1889 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()
/trunk/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()
/trunk/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…
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx407 aOut.DrawPixel(aPoint, aColor); in create2DDecompositionOfGraphic()
424 aOut.DrawPixel(aPoint); in create2DDecompositionOfGraphic()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx860DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); // diagonally indented top-left p… in ImplDrawItem()
883 DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
884 DrawPixel( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx649 void DrawPixel( const Point& rSource, const Color& rColor );
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx183 &OutputDevice::DrawPixel), in setupMethodStubs()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx385 mpOutputDevice->DrawPixel( Point( x, y ) ); in drawPixel()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx290 if (rE.fThickness==0) pVirDev->DrawPixel(aP0); in DrawPointEntity()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx396 PrinterGfx::DrawPixel (const Point& rPoint, const PrinterColor& rPixelColor) in DrawPixel() function in PrinterGfx

Completed in 167 milliseconds

12