Searched refs:WidthBytes (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libuemf/
H A Duwmf.c959 int16_t WidthBytes; // total bytes per scan line (used and padding). local
962 WidthBytes = (LineN * ((usedbytes + (LineN - 1) ) / LineN)); // Account for padding required by line alignment in the pixel array
965 cbBits = WidthBytes * iHeight;
973 bm16->WidthBytes = WidthBytes;
H A Duwmf.h873 int16_t WidthBytes; //!< bytes per scan line. member in struct:__anon345
H A Duwmf_print.c216 printf("WidthBytes:%d ", b.WidthBytes);

Completed in 155 milliseconds