Searched defs:etype (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/extension/dbus/ |
H A D | application-interface.cpp | 94 static GType etype = 0; local 96 if (etype == 0) { 107 etype = g_enum_register_static("InkscapeError", values); 110 return etype;
|
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 2480 int ctype, etype, RelAbs; local 2485 int status = U_PMR_DRAWIMAGEPOINTS_get(contents, NULL, &ImgID, &ctype, &etype, &RelAbs, 2488 printf(" + ImgID:%u ctype:%d etype:%d ImgAttrID:%u SrcUnit:%d Elements:%u SrcRect:", 2489 ImgID, ctype, etype, ImgAttrID, SrcUnit, Elements);
|
H A D | upmf.c | 4253 \param etype Set: effect from previous U_PMR_SERIALIZABLEOBJECT record will be applied; Clear: no effect applied 4266 U_PSEUDO_OBJ *U_PMR_DRAWIMAGEPOINTS_set(uint32_t ImgID, int etype, argument 4280 uint16_t utmp16 = (ctype ? U_PPF_C : 0) | (etype ? U_PPF_E : 0) | (RelAbs ? U_PPF_P : 0) | (ImgID & U_FF_MASK_OID8) << U_FF_SHFT_OID8; 7575 \param etype Set: effect from previous U_PMR_SERIALIZABLEOBJECT record will be applied; Clear: no effect applied 7586 uint32_t *ImgID, int *ctype, int *etype, int *RelAbs, 7589 if(!contents || !ImgID || !ctype || !etype || !RelAbs || !ImgAttrID || !SrcUnit || !Elements || !Points){ return(0); } 7599 *etype = (lclHeader.Flags & U_PPF_E ? 1 : 0 ); 7585 U_PMR_DRAWIMAGEPOINTS_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *ImgID, int *ctype, int *etype, int *RelAbs, uint32_t *ImgAttrID, int32_t *SrcUnit, U_PMF_RECTF *SrcRect, uint32_t *Elements, U_PMF_POINTF **Points) argument
|
Completed in 4500 milliseconds