Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx284 int maskWidth, int maskHeight, GfxImageColorMap* maskColorMap, in writePng_() argument
290 …tePng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, maskColorMap ); in writePng_()
301 int maskWidth, int maskHeight, bool maskInvert, in writePng_() argument
307 …eatePng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, maskInvert ); in writePng_()
888 int maskWidth, int maskHeight, in drawMaskedImage() argument
893 … writePng_( aBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, maskInvert, true ); in drawMaskedImage()
899 …printf( "drawMaskedImage %d %d %d %d %d", width, height, maskWidth, maskHeight, 0 /*maskInvert not… in drawMaskedImage()
911 int maskWidth, int maskHeight, in drawSoftMaskedImage() argument
916 …writePng_( aBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, maskColorMap, true … in drawSoftMaskedImage()
922 printf( "drawSoftMaskedImage %d %d %d %d", width, height, maskWidth, maskHeight ); in drawSoftMaskedImage()
[all …]
H A Dpnghelper.cxx245 int maskWidth, int maskHeight, GfxImageColorMap* maskColorMap ) in createPng() argument
297 for( int y = 0; y < maskHeight; ++y ) in createPng()
304 int nIndex = (y*height/maskHeight) * (width*4+1) + // mapped line in createPng()
329 int maskWidth, int maskHeight, in createPng() argument
379 for( int y = 0; y < maskHeight; ++y ) in createPng()
385 int nIndex = (y*height/maskHeight) * (width*4+1) + // mapped line in createPng()
H A Dpnghelper.hxx71 int maskWidth, int maskHeight, GfxImageColorMap* maskColorMap );
78 int maskWidth, int maskHeight, bool maskInvert );
H A Dpdfioutdev_gpl.hxx243 Stream *maskStr, int maskWidth, int maskHeight,
249 int maskWidth, int maskHeight,

Completed in 22 milliseconds