LibreOffice Module sdext (master) 1
|
This is the complete list of members for pdfi::PngHelper, including all inherited members.
append(sal_uInt32 i_nValue, OutputBuffer &o_rOutputBuf) | pdfi::PngHelper | inlineprivatestatic |
appendFileHeader(OutputBuffer &o_rOutputBuf) | pdfi::PngHelper | privatestatic |
appendIEND(OutputBuffer &o_rOutputBuf) | pdfi::PngHelper | privatestatic |
appendIHDR(OutputBuffer &o_rOutputBuf, int width, int height, int depth, int colortype) | pdfi::PngHelper | privatestatic |
bCRCTableInit | pdfi::PngHelper | privatestatic |
crc_table | pdfi::PngHelper | privatestatic |
createPng(OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, GfxRGB const &zeroColor, GfxRGB const &oneColor, bool bIsMask) | pdfi::PngHelper | static |
createPng(OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, GfxImageColorMap *colorMap, Stream *maskStr, int maskWidth, int maskHeight, GfxImageColorMap *maskColorMap) | pdfi::PngHelper | static |
createPng(OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, GfxImageColorMap *colorMap, Stream *maskStr, int maskWidth, int maskHeight, bool maskInvert) | pdfi::PngHelper | static |
deflateBuffer(const Output_t *i_pBuf, size_t i_nLen, OutputBuffer &o_rOut) | pdfi::PngHelper | static |
endChunk(size_t nStart, OutputBuffer &o_rOut) | pdfi::PngHelper | privatestatic |
getCRC(const sal_uInt8 *i_pBuf, size_t i_nLen) | pdfi::PngHelper | static |
initCRCTable() | pdfi::PngHelper | privatestatic |
set(sal_uInt32 i_nValue, OutputBuffer &o_rOutputBuf, size_t i_nIndex) | pdfi::PngHelper | privatestatic |
startChunk(const char *pChunkName, OutputBuffer &o_rOut) | pdfi::PngHelper | privatestatic |
updateCRC(sal_uInt32 &io_rCRC, const sal_uInt8 *i_pBuf, size_t i_nLen) | pdfi::PngHelper | static |