Searched refs:appendIHDR (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 163 void PngHelper::appendIHDR( OutputBuffer& o_rOutputBuf, int width, int height, int depth, int color… in appendIHDR() function in PngHelper 192 appendIHDR( o_rOutputBuf, width, height, 1, 3 ); in createPng() 248 appendIHDR( o_rOutputBuf, width, height, 8, 6 ); // RGBA image in createPng() 334 appendIHDR( o_rOutputBuf, width, height, 8, 6 ); // RGBA image in createPng()
|
H A D | pnghelper.hxx | 48 …static void appendIHDR( OutputBuffer& o_rOutputBuf, int width, int height, int depth, int colortyp…
|
Completed in 16 milliseconds