Home
last modified time | relevance | path

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

1234567

/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_font.c769 void fix_freetype_stroker(ASS_Outline *outline, int border_x, int border_y) in fix_freetype_stroker() argument
827 if (width < border_x * 2 || height < border_y * 2) { in fix_freetype_stroker()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass_font.c769 void fix_freetype_stroker(ASS_Outline *outline, int border_x, int border_y) in fix_freetype_stroker() argument
827 if (width < border_x * 2 || height < border_y * 2) { in fix_freetype_stroker()
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dtrickpile.cpp448 return (this->table().border_y() + this->ui->cards->height()); in geometry()
H A Dpoverty.cpp865 - table->border_y()); in geometry_cards()
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dui.c770 int border_y = 1 + get_tabline_height(); in ui_resize_all() local
775 mvwin(lborder, border_y, 0); in ui_resize_all()
779 mvwin(rborder, border_y, screen_w - 1); in ui_resize_all()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/mac/
H A DDragImageMac.mm111 //Keep border_y in synch with DragController::LinkDragBorderInset
/dports/games/renpy/renpy-7.4.11-sdk/renpy/gl/
H A Dgltexture.pyx921 border_y, _, _ = rv_row
934 border_x, border_y, border_x, border_y)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/layout/
H A Dgeoelf_rooms.lua1138 local border_y = radius - math.ceil((abs_x - x_addend - 3) / 2)
1146 abs_y <= border_y) then
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_tables.cpp2469 const float border_y = table->RowPosY2; in TableDrawBorders() local
2470 if (border_y >= table->BgClipRect.Min.y && border_y < table->BgClipRect.Max.y) in TableDrawBorders()
2471 …inner_drawlist->AddLine(ImVec2(table->BorderX1, border_y), ImVec2(table->BorderX2, border_y), tabl… in TableDrawBorders()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_tables.cpp2576 const float border_y = table->RowPosY2; in TableDrawBorders() local
2577 if (border_y >= table->BgClipRect.Min.y && border_y < table->BgClipRect.Max.y) in TableDrawBorders()
2578 …inner_drawlist->AddLine(ImVec2(table->BorderX1, border_y), ImVec2(table->BorderX2, border_y), tabl… in TableDrawBorders()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/imgui/
H A Dimgui_tables.cpp2469 const float border_y = table->RowPosY2; in TableDrawBorders() local
2470 if (border_y >= table->BgClipRect.Min.y && border_y < table->BgClipRect.Max.y) in TableDrawBorders()
2471 …inner_drawlist->AddLine(ImVec2(table->BorderX1, border_y), ImVec2(table->BorderX2, border_y), tabl… in TableDrawBorders()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_tables.cpp2575 const float border_y = table->RowPosY2; in TableDrawBorders() local
2576 if (border_y >= table->BgClipRect.Min.y && border_y < table->BgClipRect.Max.y) in TableDrawBorders()
2577 …inner_drawlist->AddLine(ImVec2(table->BorderX1, border_y), ImVec2(table->BorderX2, border_y), tabl… in TableDrawBorders()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_tables.cpp2576 const float border_y = table->RowPosY2; in TableDrawBorders() local
2577 if (border_y >= table->BgClipRect.Min.y && border_y < table->BgClipRect.Max.y) in TableDrawBorders()
2578 …inner_drawlist->AddLine(ImVec2(table->BorderX1, border_y), ImVec2(table->BorderX2, border_y), tabl… in TableDrawBorders()
/dports/games/lincity/lincity-1.13.1/
H A Dgeometry.c35 scr->border_y = 0; in initialize_geometry()
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dmapview_common.c1239 const int border_y = (tileset_is_isometric(tileset) ? tileset_tile_height(tileset) / 2 * map_zoom in tile_visible_and_not_on_border_mapcanvas() local
1259 if (canvas_y < border_y in tile_visible_and_not_on_border_mapcanvas()
1267 if (canvas_y + tileset_tile_height(tileset) * map_zoom > mapview.height - border_y in tile_visible_and_not_on_border_mapcanvas()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dmapview_common.c1239 const int border_y = (tileset_is_isometric(tileset) ? tileset_tile_height(tileset) / 2 * map_zoom in tile_visible_and_not_on_border_mapcanvas() local
1259 if (canvas_y < border_y in tile_visible_and_not_on_border_mapcanvas()
1267 if (canvas_y + tileset_tile_height(tileset) * map_zoom > mapview.height - border_y in tile_visible_and_not_on_border_mapcanvas()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dbrisk.cpp726 const int border_y = image.rows - border; in computeDescriptorsAndOrOrientation() local
727 if (RoiPredicate((float)border, (float)border, (float)border_x, (float)border_y, keypoints[k])) in computeDescriptorsAndOrOrientation()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DPlotToolDlg.cpp849 int border_y = childrect.Height() - clientrect.Height(); in OnInitDialog() local
852 childrect.bottom = childrect.top + pWCDI->GetIOption(261) + border_y; // initial vertical size in OnInitDialog()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkentry.c6072 gint x, layout_x, border_x, border_y; in gtk_entry_move_adjustments() local
6083 _gtk_entry_get_borders (entry, &border_x, &border_y); in gtk_entry_move_adjustments()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-git1455 Rename border_x to border_width and border_y to border_height.

1234567