Home
last modified time | relevance | path

Searched refs:bg_rect (Results 1 – 25 of 104) sorted by relevance

12345

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/gui/
H A Ddialog.cpp99 bg_rect.get_bottom() - 12); in get_button_at()
189 Rectf bg_rect(Vector(static_cast<float>(m_passive ? in draw() local
199 context.color().draw_filled_rect(bg_rect.grown(12.0f), in draw()
204 context.color().draw_filled_rect(bg_rect.grown(8.0f), in draw()
211 Vector(bg_rect.get_left() + bg_rect.get_width()/2.0f, in draw()
212 bg_rect.get_top()), in draw()
218 context.color().draw_filled_rect(Rectf(Vector(bg_rect.get_left(), bg_rect.get_bottom() - 35), in draw()
219 Sizef(bg_rect.get_width(), 4)), in draw()
221 context.color().draw_filled_rect(Rectf(Vector(bg_rect.get_left(), bg_rect.get_bottom() - 35), in draw()
222 Sizef(bg_rect.get_width(), 2)), in draw()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dart_aui.cpp1116 dc.DrawLine(bg_rect.x + bg_rect.width, in DrawButtonBarButton()
1117 rect.y, bg_rect.x + bg_rect.width, in DrawButtonBarButton()
1123 bg_rect.x += bg_rect.width - iArrowWidth; in DrawButtonBarButton()
1143 dc.DrawRectangle(bg_rect.x, bg_rect.y, bg_rect.width, bg_rect.height); in DrawButtonBarButton()
1170 wxRect bg_rect(rect); in DrawToolGroupBackground() local
1171 bg_rect.Deflate(1); in DrawToolGroupBackground()
1191 bg_rect.Deflate(1); in DrawTool()
1193 bg_rect.width++; in DrawTool()
1203 dc.DrawRectangle(bg_rect.x, bg_rect.y, bg_rect.width, bg_rect.height); in DrawTool()
1256 bg_rect.y + (bg_rect.height / 2) - 2, true); in DrawTool()
[all …]
H A Dart_msw.cpp2492 wxRect bg_rect(rect); in DrawButtonBarButton() local
2493 bg_rect.x++; in DrawButtonBarButton()
2494 bg_rect.y++; in DrawButtonBarButton()
2495 bg_rect.width -= 2; in DrawButtonBarButton()
2496 bg_rect.height -= 2; in DrawButtonBarButton()
2539 bg_rect.x += bg_rect.width - iArrowWidth; in DrawButtonBarButton()
2730 wxRect bg_rect(rect); in DrawTool() local
2731 bg_rect.Deflate(1); in DrawTool()
2733 bg_rect.width++; in DrawTool()
2809 bg_rect.y + (bg_rect.height / 2) - 2, true); in DrawTool()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dart_aui.cpp1054 dc.DrawLine(bg_rect.x + bg_rect.width, in DrawButtonBarButton()
1055 rect.y, bg_rect.x + bg_rect.width, in DrawButtonBarButton()
1061 bg_rect.x += bg_rect.width - iArrowWidth; in DrawButtonBarButton()
1081 dc.DrawRectangle(bg_rect.x, bg_rect.y, bg_rect.width, bg_rect.height); in DrawButtonBarButton()
1108 wxRect bg_rect(rect); in DrawToolGroupBackground() local
1109 bg_rect.Deflate(1); in DrawToolGroupBackground()
1129 bg_rect.Deflate(1); in DrawTool()
1131 bg_rect.width++; in DrawTool()
1141 dc.DrawRectangle(bg_rect.x, bg_rect.y, bg_rect.width, bg_rect.height); in DrawTool()
1194 bg_rect.y + (bg_rect.height / 2) - 2, true); in DrawTool()
[all …]
H A Dart_msw.cpp2358 wxRect bg_rect(rect); in DrawButtonBarButton() local
2359 bg_rect.x++; in DrawButtonBarButton()
2360 bg_rect.y++; in DrawButtonBarButton()
2361 bg_rect.width -= 2; in DrawButtonBarButton()
2362 bg_rect.height -= 2; in DrawButtonBarButton()
2405 bg_rect.x += bg_rect.width - iArrowWidth; in DrawButtonBarButton()
2596 wxRect bg_rect(rect); in DrawTool() local
2597 bg_rect.Deflate(1); in DrawTool()
2599 bg_rect.width++; in DrawTool()
2675 bg_rect.y + (bg_rect.height / 2) - 2, true); in DrawTool()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/ribbon/
H A Dart_aui.cpp1054 dc.DrawLine(bg_rect.x + bg_rect.width, in DrawButtonBarButton()
1055 rect.y, bg_rect.x + bg_rect.width, in DrawButtonBarButton()
1061 bg_rect.x += bg_rect.width - iArrowWidth; in DrawButtonBarButton()
1081 dc.DrawRectangle(bg_rect.x, bg_rect.y, bg_rect.width, bg_rect.height); in DrawButtonBarButton()
1108 wxRect bg_rect(rect); in DrawToolGroupBackground() local
1109 bg_rect.Deflate(1); in DrawToolGroupBackground()
1129 bg_rect.Deflate(1); in DrawTool()
1131 bg_rect.width++; in DrawTool()
1141 dc.DrawRectangle(bg_rect.x, bg_rect.y, bg_rect.width, bg_rect.height); in DrawTool()
1194 bg_rect.y + (bg_rect.height / 2) - 2, true); in DrawTool()
[all …]
H A Dart_msw.cpp2358 wxRect bg_rect(rect); in DrawButtonBarButton() local
2359 bg_rect.x++; in DrawButtonBarButton()
2360 bg_rect.y++; in DrawButtonBarButton()
2361 bg_rect.width -= 2; in DrawButtonBarButton()
2362 bg_rect.height -= 2; in DrawButtonBarButton()
2405 bg_rect.x += bg_rect.width - iArrowWidth; in DrawButtonBarButton()
2596 wxRect bg_rect(rect); in DrawTool() local
2597 bg_rect.Deflate(1); in DrawTool()
2599 bg_rect.width++; in DrawTool()
2675 bg_rect.y + (bg_rect.height / 2) - 2, true); in DrawTool()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/ribbon/
H A Dart_aui.py1135 … dc.DrawLine(bg_rect.x + bg_rect.width, rect.y, bg_rect.x + bg_rect.width, rect.y + rect.height)
1138 bg_rect.x += bg_rect.width - iArrowWidth
1152 dc.DrawRectangle(bg_rect.x, bg_rect.y, bg_rect.width, bg_rect.height)
1195 bg_rect = wx.Rect(*rect)
1196 bg_rect.Deflate(1, 1)
1226 bg_rect = wx.Rect(*rect)
1227 bg_rect.Deflate(1, 1)
1230 bg_rect.width += 1
1239 dc.DrawRectangle(bg_rect.x, bg_rect.y, bg_rect.width, bg_rect.height)
1280 …dc.DrawBitmap(self._toolbar_drop_bitmap, bg_rect.x + avail_width + 2, bg_rect.y + (bg_rect.height …
[all …]
H A Dart_msw.py1963 bg_rect = wx.Rect(*rect)
1964 bg_rect.x += 1
1965 bg_rect.y += 1
1966 bg_rect.width -= 2
1967 bg_rect.height -= 2
2002 bg_rect.x += bg_rect.width - iArrowWidth
2177 bg_rect = wx.Rect(*rect)
2178 bg_rect.Deflate(1, 1)
2181 bg_rect.width += 1
2247 bg_rect.y + (bg_rect.height / 2) - 2, True)
[all …]
/dports/games/tuxmath/tuxmath_w_fonts-2.0.3/src/
H A Dhighscore.c331 SDL_Rect bg_rect; in NameEntry() local
332 bg_rect.x = (screen->w)/2 - BG_WIDTH/2; in NameEntry()
333 bg_rect.y = BG_Y; in NameEntry()
334 bg_rect.w = BG_WIDTH; in NameEntry()
335 bg_rect.h = BG_HEIGHT; in NameEntry()
336 T4K_DrawButton(&bg_rect, 15, REG_RGBA); in NameEntry()
338 bg_rect.x += 10; in NameEntry()
339 bg_rect.y += 10; in NameEntry()
340 bg_rect.w -= 20; in NameEntry()
341 bg_rect.h = 60; in NameEntry()
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/common/wayfire/plugins/common/
H A Dcairo-util.hpp66 bool bg_rect = true; member
83 max_size(max_size_), bg_rect(bg_rect_),
116 double xpad = par.bg_rect ? 10.0 * par.output_scale : 0.0; in render_text()
117 double ypad = par.bg_rect ? 0.2 * (font_extents.ascent + in render_text()
149 if (par.bg_rect) in render_text()
237 static unsigned int measure_height(int font_size, bool bg_rect = true) in measure_height()
251 double ypad = bg_rect ? 0.2 * (font_extents.ascent + in measure_height()
/dports/graphics/photoqt/photoqt-1.6/qml/mainview/
H A DHistogram.qml57 id: bg_rect
236 bg_rect.showMove()
243 bg_rect.show()
247 bg_rect.hide()
253 bg_rect.show()
345 bg_rect.show()
349 bg_rect.hide()
389 bg_rect.show()
393 bg_rect.hide()
/dports/x11/polybar/polybar-3.5.7/include/cairo/
H A Dcontext.hpp174 if (t.bg_rect.h != 0.0) { in operator <<()
178 cairo_rectangle(m_c, t.bg_rect.x + *t.x_advance, t.bg_rect.y + *t.y_advance, in operator <<()
179 t.bg_rect.w + extents.x_advance, t.bg_rect.h); in operator <<()
H A Dtypes.hpp63 rect bg_rect; member
/dports/games/whichwayisup/whichwayisup/lib/
H A Dutil.py215bg_rect = pygame.Rect(string_rect.left - 10, string_rect.top - 5, string_rect.width + 20, string_r…
216 bg_image = pygame.Surface((bg_rect.width, bg_rect.height))
219 screen.blit(bg_image, bg_rect)
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/qrreader/qtmultimedia/
H A Dvideo_overlay.py148 bg_rect = QRect(bg_rect_pos, bg_rect_size)
151 bg_rect_path.addRoundedRect(QRectF(bg_rect), radius, radius, Qt.AbsoluteSize)
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dthinslider.cpp262 QPainterPath bg_rect = MusECore::roundedPath(cr, in drawSlider() local
266 p->fillPath(bg_rect, d_fillColor); in drawSlider()
334 QPainterPath bg_rect = MusECore::roundedPath(cr, in drawSlider() local
338 p->fillPath(bg_rect, d_fillColor); in drawSlider()
/dports/graphics/gegl/gegl-0.4.34/seamless-clone/
H A Dsc-common.h69 GeglRectangle bg_rect; member
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dinfolist_window_test.cc450 Rect bg_rect, text_rect; in TEST_F() local
452 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
470 Rect bg_rect, text_rect; in TEST_F() local
472 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dinfolist_window_test.cc450 Rect bg_rect, text_rect; in TEST_F() local
452 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
470 Rect bg_rect, text_rect; in TEST_F() local
472 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dinfolist_window_test.cc450 Rect bg_rect, text_rect; in TEST_F() local
452 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
470 Rect bg_rect, text_rect; in TEST_F() local
472 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dinfolist_window_test.cc450 Rect bg_rect, text_rect; in TEST_F() local
452 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
470 Rect bg_rect, text_rect; in TEST_F() local
472 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dinfolist_window_test.cc450 Rect bg_rect, text_rect; in TEST_F() local
452 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
470 Rect bg_rect, text_rect; in TEST_F() local
472 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dinfolist_window_test.cc450 Rect bg_rect, text_rect; in TEST_F() local
452 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
470 Rect bg_rect, text_rect; in TEST_F() local
472 font_type, ypos, &bg_rect, &text_rect); in TEST_F()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmenu.c618 static SDL_Rect bg_rect, logo_rect; in doMainMenu() local
675 bg_rect.w = background.imgW * fmin; in doMainMenu()
676 bg_rect.h = background.imgH * fmin; in doMainMenu()
677 bg_rect.x = ( GFX_WIDTH - bg_rect.w ) * 0.5f; in doMainMenu()
678 bg_rect.y = ( GFX_HEIGHT - bg_rect.h ) * 0.5f; in doMainMenu()
681 fmin = MIN( bg_rect.w * 0.5f / logo.imgW, bg_rect.h * 0.5f / logo.imgH ); in doMainMenu()
683 logo_rect.x = bg_rect.x; in doMainMenu()
684 logo_rect.y = bg_rect.y; in doMainMenu()
698 … ui_drawImage( 0, &background, bg_rect.x, bg_rect.y, bg_rect.w, bg_rect.h, NULL ); in doMainMenu()
723 … ui_drawImage( 0, &background, bg_rect.x, bg_rect.y, bg_rect.w, bg_rect.h, NULL ); in doMainMenu()
[all …]

12345