Home
last modified time | relevance | path

Searched refs:thumb_box (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dslider_thumb_element.cc104 const LayoutBox* thumb_box = GetLayoutBox(); in SetPositionFromPoint() local
106 if (!input_object || !thumb_box || !track_box) in SetPositionFromPoint()
113 thumb_box->StyleRef().IsLeftToRightDirection(); in SetPositionFromPoint()
119 thumb_box->LocalToAncestorPoint(PhysicalOffset(), input_box) - in SetPositionFromPoint()
122 track_size = track_box->ContentHeight() - thumb_box->Size().Height(); in SetPositionFromPoint()
123 position = point_in_track.top - thumb_box->Size().Height() / 2 - in SetPositionFromPoint()
124 thumb_box->MarginBottom(); in SetPositionFromPoint()
127 track_size = track_box->ContentWidth() - thumb_box->Size().Width(); in SetPositionFromPoint()
128 position = point_in_track.left - thumb_box->Size().Width() / 2; in SetPositionFromPoint()
129 position -= is_left_to_right_direction ? thumb_box->MarginLeft() in SetPositionFromPoint()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dslider_thumb_element.cc109 const LayoutBox* thumb_box = GetLayoutBox(); in SetPositionFromPoint() local
111 if (!input_object || !thumb_box || !track_box) in SetPositionFromPoint()
118 thumb_box->StyleRef().IsLeftToRightDirection(); in SetPositionFromPoint()
124 thumb_box->LocalToAncestorPoint(PhysicalOffset(), input_box) - in SetPositionFromPoint()
127 track_size = track_box->ContentHeight() - thumb_box->Size().Height(); in SetPositionFromPoint()
128 position = point_in_track.top - thumb_box->Size().Height() / 2 - in SetPositionFromPoint()
129 thumb_box->MarginBottom(); in SetPositionFromPoint()
132 track_size = track_box->ContentWidth() - thumb_box->Size().Width(); in SetPositionFromPoint()
133 position = point_in_track.left - thumb_box->Size().Width() / 2; in SetPositionFromPoint()
134 position -= is_left_to_right_direction ? thumb_box->MarginLeft() in SetPositionFromPoint()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpfiledialog.c714 dialog->thumb_box = gimp_thumb_box_new (gimp_get_user_context (dialog->gimp)); in gimp_file_dialog_add_preview()
715 gtk_widget_set_sensitive (GTK_WIDGET (dialog->thumb_box), FALSE); in gimp_file_dialog_add_preview()
717 dialog->thumb_box); in gimp_file_dialog_add_preview()
718 gtk_widget_show (dialog->thumb_box); in gimp_file_dialog_add_preview()
721 …GIMP_VIEW_RENDERER_IMAGEFILE (GIMP_VIEW (GIMP_THUMB_BOX (dialog->thumb_box)->preview)->renderer)->… in gimp_file_dialog_add_preview()
778 gimp_thumb_box_take_files (GIMP_THUMB_BOX (dialog->thumb_box), in gimp_file_dialog_selection_changed()
786 gimp_thumb_box_take_file (GIMP_THUMB_BOX (dialog->thumb_box), in gimp_file_dialog_update_preview()
H A Dgimpfiledialog.h46 GtkWidget *thumb_box; member
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgscrollbar.c36 static GBox thumb_box = GBOX_EMPTY; /* Don't initialize here */ variable
72 &thumb_box,
495 _GGadgetCopyDefaultBox(&thumb_box); in GScrollBarInit()
501 thumb_box.main_background = GDrawColorDarken(thumb_box.main_background,0x8); in GScrollBarInit()
502 thumb_box.border_width = 1; in GScrollBarInit()
503 thumb_box.padding = 0; in GScrollBarInit()
505 _GGadgetInitDefaultBox("GScrollBarThumb.",&thumb_box,NULL); in GScrollBarInit()
555 gsb->thumbbox = &thumb_box; in _GScrollBarCreate()
/dports/graphics/libexif-gtk/libexif-gtk-0.5.0/libexif-gtk/
H A Dgtk-exif-browser.c72 GtkContainer *thumb_box; member
403 gtk_container_remove (b->priv->thumb_box, b->priv->thumb); in gtk_exif_browser_show_thumbnail()
441 gtk_box_pack_start (GTK_BOX (b->priv->thumb_box), b->priv->thumb, in gtk_exif_browser_show_thumbnail()
582 b->priv->thumb_box = NULL; in gtk_exif_browser_set_data()
600 b->priv->thumb_box = GTK_CONTAINER (hbox); in gtk_exif_browser_set_data()
/dports/astro/siril/siril/src/gui/
H A Dcallbacks.c1073 GtkComboBox *thumb_box = GTK_COMBO_BOX(lookup_widget("thumbnails_box_size")); in set_GUI_misc() local
1074 gtk_combo_box_set_active(thumb_box, com.pref.thumbnail_size == 256 ? 1: 0); in set_GUI_misc()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-0693 rather than expand the thumb_box when the text is too wide