Searched refs:CRTerm (Results 1 – 12 of 12) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-term.h | 81 typedef struct _CRTerm CRTerm ; typedef 132 CRTerm *func_param ; 148 CRTerm *next ; 154 CRTerm *prev ; 158 CRTerm * cr_term_parse_expression_from_buf (const guchar *a_buf, 160 CRTerm * cr_term_new (void) ; 162 enum CRStatus cr_term_set_number (CRTerm *a_this, CRNum *a_num) ; 164 enum CRStatus cr_term_set_function (CRTerm *a_this, 166 CRTerm *a_func_param) ; 168 enum CRStatus cr_term_set_string (CRTerm *a_this, CRString *a_str) ; [all …]
|
D | cr-term.c | 47 cr_term_clear (CRTerm * a_this) in cr_term_clear() 95 CRTerm * 98 CRTerm *result = NULL; in cr_term_new() 100 result = g_try_malloc (sizeof (CRTerm)); in cr_term_new() 105 memset (result, 0, sizeof (CRTerm)); in cr_term_new() 116 CRTerm * 121 CRTerm *result = NULL; in cr_term_parse_expression_from_buf() 152 cr_term_set_number (CRTerm * a_this, CRNum * a_num) in cr_term_set_number() 164 cr_term_set_function (CRTerm * a_this, CRString * a_func_name, in cr_term_set_function() 165 CRTerm * a_func_param) in cr_term_set_function() [all …]
|
D | cr-style.c | 254 CRTerm * a_value, enum CRDirection a_dir); 258 CRTerm * a_value, 262 CRTerm *a_value) ; 266 CRTerm * a_value, 270 CRTerm *a_value) ; 273 set_prop_margin_x_from_value (CRStyle * a_style, CRTerm * a_value, 277 set_prop_display_from_value (CRStyle * a_style, CRTerm * a_value); 280 set_prop_position_from_value (CRStyle * a_style, CRTerm * a_value); 283 set_prop_x_from_value (CRStyle * a_style, CRTerm * a_value, 287 set_prop_float (CRStyle * a_style, CRTerm * a_value); [all …]
|
D | cr-declaration.h | 62 CRTerm *value ; 89 CRTerm *a_value) ; 104 CRTerm *a_value) ;
|
D | cr-parser.h | 108 enum CRStatus cr_parser_parse_term (CRParser *a_this, CRTerm **a_term) ; 110 enum CRStatus cr_parser_parse_expr (CRParser *a_this, CRTerm **a_expr) ; 115 CRTerm **a_expr, gboolean *a_important) ;
|
D | cr-declaration.c | 85 CRString * a_property, CRTerm * a_value) in cr_declaration_new() 132 CRTerm *value = NULL; in cr_declaration_parse_from_buf() 197 CRTerm *value = NULL; in cr_declaration_parse_list_from_buf() 438 CRString * a_prop, CRTerm * a_value) in cr_declaration_append2()
|
D | cr-statement.h | 340 CRString *a_prop, CRTerm *a_value) ; 403 CRTerm *a_value) ;
|
D | cr-doc-handler.h | 176 CRTerm *a_expression,
|
D | cr-parser.c | 374 CRTerm ** a_expr); 1517 cr_parser_parse_term (CRParser * a_this, CRTerm ** a_term) in cr_parser_parse_term() 1521 CRTerm *result = NULL; in cr_parser_parse_term() 1522 CRTerm *param = NULL; in cr_parser_parse_term() 2139 CRTerm ** a_expr) in cr_parser_parse_function() 2144 CRTerm *expr = NULL; in cr_parser_parse_function() 3021 cr_parser_parse_expr (CRParser * a_this, CRTerm ** a_expr) in cr_parser_parse_expr() 3025 CRTerm *expr = NULL, in cr_parser_parse_expr() 3181 CRTerm ** a_expr, gboolean * a_important) in cr_parser_parse_declaration() 3186 CRTerm *expr = NULL; in cr_parser_parse_declaration() [all …]
|
D | cr-statement.c | 88 CRTerm * a_value, gboolean a_important) in parse_font_face_property_cb() 199 CRTerm * a_expression, gboolean a_important) in parse_page_property_cb() 315 CRString * a_name, CRTerm * a_value, in parse_at_media_property_cb() 428 CRTerm * a_value, gboolean a_important) in parse_ruleset_property_cb() 2106 CRTerm * a_value) in cr_statement_ruleset_append_decl2() 2467 CRString * a_prop, CRTerm * a_value) in cr_statement_at_font_face_rule_add_decl()
|
D | cr-om-parser.c | 70 CRTerm * a_expression, 650 CRTerm * a_expression, in property()
|
D | cr-rgb.c | 662 CRTerm *value = NULL ; in cr_rgb_parse_from_buf()
|