Lines Matching refs:sDiffGfx
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()
653 String sDiffGfx; in checkDiffDiff() local
654 …sDiffGfx = getJPEGName(_sOutputPath, _sSourceFile1 + ".diff", StringHelper.createValueString(nNumb… in checkDiffDiff()
656 StatusHelper aCurrentStatus = new StatusHelper(sOldGfx, sNewGfx, sDiffGfx); in checkDiffDiff()
675 compareJPEGs(sOldGfx, sNewGfx, sDiffGfx); in checkDiffDiff()
677 if (FileHelper.exists(sDiffGfx)) in checkDiffDiff()
679 int nResult = identify(sDiffGfx); in checkDiffDiff()
689 aCurrentStatus.nPercent = estimateGfx(sOldGfx, sNewGfx, sDiffGfx); in checkDiffDiff()