Searched refs:_sNewGfx (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 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()
|
H A D | StatusHelper.java | 49 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()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | JPEGComparator.java | 610 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 26 milliseconds