Lines Matching refs:sv

445                 num_val = &a_style->num_props[NUM_PROP_PADDING_TOP].sv;
449 num_val = &a_style->num_props[NUM_PROP_PADDING_RIGHT].sv;
453 num_val = &a_style->num_props[NUM_PROP_PADDING_BOTTOM].sv;
457 num_val = &a_style->num_props[NUM_PROP_PADDING_LEFT].sv;
512 num_val = &a_style->num_props[NUM_PROP_BORDER_TOP].sv;
516 num_val = &a_style->num_props[NUM_PROP_BORDER_RIGHT].sv;
520 num_val = &a_style->num_props[NUM_PROP_BORDER_BOTTOM].sv;
524 num_val = &a_style->num_props[NUM_PROP_BORDER_LEFT].sv;
755 num_val = &a_style->num_props[NUM_PROP_MARGIN_TOP].sv;
759 num_val = &a_style->num_props[NUM_PROP_MARGIN_RIGHT].sv;
763 num_val = &a_style->num_props[NUM_PROP_MARGIN_BOTTOM].sv;
767 num_val = &a_style->num_props[NUM_PROP_MARGIN_LEFT].sv;
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;
1017 width = &a_style->num_props[NUM_PROP_WIDTH].sv;
1036 cr_num_copy (&a_style->num_props[NUM_PROP_WIDTH].sv,
1047 CRRgb *a_rgb = &a_style->rgb_props[RGB_PROP_COLOR].sv;
1061 CRRgb *rgb = &a_style->rgb_props[RGB_PROP_BACKGROUND_COLOR].sv;
1090 rgb_color = &a_style->rgb_props[RGB_PROP_BORDER_TOP_COLOR].sv;
1095 &a_style->rgb_props[RGB_PROP_BORDER_RIGHT_COLOR].sv;
1100 &a_style->rgb_props[RGB_PROP_BORDER_BOTTOM_COLOR].sv;
1105 &a_style->rgb_props[RGB_PROP_BORDER_LEFT_COLOR].sv;
1425 a_style->font_size.sv.type =
1427 a_style->font_size.sv.value.predefined =
1438 a_style->font_size.sv.type =
1440 a_style->font_size.sv.value.predefined =
1450 a_style->font_size.sv.type =
1452 a_style->font_size.sv.value.predefined =
1461 a_style->font_size.sv.type =
1463 a_style->font_size.sv.value.predefined =
1473 a_style->font_size.sv.type =
1475 a_style->font_size.sv.value.predefined =
1485 a_style->font_size.sv.type =
1487 a_style->font_size.sv.value.predefined =
1497 a_style->font_size.sv.type =
1499 a_style->font_size.sv.value.predefined =
1509 a_style->font_size.sv.type = RELATIVE_FONT_SIZE;
1510 a_style->font_size.sv.value.relative = FONT_SIZE_LARGER;
1519 a_style->font_size.sv.type = RELATIVE_FONT_SIZE;
1520 a_style->font_size.sv.value.relative =
1528 a_style->font_size.sv.type = INHERITED_FONT_SIZE;
1542 a_style->font_size.sv.type = ABSOLUTE_FONT_SIZE;
1543 cr_num_copy (&a_style->font_size.sv.value.absolute,
1754 cr_num_set (&a_this->num_props[i].sv, 0, NUM_AUTO);
1769 cr_num_set (&a_this->num_props[i].sv,
1788 cr_rgb_set_to_inherit (&a_this->rgb_props[i].sv,
1795 cr_rgb_set (&a_this->rgb_props[i].sv,
1797 cr_rgb_set_to_transparent (&a_this->rgb_props[i].sv,
1806 cr_rgb_set (&a_this->rgb_props[i].sv, 0, 0, 0,
1825 cr_font_size_set_to_inherit (&a_this->font_size.sv) ;
1853 cr_num_set (&a_this->num_props[i].sv, 800,
1860 cr_num_set (&a_this->num_props[i].sv, 0, NUM_AUTO);
1875 cr_num_set (&a_this->num_props[i].sv,
1890 cr_rgb_set (&a_this->rgb_props[i].sv, 0, 0, 0, FALSE);
1895 cr_rgb_set (&a_this->rgb_props[i].sv,
1897 cr_rgb_set_to_transparent (&a_this->rgb_props[i].sv,
1901 cr_rgb_set (&a_this->rgb_props[i].sv, 0, 0, 0, FALSE);
1919 (&a_this->font_size.sv, FONT_SIZE_MEDIUM) ;
1948 if (a_this->num_props[i].sv.type == NUM_INHERIT) {
1954 if (cr_rgb_is_set_to_inherit (&a_this->rgb_props[i].sv) == TRUE) {
1992 if (a_this->font_size.sv.type == INHERITED_FONT_SIZE) {
2339 tmp_str = cr_num_to_string (&a_prop_val->sv);
2344 g_string_append_printf (str, "sv: %s ", tmp_str);
2394 tmp_str = cr_rgb_to_string (&a_prop_val->sv);
2399 g_string_append_printf (str, "sv: %s ", tmp_str);
2759 tmp_str = cr_font_size_to_string (&a_this->font_size.sv);
2761 g_string_append_printf (str, "font-size {sv:%s, ",
2764 g_string_append (str, "font-size {sv:NULL, ");