Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGComparator.java617 final int nNotWhiteCount_NewGraphic = PixelCounter.countNotWhitePixelsFromImage(_sNewGfx); in estimateGfx() local
658 int nMinNotWhiteCount = Math.min(nNotWhiteCount_NewGraphic, nNotWhiteCount_OldGraphic); in estimateGfx()
663 nMinNotWhiteCount = Math.max(nNotWhiteCount_NewGraphic, nNotWhiteCount_OldGraphic); in estimateGfx()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPRNCompare.java735 int nNotWhiteCount_NewGraphic = PixelCounter.countNotWhitePixelsFromImage(_sNewGfx); in estimateGfx() local
738 int nMinNotWhiteCount = Math.min(nNotWhiteCount_NewGraphic, nNotWhiteCount_OldGraphic); in estimateGfx()
743 nMinNotWhiteCount = Math.max(nNotWhiteCount_NewGraphic, nNotWhiteCount_OldGraphic); in estimateGfx()

Completed in 26 milliseconds