Home
last modified time | relevance | path

Searched refs:child_width (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs37 child_width: BitWidth,
48 let child_width = W8; localVariable
52 child_width,
57 child_width,
62 child_width,
67 child_width,
79 child_width: W8, in new_vector()
86 child_width: W8, in new_map()
164 if let Value::Reference { child_width, .. } = self { in set_child_width_or_panic()
165 *child_width = new_width; in set_child_width_or_panic()
[all …]
Dmod.rs65 let child_width = x.width_or_child_width(); localVariable
67 store_value(&mut self.buffer, x, child_width);
71 child_width,
224 child_width: width, in store_blob()
250 child_width: width, in push_bools()
/third_party/weston/clients/
Dwindow.h617 window_frame_set_child_size(struct widget *widget, int child_width,
Dwindow.c2603 window_frame_set_child_size(struct widget *widget, int child_width, in window_frame_set_child_size() argument
2617 width = child_width + decoration_width; in window_frame_set_child_size()
2620 width = child_width; in window_frame_set_child_size()