Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx163 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 Dpnghelper.hxx48 …static void appendIHDR( OutputBuffer& o_rOutputBuf, int width, int height, int depth, int colortyp…

Completed in 18 milliseconds