Searched refs:CRStyle (Results 1 – 6 of 6) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-style.h | 47 typedef struct _CRStyle CRStyle ; typedef 290 CRStyle *parent_style ; 321 CRStyle * cr_style_new (gboolean a_set_props_to_initial_values) ; 323 enum CRStatus cr_style_set_props_to_default_values (CRStyle *a_this) ; 324 enum CRStatus cr_style_set_props_to_initial_values (CRStyle *a_this) ; 325 enum CRStatus cr_style_resolve_inherited_properties (CRStyle *a_this) ; 326 enum CRStatus cr_style_propagate_from_parent (CRStyle *a_this); 328 enum CRStatus cr_style_set_style_from_decl (CRStyle *a_this, 332 enum CRStatus cr_style_copy (CRStyle *a_dest, CRStyle *a_src) ; 334 enum CRStatus cr_style_ref (CRStyle *a_this) ; [all …]
|
D | cr-style.c | 253 set_prop_padding_x_from_value (CRStyle * a_style, 257 set_prop_border_x_width_from_value (CRStyle * a_style, 261 set_prop_border_width_from_value (CRStyle *a_style, 265 set_prop_border_x_style_from_value (CRStyle * a_style, 269 set_prop_border_style_from_value (CRStyle *a_style, 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-sel-eng.h | 111 CRStyle *a_parent_style, 112 CRStyle **a_style,
|
D | cr-sel-eng.c | 1107 set_style_from_props (CRStyle * a_style, CRPropList * a_props) in set_style_from_props() 1528 CRStyle * a_parent_style, in cr_sel_eng_get_matched_style() 1529 CRStyle ** a_style, in cr_sel_eng_get_matched_style()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-styled-ostream.oo.c | 144 CRStyle *base; 152 CRStyle *base; in crx_style_new() 282 style_compute_color_value (CRStyle *style, enum CRRgbProp which, in style_compute_color_value() 314 style_compute_font_weight_value (const CRStyle *style) in style_compute_font_weight_value() 371 style_compute_font_posture_value (const CRStyle *style) in style_compute_font_posture_value() 427 CRStyle *curr_style_base; in match()
|
/third_party/gettext/gnulib-local/ |
D | ChangeLog.0 | 1129 (match): Build a chain of CRXStyle instead of CRStyle.
|