Home
last modified time | relevance | path

Searched refs:_nColor2 (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/qadevOOo/runner/convwatch/
H A DBorderRemover.java77 boolean compareColorWithTolerance(int _nColor1, int _nColor2, int _nTolerance) in compareColorWithTolerance() argument
85 int red2 = (_nColor2 >> 16) & 0xff; in compareColorWithTolerance()
86 int green2 = (_nColor2 >> 8) & 0xff; in compareColorWithTolerance()
87 int blue2 = (_nColor2 ) & 0xff; in compareColorWithTolerance()

Completed in 14 milliseconds