Lines Matching refs:sOldGfx
320 … String sOldGfx = getJPEGName(_sSourcePath1, sS1Basename, StringHelper.createValueString(i, 4)); in createDiffs() local
325 String sDiffGfx = compareJPEGs(sOldGfx, sNewGfx, sDiffGfx_); in createDiffs()
326 StatusHelper aStatus = new StatusHelper(sOldGfx, sNewGfx, sDiffGfx); in createDiffs()
340 int nPercent = estimateGfx(sOldGfx, sNewGfx, sDiffGfx); in createDiffs()
363 a.createNewImageWithoutBorder(sOldGfx, sOld_BM_Gfx); in createDiffs()
436 String sOldGfx = _aRefList[i]; in createDiffs() local
441 String sDiffGfx = compareJPEGs(sOldGfx, sNewGfx ); in createDiffs()
442 StatusHelper aStatus = new StatusHelper(sOldGfx, sNewGfx, sDiffGfx); in createDiffs()
456 int nPercent = estimateGfx(sOldGfx, sNewGfx, sDiffGfx); in createDiffs()
472 String sBasename1 = FileHelper.getBasename(sOldGfx); in createDiffs()
485 a.createNewImageWithoutBorder(sOldGfx, sOld_BM_Gfx); in createDiffs()
650 String sOldGfx = _sSourcePath2 + fs + _sSourceFile2; in checkDiffDiff() local
656 StatusHelper aCurrentStatus = new StatusHelper(sOldGfx, sNewGfx, sDiffGfx); in checkDiffDiff()
675 compareJPEGs(sOldGfx, sNewGfx, sDiffGfx); in checkDiffDiff()
689 aCurrentStatus.nPercent = estimateGfx(sOldGfx, sNewGfx, sDiffGfx); in checkDiffDiff()