Home
last modified time | relevance | path

Searched refs:getPixel (Results 1 – 25 of 58) sorted by last modified time

123

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1313 SalColor AquaSalGraphics::getPixel( long nX, long nY ) in getPixel() function in AquaSalGraphics
/trunk/main/vcl/inc/win/
H A Dsalgdi.h226 virtual SalColor getPixel( long nX, long nY );
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx721 SalColor WinSalGraphics::getPixel( long nX, long nY ) in getPixel() function in WinSalGraphics
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx562 SalColor SvpSalGraphics::getPixel( long nX, long nY ) in getPixel() function in SvpSalGraphics
564 basebmp::Color aColor( m_aDevice->getPixel( B2IPoint( nX, nY ) ) ); in getPixel()
H A Dsvpgdi.hxx167 virtual SalColor getPixel( long nX, long nY );
H A Dsvppspgraphics.cxx142 nCol = getRGBFromColor( m_aBitmap->getPixel( B2IPoint( nColumn, nRow ) ) ); in GetPixelRGB()
153 basebmp::Color aCol = m_aBitmap->getPixel( B2IPoint( nColumn, nRow ) ); in GetPixelGray()
460 SalColor PspGraphics::getPixel( long /*nX*/, long /*nY*/ ) in getPixel() function in PspGraphics
H A Dsvppspgraphics.hxx186 virtual SalColor getPixel( long nX, long nY );
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx524 SalColor PspGraphics::getPixel( long, long ) in getPixel() function in PspGraphics
H A Dsalgdi2.cxx1073 SalColor X11SalGraphics::getPixel( long nX, long nY ) in getPixel() function in X11SalGraphics
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx209 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkCanvasBitmap()
295 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkCanvasBitmap()
360 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkBitmapImport()
446 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkBitmapImport()
525 virtual uno::Sequence< ::sal_Int8 > SAL_CALL getPixel( rendering::IntegerBitmapLayout&, in getPixel() function in __anon554ec64b0111::TestBitmap
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx570 uno::Sequence< sal_Int8 > SAL_CALL VclCanvasBitmap::getPixel( rendering::IntegerBitmapLayout& bitma… in getPixel() function in VclCanvasBitmap
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx676 return getPixel( nX, nY ); in GetPixel()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx670 SalColor Os2SalGraphics::getPixel( long nX, long nY ) in getPixel() function in Os2SalGraphics
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h176 virtual SalColor getPixel( long nX, long nY );
H A Dsalgdi.h329 virtual SalColor getPixel( long nX, long nY );
/trunk/main/vcl/inc/
H A Dsalgdi.hxx153 virtual SalColor getPixel( long nX, long nY ) = 0;
H A Dcanvasbitmap.hxx77 …virtual ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL getPixel( ::com::sun::star::renderi…
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h198 virtual SalColor getPixel( long nX, long nY );
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h268 virtual SalColor getPixel( long nX, long nY );
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx384 imgStrMask->getPixel( &aPixel ); in createPng()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DImageHelper.java71 public int getPixel(final int x, final int y) in getPixel() method in ImageHelper
H A DPixelCounter.java161 _aPixelCounter.count(img.getPixel(x,y)); in countPixel()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPixelCounter.java119 _aPixelCounter.count(img.getPixel(x,y)); in countPixel()
H A DBorderRemover.java151 int nBorderColor = m_aImage.getPixel(0,0); in createNewImageWithoutBorder()
228 int nCurrentColor = _aImage.getPixel(x, y); in findBorder()
247 int nCurrentColor = _aImage.getPixel(nx, ny); in findBorder()
306 aBI.setRGB(x, y, _aImage.getPixel(x + nXOffset, y + nYOffset)); in createImage()
H A DImageHelper.java67 public int getPixel(int x, int y) in getPixel() method in ImageHelper

Completed in 146 milliseconds

123