Searched refs:sDiffGfx (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/qadevOOo/runner/convwatch/ |
| H A D | PRNCompare.java | 325 String sDiffGfx = compareJPEGs(sOldGfx, sNewGfx, sDiffGfx_); in createDiffs() local 326 StatusHelper aStatus = new StatusHelper(sOldGfx, sNewGfx, sDiffGfx); in createDiffs() 329 if (sDiffGfx.length() > 0) in createDiffs() 331 int nResult = identify(sDiffGfx); in createDiffs() 340 int nPercent = estimateGfx(sOldGfx, sNewGfx, sDiffGfx); in createDiffs() 441 String sDiffGfx = compareJPEGs(sOldGfx, sNewGfx ); in createDiffs() local 442 StatusHelper aStatus = new StatusHelper(sOldGfx, sNewGfx, sDiffGfx); in createDiffs() 445 if (sDiffGfx.length() > 0) in createDiffs() 447 int nResult = identify(sDiffGfx); in createDiffs() 456 int nPercent = estimateGfx(sOldGfx, sNewGfx, sDiffGfx); in createDiffs() [all …]
|