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

/inkscape/src/libcroco/
H A Dcr-style.c156 static GHashTable *gv_prop_hash = NULL; variable
161 *When this reaches zero, gv_prop_hash is destroyed.
394 if (!gv_prop_hash) {
397 gv_prop_hash = g_hash_table_new (g_str_hash, g_str_equal);
398 if (!gv_prop_hash) {
403 /*load gv_prop_hash from gv_prop_table */
406 (gv_prop_hash,
420 if (!gv_prop_hash) {
424 raw_id = (gpointer *) g_hash_table_lookup (gv_prop_hash, a_prop);

Completed in 21 milliseconds