Home
last modified time | relevance | path

Searched refs:property_id (Results 1 – 25 of 3680) sorted by relevance

12345678910>>...148

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dabstract_property_set_css_style_declaration.cc73 CSSPropertyID property_id = in getPropertyValue() local
75 if (!isValidCSSPropertyID(property_id)) in getPropertyValue()
84 CSSPropertyID property_id = in getPropertyPriority() local
99 CSSPropertyID property_id = in GetPropertyShorthand() local
114 CSSPropertyID property_id = in IsPropertyImplicit() local
118 if (property_id < firstCSSProperty) in IsPropertyImplicit()
129 CSSPropertyID property_id = in setProperty() local
146 CSSPropertyID property_id = in removeProperty() local
172 CSSPropertyID property_id) { in GetPropertyCSSValueInternal() argument
185 CSSPropertyID property_id) { in GetPropertyValueInternal() argument
[all …]
/dports/devel/p5-Goo-Canvas/Goo-Canvas-0.06/xs/
H A Dgoocanvasstyle.xs7 GQuark property_id; in get_property_id() local
11 property_id = goo_canvas_style_fill_pattern_id; in get_property_id()
13 property_id = goo_canvas_style_fill_rule_id; in get_property_id()
15 property_id = goo_canvas_style_operator_id; in get_property_id()
17 property_id = goo_canvas_style_antialias_id; in get_property_id()
21 property_id = goo_canvas_style_line_cap_id; in get_property_id()
34 return property_id; in get_property_id()
65 GQuark property_id;
69 property_id = get_property_id(property);
83 GQuark property_id;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dabstract_property_set_css_style_declaration.cc70 CSSPropertyID property_id = in getPropertyValue() local
72 if (!isValidCSSPropertyID(property_id)) in getPropertyValue()
81 CSSPropertyID property_id = in getPropertyPriority() local
96 CSSPropertyID property_id = in GetPropertyShorthand() local
111 CSSPropertyID property_id = in IsPropertyImplicit() local
115 if (property_id < firstCSSProperty) in IsPropertyImplicit()
126 CSSPropertyID property_id = in setProperty() local
145 CSSPropertyID property_id = in removeProperty() local
171 CSSPropertyID property_id) { in GetPropertyCSSValueInternal() argument
184 CSSPropertyID property_id) { in GetPropertyValueInternal() argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/chrome/wilco_ec/
H A Dproperties.c21 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member
29 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member
53 if (memcmp(rq->property_id, rs->property_id, sizeof(rs->property_id))) in send_property_msg()
68 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_get_property()
90 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_set_property()
104 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_get_byte_property() argument
110 msg.property_id = property_id; in wilco_ec_get_byte_property()
124 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_set_byte_property() argument
129 msg.property_id = property_id; in wilco_ec_set_byte_property()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/chrome/wilco_ec/
H A Dproperties.c21 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member
29 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member
53 if (memcmp(rq->property_id, rs->property_id, sizeof(rs->property_id))) in send_property_msg()
68 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_get_property()
90 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_set_property()
104 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_get_byte_property() argument
110 msg.property_id = property_id; in wilco_ec_get_byte_property()
124 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_set_byte_property() argument
129 msg.property_id = property_id; in wilco_ec_set_byte_property()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/chrome/wilco_ec/
H A Dproperties.c21 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member
29 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member
53 if (memcmp(rq->property_id, rs->property_id, sizeof(rs->property_id))) in send_property_msg()
68 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_get_property()
90 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_set_property()
104 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_get_byte_property() argument
110 msg.property_id = property_id; in wilco_ec_get_byte_property()
124 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_set_byte_property() argument
129 msg.property_id = property_id; in wilco_ec_set_byte_property()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/cssom/
H A Dstyle_property_map.cc65 switch (property_id) { in StyleValueToCSSValue()
257 const CSSPropertyID property_id = in set() local
259 if (property_id == CSSPropertyID::kInvalid) { in set()
264 DCHECK(isValidCSSPropertyID(property_id)); in set()
309 if (property_id == CSSPropertyID::kVariable) in set()
312 SetProperty(property_id, *result); in set()
322 const CSSPropertyID property_id = in append() local
325 if (property_id == CSSPropertyID::kInvalid) { in append()
362 SetProperty(property_id, *current_value); in append()
369 if (property_id == CSSPropertyID::kInvalid) { in remove()
[all …]
H A Dprepopulated_computed_style_property_map.cc29 for (const auto& property_id : native_properties) { in PrepopulatedComputedStylePropertyMap() local
31 DCHECK_NE(property_id, CSSPropertyID::kInvalid); in PrepopulatedComputedStylePropertyMap()
32 if (CSSProperty::Get(property_id).IsShorthand()) in PrepopulatedComputedStylePropertyMap()
35 UpdateNativeProperty(style, property_id); in PrepopulatedComputedStylePropertyMap()
50 for (const auto& property_id : native_values_.Keys()) { in UpdateStyle() local
51 DCHECK_NE(property_id, CSSPropertyID::kInvalid); in UpdateStyle()
52 UpdateNativeProperty(style, property_id); in UpdateStyle()
62 CSSPropertyID property_id) { in UpdateNativeProperty() argument
63 native_values_.Set(property_id, CSSProperty::Get(property_id) in UpdateNativeProperty()
84 CSSPropertyID property_id) const { in GetProperty()
[all …]
H A Dstyle_value_factory.cc69 switch (property_id) { in CreateStyleValueWithPropertyInternal()
110 CSSPropertyName(property_id), value); in CreateStyleValueWithPropertyInternal()
224 DCHECK_NE(property_id, CSSPropertyID::kInvalid); in CreateStyleValueWithProperty()
232 CSSPropertyName(property_id), value); in CreateStyleValueWithProperty()
253 CSSPropertyID property_id, in FromString() argument
257 DCHECK_NE(property_id, CSSPropertyID::kInvalid); in FromString()
265 if (property_id != CSSPropertyID::kVariable && in FromString()
283 CSSPropertyName(property_id), css_text)); in FromString()
350 CSSPropertyID property_id = name.Id(); in CssValueToStyleValueVector() local
365 property_id != CSSPropertyID::kVariable) || in CssValueToStyleValueVector()
[all …]
H A Dinline_style_property_map.cc20 CSSPropertyID property_id) const { in GetProperty()
22 return inline_style ? inline_style->GetPropertyCSSValue(property_id) in GetProperty()
33 void InlineStylePropertyMap::SetProperty(CSSPropertyID property_id, in SetProperty() argument
35 owner_element_->SetInlineStyleProperty(property_id, value); in SetProperty()
39 CSSPropertyID property_id, in SetShorthandProperty() argument
42 DCHECK(CSSProperty::Get(property_id).IsShorthand()); in SetShorthandProperty()
44 property_id, value, false /* important */, secure_context_mode); in SetShorthandProperty()
60 void InlineStylePropertyMap::RemoveProperty(CSSPropertyID property_id) { in RemoveProperty() argument
61 owner_element_->RemoveInlineStyleProperty(property_id); in RemoveProperty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/cssom/
H A Dstyle_property_map.cc65 switch (property_id) { in StyleValueToCSSValue()
269 const CSSPropertyID property_id = in set() local
271 if (property_id == CSSPropertyID::kInvalid) { in set()
276 DCHECK(isValidCSSPropertyID(property_id)); in set()
321 if (property_id == CSSPropertyID::kVariable) in set()
324 SetProperty(property_id, *result); in set()
334 const CSSPropertyID property_id = in append() local
337 if (property_id == CSSPropertyID::kInvalid) { in append()
374 SetProperty(property_id, *current_value); in append()
381 if (property_id == CSSPropertyID::kInvalid) { in remove()
[all …]
H A Dprepopulated_computed_style_property_map.cc29 for (const auto& property_id : native_properties) { in PrepopulatedComputedStylePropertyMap() local
31 DCHECK_NE(property_id, CSSPropertyID::kInvalid); in PrepopulatedComputedStylePropertyMap()
32 if (CSSProperty::Get(property_id).IsShorthand()) in PrepopulatedComputedStylePropertyMap()
35 UpdateNativeProperty(style, property_id); in PrepopulatedComputedStylePropertyMap()
50 for (const auto& property_id : native_values_.Keys()) { in UpdateStyle() local
51 DCHECK_NE(property_id, CSSPropertyID::kInvalid); in UpdateStyle()
52 UpdateNativeProperty(style, property_id); in UpdateStyle()
62 CSSPropertyID property_id) { in UpdateNativeProperty() argument
63 native_values_.Set(property_id, CSSProperty::Get(property_id) in UpdateNativeProperty()
84 CSSPropertyID property_id) const { in GetProperty()
[all …]
H A Dstyle_value_factory.cc69 switch (property_id) { in CreateStyleValueWithPropertyInternal()
110 CSSPropertyName(property_id), value); in CreateStyleValueWithPropertyInternal()
224 DCHECK_NE(property_id, CSSPropertyID::kInvalid); in CreateStyleValueWithProperty()
232 CSSPropertyName(property_id), value); in CreateStyleValueWithProperty()
253 CSSPropertyID property_id, in FromString() argument
257 DCHECK_NE(property_id, CSSPropertyID::kInvalid); in FromString()
265 if (property_id != CSSPropertyID::kVariable && in FromString()
283 CSSPropertyName(property_id), css_text)); in FromString()
350 CSSPropertyID property_id = name.Id(); in CssValueToStyleValueVector() local
365 property_id != CSSPropertyID::kVariable) || in CssValueToStyleValueVector()
[all …]
H A Dinline_style_property_map.cc20 CSSPropertyID property_id) const { in GetProperty()
22 return inline_style ? inline_style->GetPropertyCSSValue(property_id) in GetProperty()
33 void InlineStylePropertyMap::SetProperty(CSSPropertyID property_id, in SetProperty() argument
35 owner_element_->SetInlineStyleProperty(property_id, value); in SetProperty()
40 CSSPropertyID property_id, in SetShorthandProperty() argument
43 DCHECK(CSSProperty::Get(property_id).IsShorthand()); in SetShorthandProperty()
45 property_id, value, false /* important */, secure_context_mode); in SetShorthandProperty()
62 void InlineStylePropertyMap::RemoveProperty(CSSPropertyID property_id) { in RemoveProperty() argument
63 owner_element_->RemoveInlineStyleProperty(property_id); in RemoveProperty()
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchDLS2Sample.c81 guint property_id,
85 guint property_id,
209 switch(property_id) in ipatch_dls2_sample_set_property()
256 switch(property_id) in ipatch_dls2_sample_get_property()
695 return (property_id == PROP_FLAGS || property_id == PROP_LOOP_TYPE in ipatch_dls2_sample_info_is_property_id_valid()
696 || property_id == PROP_ROOT_NOTE || property_id == PROP_FINE_TUNE in ipatch_dls2_sample_info_is_property_id_valid()
697 || property_id == PROP_GAIN || property_id == PROP_LOOP_START in ipatch_dls2_sample_info_is_property_id_valid()
720 if(property_id != PROP_FLAGS && property_id != PROP_LOOP_TYPE in ipatch_dls2_sample_info_set_property()
722 && property_id != PROP_GAIN && property_id != PROP_LOOP_START in ipatch_dls2_sample_info_set_property()
733 switch(property_id) in ipatch_dls2_sample_info_set_property()
[all …]
H A DIpatchConverterSF2VoiceCache.c40 ipatch_converter_sf2_voice_cache_set_property(GObject *object, guint property_id,
43 ipatch_converter_sf2_voice_cache_get_property(GObject *object, guint property_id,
69 ipatch_converter_sf2_voice_cache_set_property(GObject *object, guint property_id, in ipatch_converter_sf2_voice_cache_set_property() argument
76 switch(property_id) in ipatch_converter_sf2_voice_cache_set_property()
88 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec); in ipatch_converter_sf2_voice_cache_set_property()
94 ipatch_converter_sf2_voice_cache_get_property(GObject *object, guint property_id, in ipatch_converter_sf2_voice_cache_get_property() argument
101 switch(property_id) in ipatch_converter_sf2_voice_cache_get_property()
108 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec); in ipatch_converter_sf2_voice_cache_get_property()
H A DIpatchState_types.c53 static void item_add_set_property(GObject *object, guint property_id,
55 static void item_add_get_property(GObject *object, guint property_id,
154 item_add_set_property(GObject *object, guint property_id, in item_add_set_property() argument
160 switch(property_id) in item_add_set_property()
182 switch(property_id) in item_add_get_property()
276 item_remove_set_property(GObject *object, guint property_id, in item_remove_set_property() argument
282 switch(property_id) in item_remove_set_property()
319 switch(property_id) in item_remove_get_property()
460 item_change_set_property(GObject *object, guint property_id, in item_change_set_property() argument
467 switch(property_id) in item_change_set_property()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/paint/
H A Dgimperaseroptions.c43 guint property_id,
47 guint property_id,
79 guint property_id, in gimp_eraser_options_set_property() argument
85 switch (property_id) in gimp_eraser_options_set_property()
91 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_eraser_options_set_property()
98 guint property_id, in gimp_eraser_options_get_property() argument
104 switch (property_id) in gimp_eraser_options_get_property()
110 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_eraser_options_get_property()
H A Dgimppenciloptions.c41 guint property_id,
45 guint property_id,
76 guint property_id, in gimp_pencil_options_set_property() argument
82 switch (property_id) in gimp_pencil_options_set_property()
88 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_pencil_options_set_property()
95 guint property_id, in gimp_pencil_options_get_property() argument
101 switch (property_id) in gimp_pencil_options_get_property()
107 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_pencil_options_get_property()
H A Dgimpperspectivecloneoptions.c40 guint property_id,
44 guint property_id,
76 guint property_id, in gimp_perspective_clone_options_set_property() argument
82 switch (property_id) in gimp_perspective_clone_options_set_property()
89 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_perspective_clone_options_set_property()
96 guint property_id, in gimp_perspective_clone_options_get_property() argument
102 switch (property_id) in gimp_perspective_clone_options_get_property()
109 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_perspective_clone_options_get_property()
H A Dgimpcloneoptions.c42 guint property_id,
46 guint property_id,
80 guint property_id, in gimp_clone_options_set_property() argument
86 switch (property_id) in gimp_clone_options_set_property()
92 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_clone_options_set_property()
99 guint property_id, in gimp_clone_options_get_property() argument
105 switch (property_id) in gimp_clone_options_get_property()
111 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_clone_options_get_property()
H A Dgimpsourceoptions.c41 guint property_id,
45 guint property_id,
84 guint property_id, in gimp_source_options_set_property() argument
90 switch (property_id) in gimp_source_options_set_property()
99 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_source_options_set_property()
106 guint property_id, in gimp_source_options_get_property() argument
112 switch (property_id) in gimp_source_options_get_property()
121 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_source_options_get_property()
/dports/devel/libgdata/libgdata-0.17.13/gdata/services/picasaweb/
H A Dgdata-picasaweb-comment.c39 static void gdata_picasaweb_comment_get_property (GObject *object, guint property_id, GValue *value…
40 static void gdata_picasaweb_comment_set_property (GObject *object, guint property_id, const GValue …
70 gdata_picasaweb_comment_get_property (GObject *object, guint property_id, GValue *value, GParamSpec… in gdata_picasaweb_comment_get_property() argument
72 switch (property_id) { in gdata_picasaweb_comment_get_property()
79 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gdata_picasaweb_comment_get_property()
85 gdata_picasaweb_comment_set_property (GObject *object, guint property_id, const GValue *value, GPar… in gdata_picasaweb_comment_set_property() argument
87 switch (property_id) { in gdata_picasaweb_comment_set_property()
93 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gdata_picasaweb_comment_set_property()
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimphistogramoptions.c40 guint property_id,
44 guint property_id,
77 guint property_id, in gimp_histogram_options_set_property() argument
83 switch (property_id) in gimp_histogram_options_set_property()
90 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_histogram_options_set_property()
97 guint property_id, in gimp_histogram_options_get_property() argument
103 switch (property_id) in gimp_histogram_options_get_property()
110 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); in gimp_histogram_options_get_property()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dproperty.cc134 g_return_if_fail(property_id != 0); in custom_get_property_callback()
146 if (property_id <= iface_props_size) in custom_get_property_callback()
152 g_value_copy((*obj_iface_props)[property_id - 1], value); in custom_get_property_callback()
154 g_value_copy((*iface_props)[property_id - 1], value); in custom_get_property_callback()
159 const unsigned index = property_id - iface_props_size - 1; in custom_get_property_callback()
172 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, param_spec); in custom_get_property_callback()
192 g_return_if_fail(property_id != 0); in custom_set_property_callback()
204 if (property_id <= iface_props_size) in custom_set_property_callback()
224 g_value_copy(value, (*obj_iface_props)[property_id - 1]); in custom_set_property_callback()
230 const unsigned index = property_id - iface_props_size - 1; in custom_set_property_callback()
[all …]

12345678910>>...148