Home
last modified time | relevance | path

Searched refs:num_props (Results 1 – 5 of 5) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.c456 num_val = &a_style->num_props[NUM_PROP_PADDING_TOP].sv; in set_prop_padding_x_from_value()
460 num_val = &a_style->num_props[NUM_PROP_PADDING_RIGHT].sv; in set_prop_padding_x_from_value()
464 num_val = &a_style->num_props[NUM_PROP_PADDING_BOTTOM].sv; in set_prop_padding_x_from_value()
468 num_val = &a_style->num_props[NUM_PROP_PADDING_LEFT].sv; in set_prop_padding_x_from_value()
523 num_val = &a_style->num_props[NUM_PROP_BORDER_TOP].sv; in set_prop_border_x_width_from_value()
527 num_val = &a_style->num_props[NUM_PROP_BORDER_RIGHT].sv; in set_prop_border_x_width_from_value()
531 num_val = &a_style->num_props[NUM_PROP_BORDER_BOTTOM].sv; in set_prop_border_x_width_from_value()
535 num_val = &a_style->num_props[NUM_PROP_BORDER_LEFT].sv; in set_prop_border_x_width_from_value()
768 num_val = &a_style->num_props[NUM_PROP_MARGIN_TOP].sv; in set_prop_margin_x_from_value()
772 num_val = &a_style->num_props[NUM_PROP_MARGIN_RIGHT].sv; in set_prop_margin_x_from_value()
[all …]
Dcr-style.h246 CRNumPropVal num_props[NB_NUM_PROPS] ; member
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcfg.c577 guint num_props, i; in gst_ffmpeg_cfg_fill_context() local
580 &num_props); in gst_ffmpeg_cfg_fill_context()
582 for (i = 0; i < num_props; ++i) { in gst_ffmpeg_cfg_fill_context()
/third_party/weston/libweston/backend-drm/
Dkms.c411 drm_property_info_free(struct drm_property_info *info, int num_props) in drm_property_info_free() argument
415 for (i = 0; i < num_props; i++) in drm_property_info_free()
418 memset(info, 0, sizeof(*info) * num_props); in drm_property_info_free()
Ddrm-internal.h649 drm_property_info_free(struct drm_property_info *info, int num_props);