Searched refs:a_this (Results 76 - 100 of 103) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-pseudo.h56 guchar * cr_pseudo_to_string (CRPseudo *a_this) ;
58 void cr_pseudo_dump (CRPseudo *a_this, FILE *a_fp) ;
60 void cr_pseudo_destroy (CRPseudo *a_this) ;
H A Dcr-parsing-location.h54 enum CRStatus cr_parsing_location_init (CRParsingLocation *a_this) ;
59 gchar * cr_parsing_location_to_string (CRParsingLocation *a_this,
61 void cr_parsing_location_dump (CRParsingLocation *a_this,
65 void cr_parsing_location_destroy (CRParsingLocation *a_this) ;
H A Dcr-num.c88 *@a_this: the current instance of #CRNum.
96 cr_num_to_string (CRNum * a_this) argument
104 g_return_val_if_fail (a_this, NULL);
106 test_val = a_this->val - (glong) a_this->val;
109 tmp_char1 = g_strdup_printf ("%ld", (glong) a_this->val);
111 tmp_char1 = g_strdup_printf ("%.3f", a_this->val);
116 switch (a_this->type) {
228 *@a_this: the instance of #CRNum to duplicate.
236 cr_num_dup (CRNum * a_this) argument
263 cr_num_set(CRNum * a_this, gdouble a_val, enum CRNumType a_type) argument
286 cr_num_is_fixed_length(CRNum * a_this) argument
307 cr_num_destroy(CRNum * a_this) argument
[all...]
H A Dcr-num.h105 cr_num_dup (CRNum *a_this) ;
108 cr_num_to_string (CRNum *a_this) ;
114 cr_num_set (CRNum *a_this, gdouble a_val,
118 cr_num_is_fixed_length (CRNum *a_this) ;
121 cr_num_destroy (CRNum *a_this) ;
H A Dcr-om-parser.c41 #define PRIVATE(a_this) ((a_this)->priv)
54 static void unrecoverable_error (CRDocHandler * a_this);
56 static void error (CRDocHandler * a_this);
58 static void property (CRDocHandler * a_this,
63 static void end_selector (CRDocHandler * a_this,
66 static void start_selector (CRDocHandler * a_this,
69 static void start_font_face (CRDocHandler * a_this,
72 static void end_font_face (CRDocHandler * a_this);
74 static void end_document (CRDocHandler * a_this);
143 cr_om_parser_init_default_sac_handler(CROMParser * a_this) argument
197 start_document(CRDocHandler * a_this) argument
213 start_font_face(CRDocHandler * a_this, CRParsingLocation *a_location) argument
235 end_font_face(CRDocHandler * a_this) argument
278 end_document(CRDocHandler * a_this) argument
308 charset(CRDocHandler * a_this, CRString * a_charset, CRParsingLocation *a_location) argument
344 start_page(CRDocHandler * a_this, CRString * a_page, CRString * a_pseudo, CRParsingLocation *a_location) argument
386 end_page(CRDocHandler * a_this, CRString * a_page, CRString * a_pseudo_page) argument
421 start_media(CRDocHandler * a_this, GList * a_media_list, CRParsingLocation *a_location) argument
451 end_media(CRDocHandler * a_this, GList * a_media_list) argument
483 import_style(CRDocHandler * a_this, GList * a_media_list, CRString * a_uri, CRString * a_uri_default_ns, CRParsingLocation *a_location) argument
543 start_selector(CRDocHandler * a_this, CRSelector * a_selector_list) argument
564 end_selector(CRDocHandler * a_this, CRSelector * a_selector_list) argument
617 property(CRDocHandler * a_this, CRString * a_name, CRTerm * a_expression, gboolean a_important) argument
722 error(CRDocHandler * a_this) argument
740 unrecoverable_error(CRDocHandler * a_this) argument
832 cr_om_parser_parse_buf(CROMParser * a_this, const guchar * a_buf, gulong a_len, enum CREncoding a_enc, CRStyleSheet ** a_result) argument
922 cr_om_parser_parse_file(CROMParser * a_this, const guchar * a_file_uri, enum CREncoding a_enc, CRStyleSheet ** a_result) argument
1011 cr_om_parser_parse_paths_to_cascade(CROMParser * a_this, const guchar * a_author_path, const guchar * a_user_path, const guchar * a_ua_path, enum CREncoding a_encoding, CRCascade ** a_result) argument
1104 cr_om_parser_destroy(CROMParser * a_this) argument
[all...]
H A Dcr-declaration.c38 *@a_this: the current instance of #CRDeclaration.
45 dump (CRDeclaration * a_this, FILE * a_fp, glong a_indent) argument
49 g_return_if_fail (a_this);
51 str = cr_declaration_to_string (a_this, a_indent);
282 *@a_this: the current declaration list.
290 cr_declaration_append (CRDeclaration * a_this, CRDeclaration * a_new) argument
296 if (!a_this)
299 for (cur = a_this; cur && cur->next; cur = cur->next) ;
304 return a_this;
387 * @a_this
395 cr_declaration_prepend(CRDeclaration * a_this, CRDeclaration * a_new) argument
423 cr_declaration_append2(CRDeclaration * a_this, CRString * a_prop, CRTerm * a_value) argument
451 cr_declaration_dump(CRDeclaration * a_this, FILE * a_fp, glong a_indent, gboolean a_one_per_line) argument
478 cr_declaration_dump_one(CRDeclaration * a_this, FILE * a_fp, glong a_indent) argument
496 cr_declaration_to_string(CRDeclaration * a_this, gulong a_indent) argument
565 cr_declaration_list_to_string(CRDeclaration * a_this, gulong a_indent) argument
603 cr_declaration_list_to_string2(CRDeclaration * a_this, gulong a_indent, gboolean a_one_decl_per_line) argument
651 cr_declaration_nr_props(CRDeclaration * a_this) argument
675 cr_declaration_get_from_list(CRDeclaration * a_this, int itemnr) argument
697 cr_declaration_get_by_prop_name(CRDeclaration * a_this, const guchar * a_prop) argument
725 cr_declaration_ref(CRDeclaration * a_this) argument
744 cr_declaration_unref(CRDeclaration * a_this) argument
766 cr_declaration_destroy(CRDeclaration * a_this) argument
[all...]
H A Dcr-fonts.h234 cr_font_family_append (CRFontFamily *a_this,
238 cr_font_family_to_string (CRFontFamily *a_this,
242 cr_font_family_prepend (CRFontFamily *a_this,
246 cr_font_family_destroy (CRFontFamily *a_this) ;
249 cr_font_family_set_name (CRFontFamily *a_this, guchar *a_name) ;
258 enum CRStatus cr_font_size_clear (CRFontSize *a_this) ;
262 enum CRStatus cr_font_size_set_predefined_absolute_font_size (CRFontSize *a_this,
264 enum CRStatus cr_font_size_set_relative_font_size (CRFontSize *a_this,
267 enum CRStatus cr_font_size_set_absolute_font_size (CRFontSize *a_this,
271 enum CRStatus cr_font_size_set_to_inherit (CRFontSize *a_this) ;
[all...]
H A Dcr-sel-eng.c37 #define PRIVATE(a_this) (a_this)->priv
69 static enum CRStatus sel_matches_node_real (CRSelEng * a_this,
76 static enum CRStatus cr_sel_eng_get_matched_rulesets_real (CRSelEng * a_this,
88 static gboolean pseudo_class_add_sel_matches_node (CRSelEng * a_this,
93 static gboolean lang_pseudo_class_handler (CRSelEng * a_this,
97 static gboolean first_child_pseudo_class_handler (CRSelEng * a_this,
110 lang_pseudo_class_handler (CRSelEng * a_this, argument
117 g_return_val_if_fail (a_this && PRIVATE (a_this)
153 first_child_pseudo_class_handler(CRSelEng * a_this, CRAdditionalSel * a_sel, xmlNode * a_node) argument
180 pseudo_class_add_sel_matches_node(CRSelEng * a_this, CRAdditionalSel * a_add_sel, xmlNode * a_node) argument
477 additional_selector_matches_node(CRSelEng * a_this, CRAdditionalSel * a_add_sel, xmlNode * a_node) argument
618 sel_matches_node_real(CRSelEng * a_this, CRSimpleSel * a_sel, xmlNode * a_node, gboolean * a_result, gboolean a_eval_sel_list_from_end, gboolean a_recurse) argument
812 cr_sel_eng_get_matched_rulesets_real(CRSelEng * a_this, CRStyleSheet * a_stylesheet, xmlNode * a_node, CRStatement ** a_rulesets, gulong * a_len) argument
1157 cr_sel_eng_register_pseudo_class_sel_handler(CRSelEng * a_this, guchar * a_name, enum CRPseudoType a_type, CRPseudoClassSelectorHandler a_handler) argument
1188 cr_sel_eng_unregister_pseudo_class_sel_handler(CRSelEng * a_this, guchar * a_name, enum CRPseudoType a_type) argument
1232 cr_sel_eng_unregister_all_pseudo_class_sel_handlers(CRSelEng * a_this) argument
1259 cr_sel_eng_get_pseudo_class_selector_handler(CRSelEng * a_this, guchar * a_name, enum CRPseudoType a_type, CRPseudoClassSelectorHandler * a_handler) argument
1305 cr_sel_eng_matches_node(CRSelEng * a_this, CRSimpleSel * a_sel, xmlNode * a_node, gboolean * a_result) argument
1341 cr_sel_eng_get_matched_rulesets(CRSelEng * a_this, CRStyleSheet * a_sheet, xmlNode * a_node, CRStatement *** a_rulesets, gulong * a_len) argument
1407 cr_sel_eng_get_matched_properties_from_cascade(CRSelEng * a_this, CRCascade * a_cascade, xmlNode * a_node, CRPropList ** a_props) argument
1508 cr_sel_eng_get_matched_style(CRSelEng * a_this, CRCascade * a_cascade, xmlNode * a_node, CRStyle * a_parent_style, CRStyle ** a_style, gboolean a_set_props_to_initial_values) argument
1555 cr_sel_eng_destroy(CRSelEng * a_this) argument
[all...]
H A Dcr-om-parser.h65 enum CRStatus cr_om_parser_parse_file (CROMParser *a_this,
75 enum CRStatus cr_om_parser_parse_buf (CROMParser *a_this,
81 enum CRStatus cr_om_parser_parse_paths_to_cascade (CROMParser *a_this,
94 void cr_om_parser_destroy (CROMParser *a_this) ;
H A Dcr-style.c1737 *@param a_this the current instance of #CRStyle.
1741 cr_style_set_props_to_default_values (CRStyle * a_this) argument
1745 g_return_val_if_fail (a_this, CR_BAD_PARAM_ERROR);
1756 cr_num_set (&a_this->num_props[i].sv, 0, NUM_AUTO);
1771 cr_num_set (&a_this->num_props[i].sv,
1790 cr_rgb_set_to_inherit (&a_this->rgb_props[i].sv,
1797 cr_rgb_set (&a_this->rgb_props[i].sv,
1799 cr_rgb_set_to_transparent (&a_this->rgb_props[i].sv,
1808 cr_rgb_set (&a_this->rgb_props[i].sv, 0, 0, 0,
1815 a_this
1846 cr_style_set_props_to_initial_values(CRStyle *a_this) argument
1938 cr_style_resolve_inherited_properties(CRStyle *a_this) argument
2013 cr_style_set_style_from_decl(CRStyle * a_this, CRDeclaration * a_decl) argument
2247 cr_style_ref(CRStyle * a_this) argument
2265 cr_style_unref(CRStyle * a_this) argument
2288 cr_style_dup(CRStyle * a_this) argument
2660 cr_style_to_string(CRStyle * a_this, GString ** a_str, guint a_nb_indent) argument
2846 cr_style_destroy(CRStyle * a_this) argument
[all...]
H A Dcr-style.h314 enum CRStatus cr_style_set_props_to_default_values (CRStyle *a_this) ;
315 enum CRStatus cr_style_set_props_to_initial_values (CRStyle *a_this) ;
316 enum CRStatus cr_style_resolve_inherited_properties (CRStyle *a_this) ;
317 enum CRStatus cr_style_propagate_from_parent (CRStyle *a_this);
319 enum CRStatus cr_style_set_style_from_decl (CRStyle *a_this,
325 enum CRStatus cr_style_ref (CRStyle *a_this) ;
327 gboolean cr_style_unref (CRStyle *a_this) ;
329 void cr_style_destroy (CRStyle *a_this) ;
331 CRStyle * cr_style_dup (CRStyle *a_this) ;
333 enum CRStatus cr_style_to_string (CRStyle *a_this,
[all...]
H A Dcr-enc-handler.c138 *@a_this: the current instance of #CREncHandler.
152 cr_enc_handler_convert_input (CREncHandler * a_this, argument
159 g_return_val_if_fail (a_this && a_in && a_in_len && a_out,
162 if (a_this->decode_input == NULL)
165 if (a_this->enc_str_len_as_utf8) {
166 status = a_this->enc_str_len_as_utf8 (a_in,
177 status = a_this->decode_input (a_in, a_in_len, *a_out, a_out_len);
H A Dcr-enc-handler.h86 cr_enc_handler_convert_input (CREncHandler *a_this,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-parsing-location.h54 enum CRStatus cr_parsing_location_init (CRParsingLocation *a_this) ;
59 gchar * cr_parsing_location_to_string (CRParsingLocation *a_this,
61 void cr_parsing_location_dump (CRParsingLocation *a_this,
65 void cr_parsing_location_destroy (CRParsingLocation *a_this) ;
H A Dcr-num.c88 *@a_this: the current instance of #CRNum.
96 cr_num_to_string (CRNum * a_this) argument
104 g_return_val_if_fail (a_this, NULL);
106 test_val = a_this->val - (glong) a_this->val;
109 tmp_char1 = g_strdup_printf ("%ld", (glong) a_this->val);
111 tmp_char1 = g_strdup_printf ("%.3f", a_this->val);
116 switch (a_this->type) {
228 *@a_this: the instance of #CRNum to duplicate.
236 cr_num_dup (CRNum * a_this) argument
263 cr_num_set(CRNum * a_this, gdouble a_val, enum CRNumType a_type) argument
286 cr_num_is_fixed_length(CRNum * a_this) argument
307 cr_num_destroy(CRNum * a_this) argument
[all...]
H A Dcr-num.h105 cr_num_dup (CRNum *a_this) ;
108 cr_num_to_string (CRNum *a_this) ;
114 cr_num_set (CRNum *a_this, gdouble a_val,
118 cr_num_is_fixed_length (CRNum *a_this) ;
121 cr_num_destroy (CRNum *a_this) ;
H A Dcr-om-parser.c41 #define PRIVATE(a_this) ((a_this)->priv)
54 static void unrecoverable_error (CRDocHandler * a_this);
56 static void error (CRDocHandler * a_this);
58 static void property (CRDocHandler * a_this,
63 static void end_selector (CRDocHandler * a_this,
66 static void start_selector (CRDocHandler * a_this,
69 static void start_font_face (CRDocHandler * a_this,
72 static void end_font_face (CRDocHandler * a_this);
74 static void end_document (CRDocHandler * a_this);
143 cr_om_parser_init_default_sac_handler(CROMParser * a_this) argument
197 start_document(CRDocHandler * a_this) argument
213 start_font_face(CRDocHandler * a_this, CRParsingLocation *a_location) argument
235 end_font_face(CRDocHandler * a_this) argument
278 end_document(CRDocHandler * a_this) argument
308 charset(CRDocHandler * a_this, CRString * a_charset, CRParsingLocation *a_location) argument
344 start_page(CRDocHandler * a_this, CRString * a_page, CRString * a_pseudo, CRParsingLocation *a_location) argument
386 end_page(CRDocHandler * a_this, CRString * a_page, CRString * a_pseudo_page) argument
421 start_media(CRDocHandler * a_this, GList * a_media_list, CRParsingLocation *a_location) argument
451 end_media(CRDocHandler * a_this, GList * a_media_list) argument
483 import_style(CRDocHandler * a_this, GList * a_media_list, CRString * a_uri, CRString * a_uri_default_ns, CRParsingLocation *a_location) argument
543 start_selector(CRDocHandler * a_this, CRSelector * a_selector_list) argument
564 end_selector(CRDocHandler * a_this, CRSelector * a_selector_list) argument
617 property(CRDocHandler * a_this, CRString * a_name, CRTerm * a_expression, gboolean a_important) argument
722 error(CRDocHandler * a_this) argument
740 unrecoverable_error(CRDocHandler * a_this) argument
832 cr_om_parser_parse_buf(CROMParser * a_this, const guchar * a_buf, gulong a_len, enum CREncoding a_enc, CRStyleSheet ** a_result) argument
922 cr_om_parser_parse_file(CROMParser * a_this, const guchar * a_file_uri, enum CREncoding a_enc, CRStyleSheet ** a_result) argument
1011 cr_om_parser_parse_paths_to_cascade(CROMParser * a_this, const guchar * a_author_path, const guchar * a_user_path, const guchar * a_ua_path, enum CREncoding a_encoding, CRCascade ** a_result) argument
1104 cr_om_parser_destroy(CROMParser * a_this) argument
[all...]
H A Dcr-declaration.c38 *@a_this: the current instance of #CRDeclaration.
45 dump (CRDeclaration * a_this, FILE * a_fp, glong a_indent) argument
49 g_return_if_fail (a_this);
51 str = cr_declaration_to_string (a_this, a_indent);
282 *@a_this: the current declaration list.
290 cr_declaration_append (CRDeclaration * a_this, CRDeclaration * a_new) argument
296 if (!a_this)
299 for (cur = a_this; cur && cur->next; cur = cur->next) ;
304 return a_this;
387 * @a_this
395 cr_declaration_prepend(CRDeclaration * a_this, CRDeclaration * a_new) argument
423 cr_declaration_append2(CRDeclaration * a_this, CRString * a_prop, CRTerm * a_value) argument
451 cr_declaration_dump(CRDeclaration * a_this, FILE * a_fp, glong a_indent, gboolean a_one_per_line) argument
478 cr_declaration_dump_one(CRDeclaration * a_this, FILE * a_fp, glong a_indent) argument
496 cr_declaration_to_string(CRDeclaration * a_this, gulong a_indent) argument
565 cr_declaration_list_to_string(CRDeclaration * a_this, gulong a_indent) argument
603 cr_declaration_list_to_string2(CRDeclaration * a_this, gulong a_indent, gboolean a_one_decl_per_line) argument
651 cr_declaration_nr_props(CRDeclaration * a_this) argument
675 cr_declaration_get_from_list(CRDeclaration * a_this, int itemnr) argument
697 cr_declaration_get_by_prop_name(CRDeclaration * a_this, const guchar * a_prop) argument
725 cr_declaration_ref(CRDeclaration * a_this) argument
744 cr_declaration_unref(CRDeclaration * a_this) argument
766 cr_declaration_destroy(CRDeclaration * a_this) argument
[all...]
H A Dcr-fonts.h234 cr_font_family_append (CRFontFamily *a_this,
238 cr_font_family_to_string (CRFontFamily *a_this,
242 cr_font_family_prepend (CRFontFamily *a_this,
246 cr_font_family_destroy (CRFontFamily *a_this) ;
249 cr_font_family_set_name (CRFontFamily *a_this, guchar *a_name) ;
258 enum CRStatus cr_font_size_clear (CRFontSize *a_this) ;
262 enum CRStatus cr_font_size_set_predefined_absolute_font_size (CRFontSize *a_this,
264 enum CRStatus cr_font_size_set_relative_font_size (CRFontSize *a_this,
267 enum CRStatus cr_font_size_set_absolute_font_size (CRFontSize *a_this,
271 enum CRStatus cr_font_size_set_to_inherit (CRFontSize *a_this) ;
[all...]
H A Dcr-sel-eng.c37 #define PRIVATE(a_this) (a_this)->priv
69 static enum CRStatus sel_matches_node_real (CRSelEng * a_this,
76 static enum CRStatus cr_sel_eng_get_matched_rulesets_real (CRSelEng * a_this,
88 static gboolean pseudo_class_add_sel_matches_node (CRSelEng * a_this,
93 static gboolean lang_pseudo_class_handler (CRSelEng * a_this,
97 static gboolean first_child_pseudo_class_handler (CRSelEng * a_this,
110 lang_pseudo_class_handler (CRSelEng * a_this, argument
117 g_return_val_if_fail (a_this && PRIVATE (a_this)
153 first_child_pseudo_class_handler(CRSelEng * a_this, CRAdditionalSel * a_sel, xmlNode * a_node) argument
180 pseudo_class_add_sel_matches_node(CRSelEng * a_this, CRAdditionalSel * a_add_sel, xmlNode * a_node) argument
477 additional_selector_matches_node(CRSelEng * a_this, CRAdditionalSel * a_add_sel, xmlNode * a_node) argument
618 sel_matches_node_real(CRSelEng * a_this, CRSimpleSel * a_sel, xmlNode * a_node, gboolean * a_result, gboolean a_eval_sel_list_from_end, gboolean a_recurse) argument
812 cr_sel_eng_get_matched_rulesets_real(CRSelEng * a_this, CRStyleSheet * a_stylesheet, xmlNode * a_node, CRStatement ** a_rulesets, gulong * a_len) argument
1157 cr_sel_eng_register_pseudo_class_sel_handler(CRSelEng * a_this, guchar * a_name, enum CRPseudoType a_type, CRPseudoClassSelectorHandler a_handler) argument
1188 cr_sel_eng_unregister_pseudo_class_sel_handler(CRSelEng * a_this, guchar * a_name, enum CRPseudoType a_type) argument
1232 cr_sel_eng_unregister_all_pseudo_class_sel_handlers(CRSelEng * a_this) argument
1259 cr_sel_eng_get_pseudo_class_selector_handler(CRSelEng * a_this, guchar * a_name, enum CRPseudoType a_type, CRPseudoClassSelectorHandler * a_handler) argument
1305 cr_sel_eng_matches_node(CRSelEng * a_this, CRSimpleSel * a_sel, xmlNode * a_node, gboolean * a_result) argument
1341 cr_sel_eng_get_matched_rulesets(CRSelEng * a_this, CRStyleSheet * a_sheet, xmlNode * a_node, CRStatement *** a_rulesets, gulong * a_len) argument
1407 cr_sel_eng_get_matched_properties_from_cascade(CRSelEng * a_this, CRCascade * a_cascade, xmlNode * a_node, CRPropList ** a_props) argument
1508 cr_sel_eng_get_matched_style(CRSelEng * a_this, CRCascade * a_cascade, xmlNode * a_node, CRStyle * a_parent_style, CRStyle ** a_style, gboolean a_set_props_to_initial_values) argument
1555 cr_sel_eng_destroy(CRSelEng * a_this) argument
[all...]
H A Dcr-om-parser.h65 enum CRStatus cr_om_parser_parse_file (CROMParser *a_this,
75 enum CRStatus cr_om_parser_parse_buf (CROMParser *a_this,
81 enum CRStatus cr_om_parser_parse_paths_to_cascade (CROMParser *a_this,
94 void cr_om_parser_destroy (CROMParser *a_this) ;
H A Dcr-style.c1737 *@param a_this the current instance of #CRStyle.
1741 cr_style_set_props_to_default_values (CRStyle * a_this) argument
1745 g_return_val_if_fail (a_this, CR_BAD_PARAM_ERROR);
1756 cr_num_set (&a_this->num_props[i].sv, 0, NUM_AUTO);
1771 cr_num_set (&a_this->num_props[i].sv,
1790 cr_rgb_set_to_inherit (&a_this->rgb_props[i].sv,
1797 cr_rgb_set (&a_this->rgb_props[i].sv,
1799 cr_rgb_set_to_transparent (&a_this->rgb_props[i].sv,
1808 cr_rgb_set (&a_this->rgb_props[i].sv, 0, 0, 0,
1815 a_this
1846 cr_style_set_props_to_initial_values(CRStyle *a_this) argument
1938 cr_style_resolve_inherited_properties(CRStyle *a_this) argument
2013 cr_style_set_style_from_decl(CRStyle * a_this, CRDeclaration * a_decl) argument
2247 cr_style_ref(CRStyle * a_this) argument
2265 cr_style_unref(CRStyle * a_this) argument
2288 cr_style_dup(CRStyle * a_this) argument
2660 cr_style_to_string(CRStyle * a_this, GString ** a_str, guint a_nb_indent) argument
2846 cr_style_destroy(CRStyle * a_this) argument
[all...]
H A Dcr-style.h314 enum CRStatus cr_style_set_props_to_default_values (CRStyle *a_this) ;
315 enum CRStatus cr_style_set_props_to_initial_values (CRStyle *a_this) ;
316 enum CRStatus cr_style_resolve_inherited_properties (CRStyle *a_this) ;
317 enum CRStatus cr_style_propagate_from_parent (CRStyle *a_this);
319 enum CRStatus cr_style_set_style_from_decl (CRStyle *a_this,
325 enum CRStatus cr_style_ref (CRStyle *a_this) ;
327 gboolean cr_style_unref (CRStyle *a_this) ;
329 void cr_style_destroy (CRStyle *a_this) ;
331 CRStyle * cr_style_dup (CRStyle *a_this) ;
333 enum CRStatus cr_style_to_string (CRStyle *a_this,
[all...]
H A Dcr-enc-handler.c138 *@a_this: the current instance of #CREncHandler.
152 cr_enc_handler_convert_input (CREncHandler * a_this, argument
159 g_return_val_if_fail (a_this && a_in && a_in_len && a_out,
162 if (a_this->decode_input == NULL)
165 if (a_this->enc_str_len_as_utf8) {
166 status = a_this->enc_str_len_as_utf8 (a_in,
177 status = a_this->decode_input (a_in, a_in_len, *a_out, a_out_len);
H A Dcr-enc-handler.h86 cr_enc_handler_convert_input (CREncHandler *a_this,

Completed in 440 milliseconds

12345