Home
last modified time | relevance | path

Searched refs:border_y (Results 51 – 75 of 170) sorted by relevance

1234567

/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dstock_pixmap.c268 gint border_y; member
917 cairo_rectangle(cr, data->border_x-2, data->border_y-2, in do_pix_draw()
925 cairo_set_source_surface(cr, data->base_pixmap, data->border_x, data->border_y); in do_pix_draw()
927 cairo_rectangle(cr, data->border_x, data->border_y, data->base_width, data->base_height); in do_pix_draw()
930 gdk_cairo_set_source_pixbuf(cr, data->base_pixbuf, data->border_x, data->border_y); in do_pix_draw()
968 top = (data->base_height + data->border_y * 2 - data->overlay_height)/2; in do_pix_draw()
974 top = data->base_height + data->border_y * 2 - data->overlay_height; in do_pix_draw()
1046 gint border_x, gint border_y) in stock_pixmap_widget_with_overlay() argument
1117 data->border_y = border_y; in stock_pixmap_widget_with_overlay()
1122 data->base_height + border_y * 2); in stock_pixmap_widget_with_overlay()
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dwin_resize.c897 int border_x, border_y; in fullzoom() local
924 border_y = Scr->BorderTop + Scr->BorderBottom; in fullzoom()
953 border_y = 0; in fullzoom()
981 dragHeight = zheight - border_y - frame_bw_times_2; in fullzoom()
991 dragHeight = zheight - border_y - frame_bw_times_2; in fullzoom()
997 dragHeight = zheight - border_y - frame_bw_times_2; in fullzoom()
1003 dragHeight = zheight - border_y - frame_bw_times_2; in fullzoom()
1009 dragHeight = (zheight - border_y) / 2 - frame_bw_times_2; in fullzoom()
1014 dragy = basey + (zheight - border_y) / 2; in fullzoom()
1015 dragHeight = (zheight - border_y) / 2 - frame_bw_times_2; in fullzoom()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libass/
H A Dass_parse.c114 void calc_border(ASS_Renderer *priv, double border_x, double border_y) in calc_border() argument
116 if (border_x < 0 && border_y < 0) { in calc_border()
119 border_x = border_y = priv->state.style->Outline; in calc_border()
121 border_x = border_y = 1.; in calc_border()
125 priv->state.border_y = border_y; in calc_border()
134 void change_border(ASS_Renderer *render_priv, double border_x, double border_y) in change_border() argument
138 if (bord > 0 && border_x == border_y) { in change_border()
270 calc_border(render_priv, val, render_priv->state.border_y); in parse_tag()
275 val = render_priv->state.border_y * (1 - pwr) + val * pwr; in parse_tag()
H A Dass_render.h147 double border_x, border_y; member
206 double border_y; member
H A Dass_font.h76 void fix_freetype_stroker(FT_Outline *outline, int border_x, int border_y);
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libass/
H A Dass_parse.c114 void calc_border(ASS_Renderer *priv, double border_x, double border_y) in calc_border() argument
116 if (border_x < 0 && border_y < 0) { in calc_border()
119 border_x = border_y = priv->state.style->Outline; in calc_border()
121 border_x = border_y = 1.; in calc_border()
125 priv->state.border_y = border_y; in calc_border()
134 void change_border(ASS_Renderer *render_priv, double border_x, double border_y) in change_border() argument
138 if (bord > 0 && border_x == border_y) { in change_border()
270 calc_border(render_priv, val, render_priv->state.border_y); in parse_tag()
275 val = render_priv->state.border_y * (1 - pwr) + val * pwr; in parse_tag()
H A Dass_render.h147 double border_x, border_y; member
206 double border_y; member
H A Dass_font.h76 void fix_freetype_stroker(FT_Outline *outline, int border_x, int border_y);
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmutation_ui.cpp27 static void draw_exam_window( const catacurses::window &win, const int border_y ) in draw_exam_window() argument
30 mvwputch( win, point( 0, border_y ), BORDER_COLOR, LINE_XXXO ); in draw_exam_window()
31 mvwhline( win, point( 1, border_y ), LINE_OXOX, width - 2 ); in draw_exam_window()
32 mvwputch( win, point( width - 1, border_y ), BORDER_COLOR, LINE_XOXX ); in draw_exam_window()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmutation_ui.cpp27 static void draw_exam_window( const catacurses::window &win, const int border_y ) in draw_exam_window() argument
30 mvwputch( win, point( 0, border_y ), BORDER_COLOR, LINE_XXXO ); in draw_exam_window()
31 mvwhline( win, point( 1, border_y ), LINE_OXOX, width - 2 ); in draw_exam_window()
32 mvwputch( win, point( width - 1, border_y ), BORDER_COLOR, LINE_XOXX ); in draw_exam_window()
/dports/emulators/jzintv/jzintv-20200712-src/src/gfx/
H A Dgfx_null.c62 int border_x, int border_y, int pal_mode, in gfx_init() argument
73 UNUSED(border_y); in gfx_init()
H A Dgfx_sdl1.c47 int border_x, border_y; /* X/Y border padding. */ member
120 int border_y = gfx->pvt->border_y; in gfx_setup_sdl_surface() local
124 int desire_y = scaler_y + border_y; in gfx_setup_sdl_surface()
445 int border_x, int border_y, int pal_mode, in gfx_init() argument
514 gfx->pvt->border_y = border_y; in gfx_init()
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dcards_distribution.cpp224 auto const y_south = outline_south.y() - outline_south.height() - this->table().border_y(); in geometry()
226 auto const y_north = outline_north.y() + this->table().border_y(); in geometry()
259 auto const y_south = outline_south.y() - this->table().border_y(); in geometry()
261 auto const y_north = outline_north.y() + outline_north.height() + this->table().border_y(); in geometry()
/dports/multimedia/libass/libass-0.15.2/libass/
H A Dass_render.h165 double border_x, border_y; member
223 double border_y; member
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_render.h175 double border_x, border_y; member
238 double border_y; member
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_render.h175 double border_x, border_y; member
238 double border_y; member
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_render.h175 double border_x, border_y; member
238 double border_y; member
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_render.h175 double border_x, border_y; member
238 double border_y; member
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_selectable.cpp32 …SetContents(Bitmap::Create(width - 16, max(height - border_y * 2, GetRowMax() * menu_item_height))… in CreateContents()
59 return (height - border_y * 2) / menu_item_height; in GetPageRowMax()
H A Dwindow_keyboard.h80 static const int border_y = 4; variable
/dports/x11/terminal.app/Terminal-0.9.9/
H A DTerminalView.m383 [self gState],border_x+dx,border_y+dy,NSCompositeCopy);
485 if (r.origin.y<border_y)
492 a=border_y+sy*fy;
500 r.origin.y-=border_y;
541 scr_y=(sy-1-iy)*fy+border_y;
624 scr_y=(sy-1-iy)*fy+border_y;
758 y=(sy-1-cursor_y+current_scroll)*fy+border_y;
1666 p.y=ceil((p.y-border_y)/fy);
1847 dr.origin.y+=border_y;
2161 nsy=(size.height-border_y)/fy;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dbrowser_renderer.cc123 float border_y; in DrawContentQuad() local
125 &border_y); in DrawContentQuad()
126 ui_->DrawContent(uv_transform, border_x, border_y); in DrawContentQuad()
H A Dgraphics_delegate.h60 float* border_y) = 0;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Plugins/Engine/
H A DGUI_LevelPainter.cpp200 int border_y = style.ver_spacing; in paintEvent() local
258 y += h_rect + border_y; in paintEvent()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/tinywl/
H A Dtinywl.c373 double border_y = server->cursor->y - server->grab_y; in process_cursor_resize() local
380 new_top = border_y; in process_cursor_resize()
385 new_bottom = border_y; in process_cursor_resize()
747 double border_y = (view->y + geo_box.y) + ((edges & WLR_EDGE_BOTTOM) ? geo_box.height : 0); in begin_interactive() local
749 server->grab_y = server->cursor->y - border_y; in begin_interactive()

1234567