Searched refs:colorMap (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sdext/source/pdfimport/xpdfwrapper/ ! |
| H A D | pdfioutdev_gpl.cxx | 203 GfxImageColorMap* colorMap, in writePpm_() argument 238 colorMap->getNumPixelComps(), in writePpm_() 239 colorMap->getBits()); in writePpm_() 247 colorMap->getRGB(p, &rgb); in writePpm_() 252 p +=colorMap->getNumPixelComps(); in writePpm_() 282 int width, int height, GfxImageColorMap* colorMap, in writePng_() argument 290 …PngHelper::createPng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, … in writePng_() 299 int width, int height, GfxImageColorMap* colorMap, in writePng_() argument 307 …PngHelper::createPng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, … in writePng_() 327 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 | 238 int width, int height, GfxImageColorMap *colorMap, 242 GfxImageColorMap *colorMap, 247 GfxImageColorMap *colorMap,
|
| H A D | pnghelper.hxx | 69 int width, int height, GfxImageColorMap* colorMap, 76 int width, int height, GfxImageColorMap* colorMap,
|