Searched defs:biHeight (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/libuemf/ |
| H A D | uemf.c | 820 memcpy(&tmp4, cBmih + offsetof(U_BITMAPINFOHEADER,biHeight), 4); Height = tmp4; 884 if(Bmih->biHeight < 0){ 885 *height = -Bmih->biHeight; 889 *height = Bmih->biHeight; 2024 \param biHeight Bitmap height in pixels 2036 int32_t biHeight, 2049 Bmi.biHeight = biHeight; 2034 bitmapinfoheader_set( int32_t biWidth, int32_t biHeight, uint16_t biPlanes, uint16_t biBitCount, uint32_t biCompression, uint32_t biSizeImage, int32_t biXPelsPerMeter, int32_t biYPelsPerMeter, U_NUM_RGBQUAD biClrUsed, uint32_t biClrImportant ) argument
|
| H A D | uemf.h | 414 int32_t biHeight; //!< Bitmap height in pixels, may be negative. member in struct:__anon110 415 //!< abs(biHeight) is bitmap height 417 //!< biHeight > 0 origin is LL corner, may be compressed, this is height after decompression. 418 //!< biHeight < 0 origin is UL corner, may not be compressed 3418 U_BITMAPINFOHEADER bitmapinfoheader_set(int32_t biWidth, int32_t biHeight,
|
Completed in 89 milliseconds