Searched defs:ftype (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 2635 int btype, ctype, ftype, RelAbs; local 2639 int status = U_PMR_FILLCLOSEDCURVE_get(contents, NULL, &btype, &ctype, &ftype, &RelAbs, 2642 printf(" + btype:%d ctype:%d ftype:%d RelAbs:%d Elements:%u", 2643 btype, ctype, ftype, RelAbs, Elements);
|
H A D | upmf.c | 4474 \param ftype If U_WINDING use winding fill, else use fill 4482 U_PSEUDO_OBJ *U_PMR_FILLCLOSEDCURVE_set(int ftype, U_FLOAT Tension, const U_PSEUDO_OBJ *BrushID, const U_PSEUDO_OBJ *Points){ argument 4500 uint16_t utmp16 = (btype ? U_PPF_B : 0) | (ctype ? U_PPF_C : 0) |((ftype == U_WINDING) ? U_PPF_F : 0) |(RelAbs ? U_PPF_P : 0); 7788 \param ftype Set: winding fill; Clear: alternate fill 7798 int *btype, int *ctype, int *ftype, int *RelAbs, 7801 if(!contents || !btype || !ctype || !ftype || !RelAbs || !BrushID || !Tension || !Elements || !Points){ return(0); } 7812 *ftype = (lclHeader.Flags & U_PPF_F ? 1 : 0 ); 7797 U_PMR_FILLCLOSEDCURVE_get(const char *contents, U_PMF_CMN_HDR *Header, int *btype, int *ctype, int *ftype, int *RelAbs, uint32_t *BrushID, U_FLOAT *Tension, uint32_t *Elements, U_PMF_POINTF **Points) argument
|
Completed in 154 milliseconds