Home
last modified time | relevance | path

Searched refs:titleh (Results 1 – 11 of 11) sorted by relevance

/dports/devel/upp/upp/uppsrc/ide/
H A DSlideShow.cpp36 int titleh = DPI(200); member
71 s % zoom % margins % titleh; in Serialize()
115 String title = "{{1@C~ [*R+" + AsString(3 * titleh / 2) + " \1" + t.title + "\1}}"; in Export()
199 titleh = min(titleh + 5, DPI(500)); in Key()
202 titleh = max(titleh - 5, 10); in Key()
239 title <<= "[*R+" + AsString(titleh) + " \1" + t.title + "\1]"; in SetPage()
/dports/x11/bemenu/bemenu-0.6.4/lib/renderers/
H A Dcairo_renderer.h269 const uint32_t titleh = result.height; in bm_cairo_paint() local
270 out_result->height = titleh; in bm_cairo_paint()
281 if (lines > max_height / titleh) { in bm_cairo_paint()
283 lines = max_height / titleh - 1; in bm_cairo_paint()
284 spacing_y = titleh; in bm_cairo_paint()
300 uint32_t posy = titleh; in bm_cairo_paint()
333 const uint32_t sheight = out_result->height - titleh; in bm_cairo_paint()
335 cairo_rectangle(cairo->cr, scrollbar_w, titleh, spacing_x - scrollbar_w, sheight); in bm_cairo_paint()
343 const uint32_t sheight = out_result->height - titleh; in bm_cairo_paint()
345 cairo_rectangle(cairo->cr, 0, titleh, scrollbar_w, sheight); in bm_cairo_paint()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/common/
H A DwxPieCtrl.cpp308 int dy(m_LegendVerBorder),tw,th=0,titlew,titleh; in DrawLegend() local
314 m_CanvasDC.GetTextExtent(m_szTitle,&titlew,&titleh); in DrawLegend()
317 dy += (titleh+5); in DrawLegend()
338 vertSpaceForLabels = GetSize().GetHeight() - (2*top) - m_LegendVerBorder - (titleh+10); in DrawLegend()
361 dy = m_LegendVerBorder+titleh+5; in DrawLegend()
387 m_CanvasDC.DrawLine(left+1,top+m_LegendVerBorder+titleh+7, in DrawLegend()
388 right-1,top+m_LegendVerBorder+titleh+7); // divider in DrawLegend()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_location.cpp247 auto titleh = qMin(_title.countHeight(textw), 2 * st::webPageTitleFont->height); in textState() local
248 if (point.y() >= painty && point.y() < painty + titleh) { in textState()
255 } else if (point.y() >= painty + titleh) { in textState()
258 painty += titleh; in textState()
/dports/chinese/bitchx/bitchx-1.2.1/dll/nicklist/
H A Dnicklist.c189 int borderw, borderh, titleh, cx, cy; in nicklist_thread() local
210 titleh=WinQuerySysValue(HWND_DESKTOP, SV_CYTITLEBAR); in nicklist_thread()
216 …list, HWND_TOP, 0, 0, cx + (borderw * 2) + 15 /* scroller width */, cy + titleh + (borderh * 2), S… in nicklist_thread()
/dports/irc/bitchx/bitchx-1.2.1/dll/nicklist/
H A Dnicklist.c189 int borderw, borderh, titleh, cx, cy; in nicklist_thread() local
210 titleh=WinQuerySysValue(HWND_DESKTOP, SV_CYTITLEBAR); in nicklist_thread()
216 …list, HWND_TOP, 0, 0, cx + (borderw * 2) + 15 /* scroller width */, cy + titleh + (borderh * 2), S… in nicklist_thread()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dxpopup.c97 short titleh; member
943 m->titleh - m->padh : 0 ) ); in handle_submenu()
1791 y = m->titleh + m->cellh * j, in draw_item()
1946 m->titleh = pup_title_ascent + pup_title_desc + PADTITLE; in draw_popup()
1948 m->titleh = m->padh; in draw_popup()
1958 fl_draw_box( FL_FRAME_BOX, 3, 3, m->w - 6, m->titleh - 6, in draw_popup()
1989 m->titleh = pup_title_ascent + pup_title_desc + PADTITLE; in fl_showpup()
1991 m->titleh = m->padh; in fl_showpup()
1997 m->h = m->nitems * m->cellh + m->titleh + 1 + ( m->padh > 1 ) in fl_showpup()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/10step/
H A DDEXBP.DP229 if titlesiz exists; let titleh = titlesiz; end if
230 let titlew = titleh/2
231 hw titleh titlew
H A DDEXIEM.DP328 if titlesiz exists; let titleh = titlesiz; end if
329 let titlew = titleh/2
330 hw titleh titlew
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowpivot.py563 def update_table(self, titleh: str, titlev: str, table: Table,
571 self._set_headers(titleh, titlev, table)
584 def _set_headers(self, titleh, titlev, table): argument
585 self.__set_horizontal_title(titleh)
591 def __set_horizontal_title(self, titleh): argument
593 item.setData(titleh, Qt.DisplayRole)
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20023746 (zoom_history): Remove unused vislinesavail and titleh.
3747 (zoom_notice): Remove unused gd and titleh.
3748 (zoom_scores): Remove unused gd and titleh.