Home
last modified time | relevance | path

Searched refs:_sNewGfx (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
52 m_sNewGfx = _sNewGfx; in StatusHelper()
55 public void setFilesForBorderMove(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in setFilesForBorderMove() argument
58 m_sNew_BM_Gfx = _sNewGfx; in setFilesForBorderMove()
H A DPRNCompare.java535 public static String compareJPEGs(String _sOldGfx, String _sNewGfx) in compareJPEGs() argument
539 String sBasename2 = FileHelper.getBasename(_sNewGfx); in compareJPEGs()
547 return compareJPEGs(_sOldGfx, _sNewGfx, sDiffName); in compareJPEGs()
550 public static String compareJPEGs(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in compareJPEGs() argument
569 _sNewGfx, in compareJPEGs()
730 public int estimateGfx(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in estimateGfx() argument
735 int nNotWhiteCount_NewGraphic = PixelCounter.countNotWhitePixelsFromImage(_sNewGfx); in estimateGfx()
/aoo41x/main/qadevOOo/runner/graphical/
H A DJPEGComparator.java610 public static int estimateGfx(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in estimateGfx() argument
617 final int nNotWhiteCount_NewGraphic = PixelCounter.countNotWhitePixelsFromImage(_sNewGfx); in estimateGfx()
675 private static int compareJPEG(String _sOldGfx, String _sNewGfx, String _sDiffGfx) in compareJPEG() argument
699 _sNewGfx, in compareJPEG()

Completed in 40 milliseconds