Searched refs:getResolutionInDPI (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | PRNCompare.java | 163 int getResolutionInDPI() {return m_nResolutionInDPI;} in getResolutionInDPI() method in PRNCompare 174 … createJPEGFromPostscript(m_sOutputPath, m_sReferencePath, m_sReferenceFile, getResolutionInDPI()); in compare() 176 … createJPEGFromPostscript(m_sOutputPath, m_sOutputPath, m_sPostScriptFile, getResolutionInDPI()); in compare() 189 … createJPEGFromPostscript(m_sOutputPath, m_sReferencePath, m_sReferenceFile, getResolutionInDPI()); in compare_new() 191 … = createJPEGFromPostscript(m_sOutputPath, m_sOutputPath, m_sPostScriptFile, getResolutionInDPI()); in compare_new()
|
H A D | GfxCompare.java | 135 …NCompare.createJPEGFromPostscript(sTmpDir, sFileDir, sBasename, m_aArguments.getResolutionInDPI()); in createJPEG()
|
H A D | OfficePrint.java | 465 out.write("resolution=" + _aGTA.getResolutionInDPI() + ls); in createInfoFile() 511 _aGTA.getResolutionInDPI() in createInfoFile()
|
H A D | ConvWatch.java | 213 a.setResolutionInDPI(_aGTA.getResolutionInDPI()); in createPostscriptStartCheck()
|
H A D | GraphicalTestArguments.java | 457 public int getResolutionInDPI() {return m_nResolutionInDPI;} in getResolutionInDPI() method in GraphicalTestArguments
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | FileHelper.java | 651 out.println("resolution=" + _aGTA.getResolutionInDPI()); in createInfoFile() 652 aIniFile.insertValue("global", "resolution", _aGTA.getResolutionInDPI()); in createInfoFile()
|
H A D | ParameterHelper.java | 252 public int getResolutionInDPI() in getResolutionInDPI() method in ParameterHelper
|
H A D | JPEGCreator.java | 275 …NameSchema = createJPEGsFromPostscript(sTmpDir, sFileDir, sBasename, _aParam.getResolutionInDPI()); in createJPEG()
|
Completed in 54 milliseconds