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

/inkscape/src/libuemf/
H A Duemf_print.h56 void rgndataheader_print(U_RGNDATAHEADER rdh);
H A Duemf_print.c505 \param rdh U_RGNDATAHEADER object
508 U_RGNDATAHEADER rdh
510 printf("dwSize:%u ", rdh.dwSize );
511 printf("iType:%u ", rdh.iType );
512 printf("nCount:%u ", rdh.nCount );
513 printf("nRgnSize:%u ", rdh.nRgnSize );
514 printf("rclBounds:"); rectl_print(rdh.rclBounds );
529 printf("rdh: "); rgndataheader_print(rd->rdh ); printf(" rects: ");
530 if(rd->rdh
[all...]
H A Duemf.c2215 U_RGNDATAHEADER rdh; local
2216 rdh.dwSize = U_RDH_OBJSIZE;
2217 rdh.iType = U_RDH_RECTANGLES;
2218 rdh.nCount = nCount;
2219 rdh.nRgnSize = nCount * sizeof(U_RECTL); // Size in bytes of rectangle array
2220 rdh.rclBounds = rclBounds;
2221 return(rdh);
2227 \param rdh Data description
2231 U_RGNDATAHEADER rdh,
2238 if(!Buffer || !rdh
2230 rgndata_set( U_RGNDATAHEADER rdh, PU_RECTL Buffer ) argument
[all...]
H A Duemf_endian.c398 \param rdh U_RGNDATAHEADER object
401 PU_RGNDATAHEADER rdh
403 U_swap4(rdh,4); // dwSize iType nCount nRgnSize
404 rectl_swap(&(rdh->rclBounds),1); // rclBounds
420 count = rd->rdh.nCount;
422 rgndataheader_swap(&(rd->rdh));
424 count = rd->rdh.nCount;
H A Duemf_safe.c89 int count = rd->rdh.nCount;
H A Duemf.h1985 U_RGNDATAHEADER rdh; //!< Data description member in struct:__anon143
3417 PU_RGNDATA rgndata_set( U_RGNDATAHEADER rdh, PU_RECTL Buffer);

Completed in 72 milliseconds