Searched defs:Types (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 639 const char *Types; local 640 int status = U_PMF_PATH_get(contents, &Version, &Count, &Flags, &Points, &Types, blimit); 647 /* Types part */ 648 printf(" + Types:"); 656 pos += U_PMF_PATHPOINTTYPERLE_print(Types, blimit); 657 Types+=2; 661 (void) U_PMF_PATHPOINTTYPE_print(Types, blimit); 662 Types++;
|
H A D | upmf.c | 677 \brief Create U_DPSEUDO_OBJ's for the Points and Types of a path 1703 \param Types U_PSEUDO_OBJ containing array of types (U_PMF_PATHPOINTTYPE or U_PMF_PATHPOINTTYPERLE, determined by U_PPF_R big in Flags) 1707 U_PSEUDO_OBJ *U_PMF_PATH_set(uint32_t Version, const U_PSEUDO_OBJ *Points, const U_PSEUDO_OBJ *Types){ argument 1717 if(Types){ 1718 if( Types->Type == (U_PMF_PATHPOINTTYPERLE_OID | U_PMF_ARRAY_OID)){ rtype = 1; } 1719 else if(Types->Type == (U_PMF_PATHPOINTTYPE_OID | U_PMF_ARRAY_OID)){ rtype = 0; } 1724 pad = (0x3 & (Points->Used + Types->Used)); 1732 {Types->Data +4, Types->Used - 4, 1, U_XE }, /* omit Types Element 5545 U_PMF_PATH_get(const char *contents, uint32_t *Version, uint32_t *Count, uint16_t *Flags, const char **Points, const char **Types, const char *blimit) argument [all...] |
Completed in 34 milliseconds