Searched refs:estimateGfx (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | PRNCompare.java | 340 int nPercent = estimateGfx(sOldGfx, sNewGfx, sDiffGfx); in createDiffs() 379 … nPercent = estimateGfx(sOld_BM_Gfx, sNew_BM_Gfx, sDiff_BM_Gfx); in createDiffs() 456 int nPercent = estimateGfx(sOldGfx, sNewGfx, sDiffGfx); in createDiffs() 503 … nPercent = estimateGfx(sOld_BM_Gfx, sNew_BM_Gfx, sDiff_BM_Gfx); in createDiffs() 689 aCurrentStatus.nPercent = estimateGfx(sOldGfx, sNewGfx, sDiffGfx); in checkDiffDiff() 730 public int estimateGfx(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in estimateGfx() method in PRNCompare
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | JPEGComparator.java | 456 nPercentColorDiffer = estimateGfx(sSource, sDestination, sDifference); in compareJPEG() 610 public static int estimateGfx(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in estimateGfx() method in JPEGComparator
|
Completed in 25 milliseconds