Searched refs:utmp (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | text_reassemble.c | 1938 uint32_t utmp; local 2206 utmp = tsp->decoration & TXTDECOR_TMASK; 2207 if(utmp & TXTDECOR_UNDER ){ strcat(obuf," underline"); } 2208 if(utmp & TXTDECOR_OVER ){ strcat(obuf," overline"); } 2209 if(utmp & TXTDECOR_BLINK ){ strcat(obuf," blink"); } 2210 if(utmp & TXTDECOR_STRIKE){ strcat(obuf," line-through");}
|
/inkscape/src/libuemf/ |
H A D | upmf.c | 2625 uint8_t utmp; local 2627 utmp = U_MASK_INT7 & *(unsigned int *)&Value; 2628 U_PSEUDO_OBJ *po = U_PO_create((char *)&utmp, 1, 1, U_PMF_INTEGER7_OID); /* simple method is OK, no possibility of Endian issues */ 2640 uint16_t utmp; local 2642 utmp = U_TEST_INT15 | (U_MASK_INT15 & *(unsigned int *)&Value); 2644 {&utmp, 2, 1, U_BE}, 2914 uint8_t utmp; local 2932 utmp = (*Bz ? 1 : 0) | ((*RL & 0x3F)<<2); /* bit 1 is not used and is set to 0 */ 2933 po = U_PO_append(po, (char *)&utmp, 1);
|
Completed in 43 milliseconds