Searched refs:maskColorMap (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 245 int maskWidth, int maskHeight, GfxImageColorMap* maskColorMap ) in createPng() argument 293 maskColorMap->getNumPixelComps(), in createPng() 294 maskColorMap->getBits()); in createPng() 302 maskColorMap->getGray(pm,&alpha); in createPng() 303 pm += maskColorMap->getNumPixelComps(); in createPng()
|
H A D | pdfioutdev_gpl.cxx | 285 int maskWidth, int maskHeight, GfxImageColorMap* maskColorMap, in writePng_() argument 291 …tePng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, maskColorMap ); in writePng_() 915 GfxImageColorMap* maskColorMap ) in drawSoftMaskedImage() argument 919 …writePng_( aBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, maskColorMap, true … in drawSoftMaskedImage() 927 writeImageLF( aMaskBuf, maskStr, maskWidth, maskHeight, maskColorMap ); in drawSoftMaskedImage()
|
H A D | pnghelper.hxx | 71 int maskWidth, int maskHeight, GfxImageColorMap* maskColorMap );
|
H A D | pdfioutdev_gpl.hxx | 255 GfxImageColorMap *maskColorMap);
|
Completed in 26 milliseconds