Searched defs:pair (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-sel-eng.c | 953 *pair = NULL, local 968 pair = NULL; 983 &pair); 985 if (!pair) { 1001 cr_prop_list_get_decl (pair, &decl); 1028 tmp_props = cr_prop_list_unlink (props, pair); 1030 cr_prop_list_destroy (pair); 1064 props = cr_prop_list_unlink (props, pair); 1065 if (pair) { 1066 cr_prop_list_destroy (pair); [all...] |
/inkscape/src/ |
H A D | text-editing.cpp | 178 iterator_pair pair; local 179 sp_te_delete(item, start, end, pair); 180 return sp_te_insert(item, pair.first, utf8);
|
/inkscape/src/libuemf/ |
H A D | uemf.c | 2871 CORE7(uint32_t iType, U_PAIR pair){ 2997 char *U_EMR_CORE7_set(uint32_t iType, U_PAIR pair){ argument 3005 ((PU_EMRGENERICPAIR)record)->pair = pair; 3059 // Functions that take a rect and a pair of points, starting with U_EMRARC_set
|
H A D | uemf.h | 531 \brief Used for any generic pair of uint32_t 1622 /** Any generic pair of floats. 1630 *PU_PAIRF; //!< Any generic pair of floats. Microsoft name: (none) 2084 U_PAIR pair; //!< pair of 32 bit values member in struct:__anon150
|
Completed in 57 milliseconds