Searched refs:_sOldGfx (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | PRNCompare.java | 535 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()
|
H A D | StatusHelper.java | 49 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()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | JPEGComparator.java | 610 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 28 milliseconds