Searched defs:LineN (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Duwmf.c943 \param LineN each array line in Bits is a multiple of this (4 for a DIB)
951 const int16_t LineN,
962 WidthBytes = (LineN * ((usedbytes + (LineN - 1) ) / LineN)); // Account for padding required by line alignment in the pixel array
947 U_BITMAP16_set( const int16_t Type, const int16_t Width, const int16_t Height, const int16_t LineN, const uint8_t BitsPixel, const char *Bits ) argument

Completed in 42 milliseconds