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

/inkscape/src/libcroco/
H A Dcr-style.c921 CRNum *box_offset = NULL; local
932 box_offset = &a_style->num_props[NUM_PROP_TOP].sv;
936 box_offset = &a_style->num_props[NUM_PROP_RIGHT].sv;
940 box_offset = &a_style->num_props[NUM_PROP_BOTTOM].sv;
943 box_offset = &a_style->num_props[NUM_PROP_LEFT].sv;
950 box_offset->type = NUM_AUTO;
953 cr_num_copy (box_offset, a_value->content.num);
961 cr_num_set (box_offset, 0.0, NUM_INHERIT);
965 box_offset->type = NUM_AUTO;

Completed in 19 milliseconds