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

/inkscape/src/libuemf/
H A Dupmf_print.c2457 U_PMF_RECTF DstRect; local
2458 int status = U_PMR_DRAWIMAGE_get(contents, NULL, &ImgID, &ctype, &ImgAttrID, &SrcUnit, &SrcRect, &DstRect);
2462 printf(" DstRect:");
2463 (void) U_PMF_RECTF_S_print(&DstRect);
3082 U_PMF_RECTF DstRect, SrcRect; local
3084 int status = U_PMR_BEGINCONTAINER_get(contents, NULL, &UTenum, &DstRect, &SrcRect, &StackID);
3087 printf(" DstRect:"); (void) U_PMF_RECTF_S_print(&DstRect);
H A Dupmf.c4217 \param DstRect U_PSEUDO_OBJ containing a U_PMF_RECT or U_PMF_RECTF object
4223 int32_t ImgAttrID, int32_t SrcUnit, const U_PSEUDO_OBJ *SrcRect, const U_PSEUDO_OBJ *DstRect){
4227 if(!DstRect){ return(NULL); }
4229 if( DstRect->Type == U_PMF_RECT_OID ){ ctype = 1; }
4230 else if(DstRect->Type == U_PMF_RECTF_OID){ ctype = 0; }
4233 int Size = 2*4 + SrcRect->Used + DstRect->Used;
4241 {DstRect->Data, DstRect->Used, 1, U_XE},
5036 \param DstRect a U_PSEUDO_OBJ containing a U_PMF_RECTF object. with SrcRect specifies a transformation
5037 \param SrcRect a U_PSEUDO_OBJ containing a U_PMF_RECTF object. with DstRect specifie
4222 U_PMR_DRAWIMAGE_set(uint32_t ImgID, int32_t ImgAttrID, int32_t SrcUnit, const U_PSEUDO_OBJ *SrcRect, const U_PSEUDO_OBJ *DstRect) argument
5043 U_PMR_BEGINCONTAINER_set(int UTenum, U_PSEUDO_OBJ *DstRect, U_PSEUDO_OBJ *SrcRect, uint32_t StackID) argument
7548 U_PMR_DRAWIMAGE_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *ImgID, int *ctype, uint32_t *ImgAttrID, int32_t *SrcUnit, U_PMF_RECTF *SrcRect, U_PMF_RECTF *DstRect) argument
8290 U_PMR_BEGINCONTAINER_get(const char *contents, U_PMF_CMN_HDR *Header, int *UTenum, U_PMF_RECTF *DstRect, U_PMF_RECTF *SrcRect, uint32_t *StackID) argument
[all...]
H A Dupmf.h2325 bit 9 U_PPF_C Set: DstRect is U_PMF_RECT; Clear: DstRect is U_PMF_RECTF
2335 (varies) DstRect; //!< Destination rectangle for image. Type controlled by bit1 of Header.Flags
2676 U_PMF_RECTF DstRect; //!< with SrcRect specifies a transformation member in struct:__anon324
2677 U_PMF_RECTF SrcRect; //!< with DstRect specifies a transformation
2993 U_PSEUDO_OBJ *U_PMR_DRAWIMAGE_set(uint32_t ImgID, int32_t ImgAttrID, int32_t SrcUnit, const U_PSEUDO_OBJ *SrcRect, const U_PSEUDO_OBJ *DstRect);
3018 U_PSEUDO_OBJ *U_PMR_BEGINCONTAINER_set(int UTenum, U_PSEUDO_OBJ *DstRect, U_PSEUDO_OBJ *SrcRect, uint32_t StackID);
3129 int U_PMR_DRAWIMAGE_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *ImgID, int *ctype, uint32_t *ImgAttrID, int32_t *SrcUnit, U_PMF_RECTF *SrcRect, U_PMF_RECTF *DstRect);
3153 int U_PMR_BEGINCONTAINER_get(const char *contents, U_PMF_CMN_HDR *Header, int *UTenum, U_PMF_RECTF *DstRect, U_PMF_RECTF *SrcRect, uint32_t *StackID);

Completed in 88 milliseconds