Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/convwatch/
H A DStatusHelper.java49 public StatusHelper(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in StatusHelper() argument
51 m_sOldGfx = _sOldGfx; in StatusHelper()
55 public void setFilesForBorderMove(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in setFilesForBorderMove() argument
57 m_sOld_BM_Gfx = _sOldGfx; in setFilesForBorderMove()
H A DPRNCompare.java535 public static String compareJPEGs(String _sOldGfx, String _sNewGfx) in compareJPEGs() argument
537 String sBasename1 = FileHelper.getBasename(_sOldGfx); in compareJPEGs()
547 return compareJPEGs(_sOldGfx, _sNewGfx, sDiffName); in compareJPEGs()
550 public static String compareJPEGs(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in compareJPEGs() argument
568 _sOldGfx, in compareJPEGs()
730 public int estimateGfx(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in estimateGfx() argument
734 int nNotWhiteCount_OldGraphic = PixelCounter.countNotWhitePixelsFromImage(_sOldGfx); in estimateGfx()
/aoo41x/main/qadevOOo/runner/graphical/
H A DJPEGComparator.java610 public static int estimateGfx(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in estimateGfx() argument
616 final int nNotWhiteCount_OldGraphic = PixelCounter.countNotWhitePixelsFromImage(_sOldGfx); in estimateGfx()
675 private static int compareJPEG(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in compareJPEG() argument
698 _sOldGfx, in compareJPEG()

Completed in 30 milliseconds