Home
last modified time | relevance | path

Searched refs:CRStyle (Results 1 – 6 of 6) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.h47 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 …]
Dcr-style.c253 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 …]
Dcr-sel-eng.h111 CRStyle *a_parent_style,
112 CRStyle **a_style,
Dcr-sel-eng.c1107 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/
Dterm-styled-ostream.oo.c144 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/
DChangeLog.01129 (match): Build a chain of CRXStyle instead of CRStyle.