Home
last modified time | relevance | path

Searched refs:widget_w (Results 1 – 10 of 10) sorted by relevance

/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/widgets/
H A Dimage.rs167 let widget_w = da.get_allocated_width(); in draw() localVariable
170 let width = widget_w as f64; in draw()
173 let mut rw = widget_w; in draw()
176 rw = i32::min(size.0, widget_w); in draw()
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dtex_app.c639 int widget_w, widget_h; in texapp_draw_tcnodes() local
641 widget_w = widget->allocation.width; in texapp_draw_tcnodes()
665 tv_to_widget( t->tc->x, t->tc->y, &w_t_x, &w_t_y, widget_w, widget_h ); in texapp_draw_tcnodes()
671 tv_to_widget( n->tc->x, n->tc->y, &w_n_x, &w_n_y, widget_w, widget_h ); in texapp_draw_tcnodes()
692 tv_to_widget( t->tc->x, t->tc->y, &w_t_x, &w_t_y, widget_w, widget_h ); in texapp_draw_tcnodes()
/dports/games/openttd/openttd-12.1/src/
H A Dwidget.cpp1644 this->sb->SetStepSize(this->sb->IsVertical() ? this->widget_h : this->widget_w); in SetCount()
1697 this->widget_w = this->head->smallest_x + this->pip_inter; in AssignSizePosition()
1702 …ts_x = CeilDiv(this->current_x - this->pip_pre - this->pip_post + this->pip_inter, this->widget_w); in AssignSizePosition()
1728 …-x + (int)this->pip_post + (int)this->pos_x + base_offs_x + (int)this->widget_w - 1 - (int)this->p… in GetWidgetFromPos()
1730 ) / this->widget_w; in GetWidgetFromPos()
1740 …s_x + (rtl ? this->pip_post - widget_col * this->widget_w : this->pip_pre + widget_col * this->wid… in GetWidgetFromPos()
1777 …tart_x; x < start_x + this->widgets_x + 1; x++, offs_x += rtl ? -this->widget_w : this->widget_w) { in Draw()
1806 base_offs_x = _current_text_dir == TD_RTL ? this->widget_w * (this->widgets_x - 1) : 0; in GetScrollOffsets()
1815 start_x = this->sb->GetPosition() / this->widget_w; in GetScrollOffsets()
1816 int sub_x = this->sb->GetPosition() - start_x * this->widget_w; in GetScrollOffsets()
H A Dwidget_type.h555 int widget_w; ///< The width of the child widget including inter spacing.
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dwldlg.c1033 int widget_w = 0, widget_h = 0; in popup_worklist_editor() local
1512 widget_w = MAX(widget_w, pBuf->size.w); in popup_worklist_editor()
1612 widget_w = MAX(widget_w, pBuf->size.w); in popup_worklist_editor()
1647 area.w = MAX(area.w, widget_w * TARGETS_COL + count + adj_size(130)); in popup_worklist_editor()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dwldlg.c1033 int widget_w = 0, widget_h = 0; in popup_worklist_editor() local
1512 widget_w = MAX(widget_w, pBuf->size.w); in popup_worklist_editor()
1612 widget_w = MAX(widget_w, pBuf->size.w); in popup_worklist_editor()
1647 area.w = MAX(area.w, widget_w * TARGETS_COL + count + adj_size(130)); in popup_worklist_editor()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Dwldlg.c1052 int widget_w = 0, widget_h = 0; in popup_worklist_editor() local
1538 widget_w = MAX(widget_w, pBuf->size.w); in popup_worklist_editor()
1638 widget_w = MAX(widget_w, pBuf->size.w); in popup_worklist_editor()
1673 area.w = MAX(area.w, widget_w * TARGETS_COL + count + adj_size(130)); in popup_worklist_editor()
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Dwldlg.c1052 int widget_w = 0, widget_h = 0; in popup_worklist_editor() local
1538 widget_w = MAX(widget_w, pBuf->size.w); in popup_worklist_editor()
1638 widget_w = MAX(widget_w, pBuf->size.w); in popup_worklist_editor()
1673 area.w = MAX(area.w, widget_w * TARGETS_COL + count + adj_size(130)); in popup_worklist_editor()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dseattle.cpp416 void widget_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
1043 void seattle_state::widget_w(offs_t offset, uint32_t data, uint32_t mem_mask) in widget_w() function in seattle_state
1259 map(0x00c00000, 0x00c0001f).rw(FUNC(seattle_state::widget_r), FUNC(seattle_state::widget_w)); in widget_cs3_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dseattle.cpp416 void widget_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
1043 void seattle_state::widget_w(offs_t offset, uint32_t data, uint32_t mem_mask) in widget_w() function in seattle_state
1259 map(0x00c00000, 0x00c0001f).rw(FUNC(seattle_state::widget_r), FUNC(seattle_state::widget_w)); in widget_cs3_map()