Searched refs:maskWidth (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 292 maskWidth, in createPng() 300 for( int x = 0; x < maskWidth; ++x ) in createPng() 305 (x*width/maskWidth)*4 + 1 + 3 // mapped column in createPng() 329 int maskWidth, int maskHeight, in createPng() argument 376 new ImageStream(maskStr, maskWidth, 1, 1); in createPng() 381 for( int x = 0; x < maskWidth; ++x ) in createPng() 386 (x*width/maskWidth)*4 + 1 + 3 // mapped column in createPng()
|
H A D | pdfioutdev_gpl.cxx | 285 int maskWidth, int maskHeight, GfxImageColorMap* maskColorMap, in writePng_() argument 291 …PngHelper::createPng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, … in writePng_() 302 int maskWidth, int maskHeight, bool maskInvert, in writePng_() argument 308 …PngHelper::createPng( o_rOutputBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, … in writePng_() 891 int maskWidth, int maskHeight, in drawMaskedImage() argument 896 … writePng_( aBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, maskInvert, true ); in drawMaskedImage() 902 …printf( "drawMaskedImage %d %d %d %d %d", width, height, maskWidth, maskHeight, 0 /*maskInvert not… in drawMaskedImage() 914 int maskWidth, int maskHeight, in drawSoftMaskedImage() argument 919 …writePng_( aBuf, str, width, height, colorMap, maskStr, maskWidth, maskHeight, maskColorMap, true … in drawSoftMaskedImage() 925 printf( "drawSoftMaskedImage %d %d %d %d", width, height, maskWidth, maskHeight ); in drawSoftMaskedImage() [all …]
|
H A D | pnghelper.hxx | 71 int maskWidth, int maskHeight, GfxImageColorMap* maskColorMap ); 78 int maskWidth, int maskHeight, bool maskInvert );
|
H A D | pdfioutdev_gpl.hxx | 248 Stream *maskStr, int maskWidth, int maskHeight, 254 int maskWidth, int maskHeight,
|
Completed in 35 milliseconds