| /third_party/alsa-utils/alsamixer/ |
| D | widget.h | 12 struct widget { struct 26 void widget_init(struct widget *widget, argument
|
| D | widget.c | 44 void widget_init(struct widget *widget, int lines_, int cols, int y, int x, in widget_init() 92 void widget_free(struct widget *widget) in widget_free() 124 const struct widget *widget; in window_size_changed() local
|
| D | menu_widget.c | 65 void menu_widget_create(struct widget *widget, MENU *menu, const char *title) in menu_widget_create()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Overlay_autogen.cpp | 37 PerSecond *widget = new PerSecond; in initOverlayWidgets() local 60 Text *widget = new Text; in initOverlayWidgets() local 83 Count *widget = new Count; in initOverlayWidgets() local 107 RunningGraph *widget = new RunningGraph(60); in initOverlayWidgets() local 150 RunningHistogram *widget = new RunningHistogram(100); in initOverlayWidgets() local 193 RunningHistogram *widget = new RunningHistogram(50); in initOverlayWidgets() local 236 RunningGraph *widget = new RunningGraph(60); in initOverlayWidgets() local 279 RunningGraph *widget = new RunningGraph(60); in initOverlayWidgets() local 322 RunningGraph *widget = new RunningGraph(60); in initOverlayWidgets() local 365 RunningGraph *widget = new RunningGraph(120); in initOverlayWidgets() local
|
| D | gen_overlay_widgets.py | 182 def get_offset_helper(widget, axis, smaller_coord_side): argument 215 def get_offset_x(widget): argument 219 def get_offset_y(widget): argument 242 def generate_widget_init_helper(widget, is_graph_description=False): argument 300 def generate_widget_init(widget): argument
|
| D | OverlayWidgets.cpp | 236 void AppendWidgetDataHelper::AppendTextCommon(const overlay::Widget *widget, in AppendTextCommon() 250 void AppendWidgetDataHelper::AppendGraphCommon(const overlay::Widget *widget, in AppendGraphCommon() 270 const overlay::Widget *widget, in AppendRunningGraphCommon() 296 void AppendWidgetDataHelper::AppendRunningHistogramCommon(const overlay::Widget *widget, in AppendRunningHistogramCommon() 328 void AppendWidgetDataHelper::AppendFPS(const overlay::Widget *widget, in AppendFPS() 342 void AppendWidgetDataHelper::AppendVulkanLastValidationMessage(const overlay::Widget *widget, in AppendVulkanLastValidationMessage() 356 void AppendWidgetDataHelper::AppendVulkanValidationMessageCount(const overlay::Widget *widget, in AppendVulkanValidationMessageCount() 370 void AppendWidgetDataHelper::AppendVulkanRenderPassCount(const overlay::Widget *widget, in AppendVulkanRenderPassCount() 386 const overlay::Widget *widget, in AppendVulkanSecondaryCommandBufferPoolWaste() 403 void AppendWidgetDataHelper::AppendVulkanRenderPassBufferCount(const overlay::Widget *widget, in AppendVulkanRenderPassBufferCount() [all …]
|
| D | Overlay.cpp | 46 [](const std::unique_ptr<overlay::Widget> &widget) { return widget.get() != nullptr; })); in init() 91 for (const std::unique_ptr<overlay::Widget> &widget : mState.mOverlayWidgets) in onSwap() local
|
| /third_party/python/Lib/tkinter/test/ |
| D | widget_tests.py | 37 def checkParam(self, widget, name, value, *, expected=_sentinel, argument 57 def checkInvalidParam(self, widget, name, value, errmsg=None): argument 72 def checkParams(self, widget, name, *values, **kwargs): argument 76 def checkIntegerParam(self, widget, name, *values, **kwargs): argument 85 def checkFloatParam(self, widget, name, *values, conv=float, **kwargs): argument 93 def checkBooleanParam(self, widget, name): argument 103 def checkColorParam(self, widget, name, *, allow_empty=None, **kwargs): argument 111 def checkCursorParam(self, widget, name, **kwargs): argument 117 def checkCommandParam(self, widget, name): argument 124 def checkEnumParam(self, widget, name, *values, errmsg=None, **kwargs): argument [all …]
|
| D | support.py | 72 def simulate_mouse_click(widget, x, y): argument
|
| /third_party/lame/frontend/ |
| D | gpkplotting.c | 58 setcolor(GtkWidget * widget, GdkColor * color, gint red, gint green, gint blue) in setcolor() 82 findpixmap(GtkWidget * widget) in findpixmap() 94 gpk_graph_draw(GtkWidget * widget, /* plot on this widged */ in gpk_graph_draw() 150 gpk_rectangle_draw(GtkWidget * widget, /* plot on this widged */ in gpk_rectangle_draw() 186 gpk_bargraph_draw(GtkWidget * widget, /* plot on this widged */ in gpk_bargraph_draw() 272 configure_event(GtkWidget * widget, GdkEventConfigure * event, gpointer data) in configure_event() 291 expose_event(GtkWidget * widget, GdkEventExpose * event, gpointer data) in expose_event()
|
| D | gtkanal.c | 880 plotclick(GtkWidget * widget, gpointer data) in plotclick() 889 frameadv1(GtkWidget * widget, gpointer data) in frameadv1() 968 frameadv(GtkWidget * widget, gpointer data) in frameadv() 1011 delete_event(GtkWidget * widget, GdkEvent * event, gpointer data) in delete_event() 1030 channel_option(GtkWidget * widget, gpointer data) in channel_option() 1054 spec_option(GtkWidget * widget, gpointer data) in spec_option() 1088 key_press_event(GtkWidget * widget, GdkEventKey * event) in key_press_event() 1146 text_window(GtkWidget * widget, gpointer data) in text_window()
|
| /third_party/skia/third_party/externals/icu/source/samples/layout/ |
| D | cgnomelayout.c | 46 static void showabout(GtkWidget *widget, gpointer data) in showabout() 154 static void closeapp(GtkWidget *widget, gpointer data) in closeapp() 193 static gint eventDelete(GtkWidget *widget, GdkEvent *event, gpointer data) in eventDelete() 201 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context) in eventConfigure() 215 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context) in eventExpose()
|
| D | gnomelayout.cpp | 201 gint eventDelete(GtkWidget *widget, GdkEvent */*event*/, gpointer /*data*/) in eventDelete() 223 gint eventExpose(GtkWidget *widget, GdkEvent */*event*/, Context *context) in eventExpose()
|
| /third_party/icu/icu4c/source/samples/layout/ |
| D | cgnomelayout.c | 48 static void showabout(GtkWidget *widget, gpointer data) in showabout() 156 static void closeapp(GtkWidget *widget, gpointer data) in closeapp() 195 static gint eventDelete(GtkWidget *widget, GdkEvent *event, gpointer data) in eventDelete() 203 static gint eventConfigure(GtkWidget *widget, GdkEventConfigure *event, Context *context) in eventConfigure() 217 static gint eventExpose(GtkWidget *widget, GdkEvent *event, Context *context) in eventExpose()
|
| D | gnomelayout.cpp | 201 gint eventDelete(GtkWidget *widget, GdkEvent */*event*/, gpointer /*data*/) in eventDelete() 223 gint eventExpose(GtkWidget *widget, GdkEvent */*event*/, Context *context) in eventExpose()
|
| /third_party/python/Lib/idlelib/idle_test/ |
| D | test_tree.py | 37 def __init__(widget, *expected): argument 39 def yview(widget, *args): argument
|
| /third_party/python/Lib/tkinter/ |
| D | colorchooser.py | 48 def _fixresult(self, widget, result): argument
|
| D | filedialog.py | 313 def _fixresult(self, widget, result): argument 337 def _fixresult(self, widget, result): argument 364 def _fixresult(self, widget, result): argument
|
| D | commondialog.py | 29 def _fixresult(self, widget, result): argument
|
| /third_party/python/Lib/idlelib/ |
| D | multicall.py | 74 def __init__(self, type, widget, widgetinst): argument 190 def __init__(self, type, widget, widgetinst): argument 314 def MultiCallCreator(widget): argument
|
| D | redirector.py | 27 def __init__(self, widget): argument
|
| D | autocomplete_w.py | 29 def __init__(self, widget, tags): argument
|
| /third_party/alsa-lib/src/topology/ |
| D | dapm.c | 77 struct snd_soc_tplg_dapm_widget *widget = elem->widget; in copy_dapm_control() local 513 struct snd_soc_tplg_dapm_widget *widget; in tplg_parse_dapm_widget() local 685 struct snd_soc_tplg_dapm_widget *widget = elem->widget; in tplg_save_dapm_widget() local
|
| /third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/ |
| D | main.c | 7 print_hello(GtkWidget *widget, gpointer data) in print_hello()
|
| /third_party/libinput/tools/ |
| D | libinput-debug-gui.c | 980 draw(GtkWidget *widget, cairo_t *cr, gpointer data) in draw() 1007 draw_gtk4(GtkDrawingArea *widget, in draw_gtk4() 1018 window_place_ui_elements(GtkWidget *widget, struct window *w) in window_place_ui_elements() 1053 map_event_cb(GtkDrawingArea *widget, int width, int height, gpointer data) in map_event_cb() 1070 map_event_cb(GtkWidget *widget, GdkEvent *event, gpointer data) in map_event_cb() 1109 window_delete_event_cb(GtkWidget *widget, GdkEvent *event, gpointer data) in window_delete_event_cb()
|