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

/inkscape/src/libuemf/
H A Duwmf.c955 U_BITMAP16 *bm16; local
968 bm16 = (U_BITMAP16 *) malloc(irecsize);
969 if(bm16){
970 bm16->Type = Type;
971 bm16->Width = Width;
972 bm16->Height = iHeight;
973 bm16->WidthBytes = WidthBytes;
974 bm16->Planes = 1;
975 bm16->BitsPixel = BitsPixel;
976 memcpy((char *)bm16
[all...]

Completed in 31 milliseconds