Searched refs:_nResolutionInDPI (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | JPEGCreator.java | 291 …private String getJPEGName(String _sOutputPath, String _sBasename, int _nResolutionInDPI, String _… in getJPEGName() argument 294 …String sName = _sBasename + "_" + String.valueOf(_nResolutionInDPI) + "DPI_" + _sGS_PageOutput + "… in getJPEGName() 310 …romPostscript(String _sOutputPath, String _sSourcePath, String _sSourceFile, int _nResolutionInDPI) in createJPEGsFromPostscript() argument 317 …String sJPEGNameSchema = getJPEGName(_sOutputPath, _sSourceFile, _nResolutionInDPI, m_sGS_PageOutp… in createJPEGsFromPostscript() 342 "-r" + String.valueOf(_nResolutionInDPI), in createJPEGsFromPostscript()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | PRNCompare.java | 216 …romPostscript(String _sOutputPath, String _sSourcePath, String _sSourceFile, int _nResolutionInDPI) in createJPEGFromPostscript() argument 238 …and = sGS + " -dNOPROMPT -dBATCH -sDEVICE=jpeg -r" + String.valueOf(_nResolutionInDPI) + " -dNOPAU… in createJPEGFromPostscript() 245 "-r" + String.valueOf(_nResolutionInDPI), in createJPEGFromPostscript()
|
Completed in 31 milliseconds