Searched defs:nTolerance (Results 1 – 5 of 5) sorted by relevance
87 …const uno::Reference< graphic::XGraphic >& rxGraphic, sal_Int32 nColorFrom, sal_Int8 nTolerance, s… in colorChange()
76 int nTolerance = 0; in checkOneFile() local
212 int nTolerance = aIniFile.getIntValue(sSectionName, "tolerance", 0); in checkOneFile() local
550 sal_Int32 nTolerance(nHitTolLog); in PickAnything() local
80 inline sal_Bool IsNear( long nA, long nB, long nTolerance ) { return Abs( nA - nB ) <= nTolerance; } in IsNear()
Completed in 125 milliseconds