Searched refs:nTolerance (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/svtools/source/graphic/ |
H A D | transformer.cxx | 87 …const uno::Reference< graphic::XGraphic >& rxGraphic, sal_Int32 nColorFrom, sal_Int8 nTolerance, s… in colorChange() argument 106 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange() 114 Bitmap aMask2( aBitmap.CreateMask( aColorFrom, nTolerance ) ); in colorChange() 116 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange() 123 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange() 131 Bitmap aMask( aBitmap.CreateMask( aColorFrom, nTolerance ) ); in colorChange() 132 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange() 139 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
|
H A D | transformer.hxx | 52 sal_Int32 nColorFrom, sal_Int8 nTolerance, sal_Int32 nColorTo, sal_Int8 nAlphaTo )
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 193 sal_Bool SwRect::IsNear( const Point& rPoint, long nTolerance ) const in IsNear() 196 (((Left() - nTolerance) <= rPoint.X()) in IsNear() 197 && ((Top() - nTolerance) <= rPoint.Y()) in IsNear() 198 && ((Right() + nTolerance) >= rPoint.X()) in IsNear() 199 && ((Bottom() + nTolerance)>= rPoint.Y())); in IsNear()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdview.cxx | 550 sal_Int32 nTolerance(nHitTolLog); in PickAnything() local 555 nTolerance = pOut->PixelToLogic(Size(2, 0)).Width(); in PickAnything() 558 …LogicPosition.X() >= aBoundRect.Left() - nTolerance && aLocalLogicPosition.X() <= aBoundRect.Left(… in PickAnything() 559 …gicPosition.X() >= aBoundRect.Right() - nTolerance && aLocalLogicPosition.X() <= aBoundRect.Right(… in PickAnything() 560 …lLogicPosition.Y() >= aBoundRect.Top() - nTolerance && aLocalLogicPosition.Y() <= aBoundRect.Top()… in PickAnything() 561 …icPosition.Y() >= aBoundRect.Bottom() - nTolerance && aLocalLogicPosition.Y() <= aBoundRect.Bottom… in PickAnything()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | JPEGCreator.java | 76 int nTolerance = 0; in checkOneFile() local 82 nTolerance = aIniFile.getIntValue(sBasename, "accept", 0); // default for all pages in checkOneFile() 94 aIniFile.insertValue(sBasename, "tolerance", nTolerance); in checkOneFile()
|
H A D | JPEGComparator.java | 212 int nTolerance = aIniFile.getIntValue(sSectionName, "tolerance", 0); in checkOneFile() local 213 m_aTolerance = new Tolerance(nTolerance); in checkOneFile()
|
/aoo42x/main/sw/inc/ |
H A D | swrect.hxx | 84 sal_Bool IsNear(const Point& rPoint, long nTolerance ) const;
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 80 inline sal_Bool IsNear( long nA, long nB, long nTolerance ) { return Abs( nA - nB ) <= nTolerance; } in IsNear() argument
|
Completed in 57 milliseconds