Home
last modified time | relevance | path

Searched refs:_sDiffGfx (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/qadevOOo/runner/graphical/
H A DJPEGComparator.java610 public static int estimateGfx(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in estimateGfx() argument
618 final int nNotBlackCount_DiffGraphic = PixelCounter.countNotBlackPixelsFromImage(_sDiffGfx); in estimateGfx()
675 private static int compareJPEG(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in compareJPEG() argument
700 _sDiffGfx in compareJPEG()
715 File aDiffFile = new File(_sDiffGfx); in compareJPEG()
718 JPEGCreator.convertToNearSameFileWithWidth340(_sDiffGfx); in compareJPEG()
729 int identify(String _sDiffGfx) in identify() argument
757 _sDiffGfx in identify()
/aoo4110/main/qadevOOo/runner/convwatch/
H A DPRNCompare.java550 public static String compareJPEGs(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in compareJPEGs() argument
570 _sDiffGfx in compareJPEGs()
580 if (FileHelper.exists(_sDiffGfx)) in compareJPEGs()
582 return _sDiffGfx; in compareJPEGs()
592 int identify(String _sDiffGfx) in identify() argument
615 _sDiffGfx in identify()
730 public int estimateGfx(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in estimateGfx() argument
736 int nNotBlackCount_DiffGraphic = PixelCounter.countNotBlackPixelsFromImage(_sDiffGfx); in estimateGfx()
H A DStatusHelper.java49 public StatusHelper(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in StatusHelper() argument
53 m_sDiffGfx = _sDiffGfx; in StatusHelper()
55 public void setFilesForBorderMove(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in setFilesForBorderMove() argument
59 m_sDiff_BM_Gfx = _sDiffGfx; in setFilesForBorderMove()

Completed in 22 milliseconds