Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk30/gtk+-3.24.31/demos/gtk-demo/
H A Dforeigndrawing.c176 gint *contents_y, in draw_style_common() argument
204 if (contents_y) in draw_style_common()
205 *contents_y = y + border.top + padding.top; in draw_style_common()
259 gint contents_x, contents_y, contents_width, contents_height; in draw_menu() local
344 contents_y, in draw_menu()
352 contents_y, in draw_menu()
370 contents_y, in draw_menu()
378 contents_y, in draw_menu()
410 gint contents_x, contents_y, contents_width, contents_height; in draw_menubar() local
462 gint contents_x, contents_y, contents_width, contents_height; in draw_notebook() local
[all …]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dtexteditor.cpp217 int contents_y = codeEditor->verticalScrollBar()->value(); in paintEvent() local
218 int page_bottom = contents_y + codeEditor->viewport()->height(); in paintEvent()
237 int y = round(position.y()) - contents_y + metrics.ascent(); in paintEvent()
/dports/textproc/meld/meld-3.20.4/meld/ui/
H A Dgtkcompat.py139 contents_y = y + border.top + padding.top
145 return contents_x, contents_y, contents_width, contents_height
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_message.cpp220 number_input_window->SetY(y + contents_y - 2); in StartNumberInputProcessing()
287 contents_y = 2; in InsertNewPage()
315 contents_y += 16; in InsertNewLine()
645 …auto rect = Text::Draw(*contents, contents_x, contents_y, font, system, text_color, glyph, is_exfo… in DrawGlyph()
H A Dwindow_message.h147 int contents_y = 0; variable
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssgadget.c833 int contents_x, contents_y, contents_width, contents_height; in gtk_css_gadget_draw() local
880 contents_y = y + margin.top + border.top + padding.top; in gtk_css_gadget_draw()
887 contents_x, contents_y, in gtk_css_gadget_draw()
916 contents_y, in gtk_css_gadget_draw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dscroll_view.cc417 const int contents_y = viewport_bounds.y(); in Layout() local
495 gfx::Rect vert_sb_bounds(viewport_bounds.right(), contents_y, in Layout()
497 viewport_bounds.bottom() - contents_y); in Layout()
553 header_viewport_->SetBounds(contents_x, contents_y, viewport_bounds.width(), in Layout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dscroll_view.cc475 const int contents_y = viewport_bounds.y(); in Layout() local
553 gfx::Rect vert_sb_bounds(viewport_bounds.right(), contents_y, in Layout()
555 viewport_bounds.bottom() - contents_y); in Layout()
611 header_viewport_->SetBounds(contents_x, contents_y, viewport_bounds.width(), in Layout()