Home
last modified time | relevance | path

Searched refs:icon_width (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Drb_rating_helper.c115 int i, icon_width; in rb_rating_render_stars() local
123 gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &icon_width, NULL); in rb_rating_render_stars()
165 star_offset = (RB_RATING_MAX_SCORE - i - 1) * icon_width; in rb_rating_render_stars()
167 star_offset = i * icon_width; in rb_rating_render_stars()
175 icon_width, icon_width, in rb_rating_render_stars()
189 int icon_width; in rb_rating_get_rating_from_widget() local
192 gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &icon_width, NULL); in rb_rating_get_rating_from_widget()
198 rating = (int) (widget_x / icon_width) + 1; in rb_rating_get_rating_from_widget()
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_tview_tableau.cxx39 , icon_width(2) in vgui_tview_tableau()
76 draw_rect(x, y, icon_width, icon_height); in draw_tableau_icon()
82 draw_border(x, y, icon_width, icon_height, 2); in draw_tableau_icon()
90 draw_rect(x - icon_width / 2.0f, y - icon_height / 2.0f, icon_width / 2.0f, icon_height / 2.0f); in draw_tview_icon()
93 draw_rect(x - icon_width / 2.0f, y + icon_height / 2.0f, icon_width / 2.0f, icon_height / 2.0f); in draw_tview_icon()
96 draw_rect(x + icon_width / 2.0f, y + icon_height / 2.0f, icon_width / 2.0f, icon_height / 2.0f); in draw_tview_icon()
99 draw_rect(x + icon_width / 2.0f, y - icon_height / 2.0f, icon_width / 2.0f, icon_height / 2.0f); in draw_tview_icon()
105 draw_border(x, y, icon_width, icon_height, 2); in draw_tview_icon()
217 draw_border(x, y, icon_width, icon_height, 6); in draw_icons()
220 draw_border(x, y, icon_width, icon_height, 2); in draw_icons()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/workspace/shell/
H A Dui.py43 icon_width = ICON_WIDTH
45 icon_width *= 4
46 icon.set_size((icon_width, ICON_HEIGHT))
48 icon_width *= 3
49 icon.set_size((icon_width, ICON_HEIGHT))
51 icon_width *= 2
52 icon.set_size((icon_width, ICON_HEIGHT))
53 if x + icon_width > width:
58 x += icon_width
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Dtree_node_renderers.py42 icon_width = option.decorationSize.width() + self.extra_space
45 icon_width = 0
48 x = option.rect.left() + icon_width + self.padding.left
52 - icon_width
93 icon_width = icon_size.width()
96 icon_width = 0
101 - icon_width
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dnotify.cc102 icon_width = icon_height = 16; // 16x16 in setCurrIconSize()
106 icon_width = icon_height = 22; // 22x22 in setCurrIconSize()
110 icon_width = icon_height = 24; // 24x24 in setCurrIconSize()
114 icon_width = icon_height = 32; // 32x32 in setCurrIconSize()
118 icon_width = icon_height = 36; // 36x36 in setCurrIconSize()
122 icon_width = icon_height = 48; // 48x48 in setCurrIconSize()
126 icon_width = icon_height = 64; // 64x64 in setCurrIconSize()
249 pixbuf = WulforUtil::scalePixbuf(temp, icon_width, icon_height); in showNotify()
H A Demoticonsdialog.cc159 icon_width = icon_height = 16; // 16x16 in setCurrIconSize()
162 icon_width = icon_height = 22; // 22x22 in setCurrIconSize()
165 icon_width = icon_height = 24; // 24x24 in setCurrIconSize()
168 icon_width = icon_height = 32; // 32x32 in setCurrIconSize()
171 icon_width = icon_height = 36; // 36x36 in setCurrIconSize()
174 icon_width = icon_height = 48; // 48x48 in setCurrIconSize()
177 icon_width = icon_height = 64; // 64x64 in setCurrIconSize()
275 GdkPixbuf *scale = WulforUtil::scalePixbuf(pixbuf, icon_width, icon_height); in build()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dnotify.cc102 icon_width = icon_height = 16; // 16x16 in setCurrIconSize()
106 icon_width = icon_height = 22; // 22x22 in setCurrIconSize()
110 icon_width = icon_height = 24; // 24x24 in setCurrIconSize()
114 icon_width = icon_height = 32; // 32x32 in setCurrIconSize()
118 icon_width = icon_height = 36; // 36x36 in setCurrIconSize()
122 icon_width = icon_height = 48; // 48x48 in setCurrIconSize()
126 icon_width = icon_height = 64; // 64x64 in setCurrIconSize()
249 pixbuf = WulforUtil::scalePixbuf(temp, icon_width, icon_height); in showNotify()
H A Demoticonsdialog.cc159 icon_width = icon_height = 16; // 16x16 in setCurrIconSize()
162 icon_width = icon_height = 22; // 22x22 in setCurrIconSize()
165 icon_width = icon_height = 24; // 24x24 in setCurrIconSize()
168 icon_width = icon_height = 32; // 32x32 in setCurrIconSize()
171 icon_width = icon_height = 36; // 36x36 in setCurrIconSize()
174 icon_width = icon_height = 48; // 48x48 in setCurrIconSize()
177 icon_width = icon_height = 64; // 64x64 in setCurrIconSize()
275 GdkPixbuf *scale = WulforUtil::scalePixbuf(pixbuf, icon_width, icon_height); in build()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dnotify.cc102 icon_width = icon_height = 16; // 16x16 in setCurrIconSize()
106 icon_width = icon_height = 22; // 22x22 in setCurrIconSize()
110 icon_width = icon_height = 24; // 24x24 in setCurrIconSize()
114 icon_width = icon_height = 32; // 32x32 in setCurrIconSize()
118 icon_width = icon_height = 36; // 36x36 in setCurrIconSize()
122 icon_width = icon_height = 48; // 48x48 in setCurrIconSize()
126 icon_width = icon_height = 64; // 64x64 in setCurrIconSize()
249 pixbuf = WulforUtil::scalePixbuf(temp, icon_width, icon_height); in showNotify()
H A Demoticonsdialog.cc159 icon_width = icon_height = 16; // 16x16 in setCurrIconSize()
162 icon_width = icon_height = 22; // 22x22 in setCurrIconSize()
165 icon_width = icon_height = 24; // 24x24 in setCurrIconSize()
168 icon_width = icon_height = 32; // 32x32 in setCurrIconSize()
171 icon_width = icon_height = 36; // 36x36 in setCurrIconSize()
174 icon_width = icon_height = 48; // 48x48 in setCurrIconSize()
177 icon_width = icon_height = 64; // 64x64 in setCurrIconSize()
275 GdkPixbuf *scale = WulforUtil::scalePixbuf(pixbuf, icon_width, icon_height); in build()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dnotify.cc102 icon_width = icon_height = 16; // 16x16 in setCurrIconSize()
106 icon_width = icon_height = 22; // 22x22 in setCurrIconSize()
110 icon_width = icon_height = 24; // 24x24 in setCurrIconSize()
114 icon_width = icon_height = 32; // 32x32 in setCurrIconSize()
118 icon_width = icon_height = 36; // 36x36 in setCurrIconSize()
122 icon_width = icon_height = 48; // 48x48 in setCurrIconSize()
126 icon_width = icon_height = 64; // 64x64 in setCurrIconSize()
249 pixbuf = WulforUtil::scalePixbuf(temp, icon_width, icon_height); in showNotify()
H A Demoticonsdialog.cc159 icon_width = icon_height = 16; // 16x16 in setCurrIconSize()
162 icon_width = icon_height = 22; // 22x22 in setCurrIconSize()
165 icon_width = icon_height = 24; // 24x24 in setCurrIconSize()
168 icon_width = icon_height = 32; // 32x32 in setCurrIconSize()
171 icon_width = icon_height = 36; // 36x36 in setCurrIconSize()
174 icon_width = icon_height = 48; // 48x48 in setCurrIconSize()
177 icon_width = icon_height = 64; // 64x64 in setCurrIconSize()
275 GdkPixbuf *scale = WulforUtil::scalePixbuf(pixbuf, icon_width, icon_height); in build()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dnotify.cc102 icon_width = icon_height = 16; // 16x16 in setCurrIconSize()
106 icon_width = icon_height = 22; // 22x22 in setCurrIconSize()
110 icon_width = icon_height = 24; // 24x24 in setCurrIconSize()
114 icon_width = icon_height = 32; // 32x32 in setCurrIconSize()
118 icon_width = icon_height = 36; // 36x36 in setCurrIconSize()
122 icon_width = icon_height = 48; // 48x48 in setCurrIconSize()
126 icon_width = icon_height = 64; // 64x64 in setCurrIconSize()
249 pixbuf = WulforUtil::scalePixbuf(temp, icon_width, icon_height); in showNotify()
H A Demoticonsdialog.cc159 icon_width = icon_height = 16; // 16x16 in setCurrIconSize()
162 icon_width = icon_height = 22; // 22x22 in setCurrIconSize()
165 icon_width = icon_height = 24; // 24x24 in setCurrIconSize()
168 icon_width = icon_height = 32; // 32x32 in setCurrIconSize()
171 icon_width = icon_height = 36; // 36x36 in setCurrIconSize()
174 icon_width = icon_height = 48; // 48x48 in setCurrIconSize()
177 icon_width = icon_height = 64; // 64x64 in setCurrIconSize()
275 GdkPixbuf *scale = WulforUtil::scalePixbuf(pixbuf, icon_width, icon_height); in build()
/dports/x11-wm/twm/twm-1.0.11/src/
H A Dicons.c389 0, 0, (unsigned) tmp_win->icon_width, in CreateIconWindow()
405 (unsigned int *) &tmp_win->icon_width, in CreateIconWindow()
410 (unsigned) tmp_win->icon_width, in CreateIconWindow()
415 0, 0, (unsigned) tmp_win->icon_width, in CreateIconWindow()
453 0, 0, (unsigned) tmp_win->icon_width, in CreateIconWindow()
461 tmp_win->icon_width = Scr->UnknownWidth; in CreateIconWindow()
470 0, 0, (unsigned) tmp_win->icon_width, in CreateIconWindow()
476 tmp_win->icon_width = 0; in CreateIconWindow()
489 if (tmp_win->icon_w_width < tmp_win->icon_width) { in CreateIconWindow()
492 tmp_win->icon_w_width = tmp_win->icon_width; in CreateIconWindow()
[all …]
/dports/audio/rhythmbox/rhythmbox-3.4.4/widgets/
H A Drb-rating-helper.c170 int i, icon_width; in rb_rating_render_stars() local
177 gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &icon_width, NULL); in rb_rating_render_stars()
212 star_offset = (RB_RATING_MAX_SCORE - i - 1) * icon_width; in rb_rating_render_stars()
214 star_offset = i * icon_width; in rb_rating_render_stars()
245 int icon_width; in rb_rating_get_rating_from_widget() local
248 gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &icon_width, NULL); in rb_rating_get_rating_from_widget()
254 rating = (int) (widget_x / icon_width) + 1; in rb_rating_get_rating_from_widget()
/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-formatter-error.c55 gint icon_width, icon_height; in emfe_error_format() local
57 if (!gtk_icon_size_lookup (GTK_ICON_SIZE_DIALOG, &icon_width, &icon_height)) { in emfe_error_format()
58 icon_width = 48; in emfe_error_format()
74 "dialog-error", GTK_ICON_SIZE_DIALOG, icon_width, icon_height); in emfe_error_format()
H A De-mail-formatter-headers.c65 gint icon_width, icon_height; in format_short_headers() local
140 if (!gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &icon_width, &icon_height)) { in format_short_headers()
141 icon_width = 16; in format_short_headers()
149 GTK_ICON_SIZE_MENU, icon_width, icon_height, in format_short_headers()
246 gint icon_width, icon_height; in format_full_headers() local
505 icon_width = 24; in format_full_headers()
513 GTK_ICON_SIZE_LARGE_TOOLBAR, icon_width, icon_height, in format_full_headers()
597 gint icon_width, icon_height; in emfe_headers_format() local
599 if (!gtk_icon_size_lookup (GTK_ICON_SIZE_BUTTON, &icon_width, &icon_height)) { in emfe_headers_format()
600 icon_width = 16; in emfe_headers_format()
[all …]
H A De-mail-formatter-attachment.c65 gint icon_width, icon_height; in emfe_attachment_format() local
233 if (!gtk_icon_size_lookup (GTK_ICON_SIZE_BUTTON, &icon_width, &icon_height)) { in emfe_attachment_format()
234 icon_width = 16; in emfe_attachment_format()
287 "size", G_TYPE_INT, icon_width, in emfe_attachment_format()
312 GTK_ICON_SIZE_BUTTON, icon_width, icon_height, in emfe_attachment_format()
313 icon_uri, icon_width, icon_height, in emfe_attachment_format()
314 part_id, attachment_ptr, _("Options"), GTK_ICON_SIZE_BUTTON, icon_width, icon_height, in emfe_attachment_format()
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_cell_renderer_button.c343 gint icon_width, icon_height; in get_icon_rect() local
346 icon_width = 0; in get_icon_rect()
351 icon_width = gdk_pixbuf_get_width (icon); in get_icon_rect()
356 *x_offset = cell_area->width - icon_width * (index + 1); in get_icon_rect()
363 *width = icon_width; in get_icon_rect()
436 gint icon_width, icon_height, icon_x, icon_y; in ol_cell_renderer_button_render() local
442 &icon_x, &icon_y, &icon_width, &icon_height); in ol_cell_renderer_button_render()
450 icon_width, in ol_cell_renderer_button_render()
541 gint icon_width, icon_height, icon_x, icon_y; in get_size() local
547 &icon_x, &icon_y, &icon_width, &icon_height); in get_size()
[all …]
/dports/net-im/beebeep/beebeep-code-r1476/src/gui/
H A DIconManager.h42 …inline QString toHtml( const QString& icon_name, const QString& icon_alt, int icon_width = 0, int …
82icon_width, int icon_height ) { return QString( "<img src='%1' width=%2 height=%3 border=0 alt=' %… in toHtml() argument
/dports/x11-wm/piewm/piewm-1.04/
H A Dicons.c464 tmp_win->icon_width, tmp_win->icon_height, in CreateIconWindow()
480 (unsigned int *)&tmp_win->icon_width, in CreateIconWindow()
485 tmp_win->icon_width, tmp_win->icon_height, in CreateIconWindow()
544 (unsigned int *)&tmp_win->icon_width, in CreateIconWindow()
554 tmp_win->icon_width, tmp_win->icon_height, in CreateIconWindow()
558 tmp_win->icon_width, tmp_win->icon_height, in CreateIconWindow()
567 tmp_win->icon_width = Scr->UnknownWidth; in CreateIconWindow()
584 tmp_win->icon_width = 0; in CreateIconWindow()
601 tmp_win->icon_w_width = tmp_win->icon_width; in CreateIconWindow()
659 if (tmp_win->icon_w_width == tmp_win->icon_width) in CreateIconWindow()
[all …]
/dports/multimedia/xawtv/xawtv-3.107/x11/
H A Dxv.c478 static int icon_width,icon_height;
487 xv_video(icon_win, icon_width, icon_height, 1);
492 xv_video(icon_win, icon_width, icon_height, 1);
519 icon_width = is[0].max_width;
521 if (icon_width * 3 > icon_height * 4) {
522 while (icon_width * 3 > icon_height * 4 &&
523 icon_width - is[0].width_inc > is[0].min_width)
524 icon_width -= is[0].width_inc;
526 while (icon_width * 3 < icon_height * 4 &&
531 icon_width = 64;
[all …]
/dports/www/midori/core-9.0/core/
H A Dfavicon.vala52 int icon_width = 16, icon_height = 16;
53 Gtk.icon_size_lookup ((Gtk.IconSize)icon_size, out icon_width, out icon_height);
55 icon_width *= scale_factor;
57 return pixbuf.scale_simple (icon_width, icon_height, Gdk.InterpType.BILINEAR);
/dports/math/vtk9/VTK-9.1.0/IO/Image/
H A DvtkSLCReader.cxx211 int icon_width, icon_height; in ExecuteDataWithInformation() local
334 if (fscanf(fp, "%d %d X", &icon_width, &icon_height) != 2) in ExecuteDataWithInformation()
340 icon_ptr = new unsigned char[(icon_width * icon_height)]; in ExecuteDataWithInformation()
342 if (fread(icon_ptr, (icon_width * icon_height), 1, fp) != 1) in ExecuteDataWithInformation()
350 if (fread(icon_ptr, (icon_width * icon_height), 1, fp) != 1) in ExecuteDataWithInformation()
358 if (fread(icon_ptr, (icon_width * icon_height), 1, fp) != 1) in ExecuteDataWithInformation()

12345678910>>...19