Searched refs:colorMap (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sdext/source/pdfimport/xpdfwrapper/ |
| H A D | pdfioutdev_gpl.cxx | 204 GfxImageColorMap* colorMap, in writePpm_() argument 239 colorMap->getNumPixelComps(), in writePpm_() 240 colorMap->getBits()); in writePpm_() 248 colorMap->getRGB(p, &rgb); in writePpm_() 253 p +=colorMap->getNumPixelComps(); in writePpm_() 283 int width, int height, GfxImageColorMap* colorMap, in writePng_() argument 291 …PngHelper::createPng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, … in writePng_() 300 int width, int height, GfxImageColorMap* colorMap, in writePng_() argument 308 …PngHelper::createPng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, … in writePng_() 328 GfxImageColorMap* colorMap, in writeImage_() argument [all …]
|
| H A D | pnghelper.cxx | 243 int width, int height, GfxImageColorMap* colorMap, in createPng() argument 257 colorMap->getNumPixelComps(), in createPng() 258 colorMap->getBits()); in createPng() 271 colorMap->getRGB(p, &rgb); in createPng() 277 p +=colorMap->getNumPixelComps(); in createPng() 327 int width, int height, GfxImageColorMap* colorMap, in createPng() argument 342 colorMap->getNumPixelComps(), in createPng() 343 colorMap->getBits()); in createPng() 356 colorMap->getRGB(p, &rgb); in createPng() 362 p +=colorMap->getNumPixelComps(); in createPng()
|
| H A D | pdfioutdev_gpl.hxx | 243 int width, int height, GfxImageColorMap *colorMap, 247 GfxImageColorMap *colorMap, 252 GfxImageColorMap *colorMap,
|
| H A D | pnghelper.hxx | 69 int width, int height, GfxImageColorMap* colorMap, 76 int width, int height, GfxImageColorMap* colorMap,
|