• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/

Lines Matching refs:font_size

1395         memset (&a_style->font_size, 0, 
1398 if (!a_style->font_size) {
1399 a_style->font_size = cr_font_size_new ();
1400 if (!a_style->font_size) {
1404 cr_font_size_clear (a_style->font_size);
1427 a_style->font_size.sv.type =
1429 a_style->font_size.sv.value.predefined =
1440 a_style->font_size.sv.type =
1442 a_style->font_size.sv.value.predefined =
1452 a_style->font_size.sv.type =
1454 a_style->font_size.sv.value.predefined =
1463 a_style->font_size.sv.type =
1465 a_style->font_size.sv.value.predefined =
1475 a_style->font_size.sv.type =
1477 a_style->font_size.sv.value.predefined =
1487 a_style->font_size.sv.type =
1489 a_style->font_size.sv.value.predefined =
1499 a_style->font_size.sv.type =
1501 a_style->font_size.sv.value.predefined =
1511 a_style->font_size.sv.type = RELATIVE_FONT_SIZE;
1512 a_style->font_size.sv.value.relative = FONT_SIZE_LARGER;
1521 a_style->font_size.sv.type = RELATIVE_FONT_SIZE;
1522 a_style->font_size.sv.value.relative =
1530 a_style->font_size.sv.type = INHERITED_FONT_SIZE;
1544 a_style->font_size.sv.type = ABSOLUTE_FONT_SIZE;
1545 cr_num_copy (&a_style->font_size.sv.value.absolute,
1827 cr_font_size_set_to_inherit (&a_this->font_size.sv) ;
1828 cr_font_size_clear (&a_this->font_size.cv) ;
1829 cr_font_size_clear (&a_this->font_size.av) ;
1921 (&a_this->font_size.sv, FONT_SIZE_MEDIUM) ;
1994 if (a_this->font_size.sv.type == INHERITED_FONT_SIZE) {
1995 cr_font_size_copy (&a_this->font_size.cv,
1996 &a_this->parent_style->font_size.cv) ;
2761 tmp_str = cr_font_size_to_string (&a_this->font_size.sv);
2768 tmp_str = cr_font_size_to_string (&a_this->font_size.cv);
2774 tmp_str = cr_font_size_to_string (&a_this->font_size.av);