Searched refs:gv_prop_table (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-style.c99 static CRPropertyDesc gv_prop_table[] = { variable
151 *key => name of the css property found in gv_prop_table
152 *value => matching property id found in gv_prop_table.
403 /*load gv_prop_hash from gv_prop_table */
404 for (i = 0; gv_prop_table[i].name; i++) {
407 (gpointer) gv_prop_table[i].name,
408 GINT_TO_POINTER (gv_prop_table[i].prop_id));

Completed in 19 milliseconds