Home
last modified time | relevance | path

Searched refs:outside_x (Results 1 – 7 of 7) sorted by relevance

/dports/games/warmux/warmux-11.04/src/gui/
H A Dpicture_text_cbox.cpp127 uint outside_x = std::max(uint(0), GetPositionX() - enabled_x); in Draw() local
130 enabled_x += outside_x; in Draw()
132 Rectanglei srcRect(outside_x, outside_y, m_enabled.GetWidth() - outside_x, in Draw()
138 uint outside_x = std::max(uint(0), GetPositionX() - disabled_x); in Draw() local
141 disabled_x += outside_x; in Draw()
143 Rectanglei srcRect(outside_x, outside_y, m_disabled_back.GetWidth() - outside_x, in Draw()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/ge/
H A Dfx_ge_path.cpp290 FX_FLOAT outside_x = start_x; in _UpdateLineJoinPoints() local
292 outside_x += half_width; in _UpdateLineJoinPoints()
294 outside_x -= half_width; in _UpdateLineJoinPoints()
298 outside_y = (end_k * outside_x) + end_c + end_dc; in _UpdateLineJoinPoints()
300 outside_y = (end_k * outside_x) + end_c - end_dc; in _UpdateLineJoinPoints()
302 rect.UpdateRect(outside_x, outside_y); in _UpdateLineJoinPoints()
306 FX_FLOAT outside_x = end_x; in _UpdateLineJoinPoints() local
308 outside_x += half_width; in _UpdateLineJoinPoints()
310 outside_x -= half_width; in _UpdateLineJoinPoints()
314 outside_y = (start_k * outside_x) + start_c + start_dc; in _UpdateLineJoinPoints()
[all …]
/dports/shells/viewglob/viewglob-2.0.4/vgdisplay/
H A Djump-resize.c167 gint outside_x, outside_y; in get_decorations() local
170 gdk_window_get_origin(gdk_win, &outside_x, &outside_y); in get_decorations()
178 *left = outside_x - inside_x; in get_decorations()
/dports/x11-toolkits/gtkimageview/gtkimageview-1.6.4/src/
H A Dgtkimagetoolselector.h74 int outside_x; member
H A Dgtkimagetoolselector.c455 viewport.x + selector->outside_x, in autoscroll_cb()
486 &selector->outside_x, in motion_notify()
488 if (selector->outside_x || selector->outside_y) in motion_notify()
/dports/devel/nextpnr/nextpnr-48cd407/gui/
H A Dfpgaviewwidget.cc136 float outside_x = -1, outside_y = -1; in distance() local
138 outside_x = std::min(std::abs(dx - ge.x1), std::abs(dx - ge.x2)); in distance()
143 if (outside_x != -1 && outside_y != -1) in distance()
144 return std::min(outside_x, outside_y); in distance()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dmiscfrac.c775 static int mono, outside_x; variable
809 outside_x = 0; in Bifurcation()
813 outside_x = 1; in Bifurcation()
852 color = outside_x; in Bifurcation()