Home
last modified time | relevance | path

Searched refs:WRITE_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx115 #define WRITE_BUFFER_SIZE 1024 macro
162 o_rOutputBuf.resize(WRITE_BUFFER_SIZE); in writePbm_()
166 int nOutLen = snprintf(&o_rOutputBuf[3], WRITE_BUFFER_SIZE-10, "%d %d", width, height); in writePbm_()
168 nOutLen = WRITE_BUFFER_SIZE-10; in writePbm_()
209 o_rOutputBuf.resize(WRITE_BUFFER_SIZE); in writePpm_()
213 int nOutLen = snprintf(&o_rOutputBuf[3], WRITE_BUFFER_SIZE-10, "%d %d", width, height); in writePpm_()
215 nOutLen = WRITE_BUFFER_SIZE-10; in writePpm_()

Completed in 25 milliseconds