Searched defs:props (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dattributes.cpp27 static SPStyleProp const props[] = { variable
535 #define n_attrs (sizeof(props) / sizeof(props[0]))
542 g_assert(props[i].code == static_cast< gint >(i) );
543 // If this g_assert fails, then the sort order of SPAttributeEnum does not match the order in props[]!
544 if(g_str_equal(const_cast<void *>(static_cast<void const *>(props[i].name)), key))
545 return GPOINTER_TO_UINT(GINT_TO_POINTER(props[i].code));
557 return (unsigned char*)props[id].name;
H A Dstyle.cpp1158 SPStyle::_mergeProps( CRPropList *const props ) {
1163 if (props) {
1164 _mergeProps( cr_prop_list_get_next( props ) );
1166 cr_prop_list_get_decl(props, &decl);
1181 CRPropList *props = NULL; local
1187 &props);
1190 if (props) {
1191 _mergeProps(props);
1192 cr_prop_list_destroy(props);
/inkscape/src/libcroco/
H A Dcr-sel-eng.c952 CRPropList *props = NULL, local
961 props = *a_props;
981 cr_prop_list_lookup_prop (props,
987 (props, cur_decl->property, cur_decl);
989 props = tmp_props;
1028 tmp_props = cr_prop_list_unlink (props, pair);
1029 if (props) {
1032 props = tmp_props;
1034 props = cr_prop_list_append2
1035 (props, cur_dec
1510 CRPropList *props = NULL; local
[all...]

Completed in 112 milliseconds