Home
last modified time | relevance | path

Searched refs:colorMap (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx203 GfxImageColorMap* colorMap, in writePpm_() argument
239 colorMap->getBits()); in writePpm_()
247 colorMap->getRGB(p, &rgb); in writePpm_()
252 p +=colorMap->getNumPixelComps(); in writePpm_()
327 GfxImageColorMap* colorMap, in writeImage_() argument
332 (colorMap->getNumPixelComps() == 1 || in writeImage_()
333 colorMap->getNumPixelComps() == 3) ) in writeImage_()
338 colorMap->getBits() == 1) in writeImage_()
344 …if( colorMap->getColorSpace()->getMode() == csIndexed || colorMap->getColorSpace()->getMode() == c… in writeImage_()
364 … GfxImageColorMap* colorMap ) { writeImage_(o_rOutputBuf,str,width,height,colorMap,false); } in writeImage() argument
[all …]
H A Dpnghelper.cxx243 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 Dpdfioutdev_gpl.hxx238 int width, int height, GfxImageColorMap *colorMap,
242 GfxImageColorMap *colorMap,
247 GfxImageColorMap *colorMap,
H A Dpnghelper.hxx69 int width, int height, GfxImageColorMap* colorMap,
76 int width, int height, GfxImageColorMap* colorMap,

Completed in 56 milliseconds