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

/inkscape/src/libuemf/
H A Duwmf.c957 int cbBits,iHeight; local
964 iHeight = (Height < 0 ? -Height : Height); /* DIB can use a negative height, but it does not look like a Bitmap16 object can */
965 cbBits = WidthBytes * iHeight;
972 bm16->Height = iHeight;

Completed in 34 milliseconds