Home
last modified time | relevance | path

Searched refs:adjust_x (Results 1 – 25 of 56) sorted by relevance

123

/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob/src/
H A Dpoint_block.rs11 pub adjust_x: f32, field
28 adjust_x: 0.0, in block()
37 adjust_x: 0.0, in go()
44 pb.adjust_x = pb.adjust_x + x; in adjust()
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/svgbob-0.4.1/src/
H A Dpoint_block.rs11 pub adjust_x: f32, field
29 adjust_x: 0.0, in block()
38 adjust_x: 0.0, in go()
45 pb.adjust_x = pb.adjust_x + x; in adjust()
/dports/math/polymake/polymake-4.5/apps/graph/src/
H A Dhd_embedder.cc54 inline void adjust_x(Int node, const double x, const double *w);
184 adjust_x(node2, node_x[node2]+delta, wt); in try_move_node()
190 adjust_x(node, node_x[node2]+delta, wt); in try_move_node()
201 adjust_x(node, x_min, wt); in try_move_node()
216 adjust_x(node2, node_x[node2]-delta, wt); in try_move_node()
222 adjust_x(node, node_x[node2]-delta, wt); in try_move_node()
233 adjust_x(node, x_min, wt); in try_move_node()
242 void HDEmbedder<Decoration, SeqType>::adjust_x(Int node, const double x, const double* wt) in adjust_x() function in polymake::graph::HDEmbedder
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpaint.c31 int rule, fixed adjust_x, fixed adjust_y) in gx_fill_path() argument
41 params.adjust.x = adjust_x; in gx_fill_path()
44 params.fill_zero_width = (adjust_x | adjust_y) != 0; in gx_fill_path()
H A Dgxpaint.h54 int rule, fixed adjust_x, fixed adjust_y));
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpaint.c31 int rule, fixed adjust_x, fixed adjust_y) in gx_fill_path() argument
41 params.adjust.x = adjust_x; in gx_fill_path()
44 params.fill_zero_width = (adjust_x | adjust_y) != 0; in gx_fill_path()
H A Dgxpaint.h54 int rule, fixed adjust_x, fixed adjust_y));
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxpaint.c35 int rule, fixed adjust_x, fixed adjust_y) in gx_fill_path() argument
45 params.adjust.x = adjust_x; in gx_fill_path()
H A Dgxpaint.h49 int rule, fixed adjust_x, fixed adjust_y);
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxpaint.c35 int rule, fixed adjust_x, fixed adjust_y) in gx_fill_path() argument
45 params.adjust.x = adjust_x; in gx_fill_path()
H A Dgxpaint.h49 int rule, fixed adjust_x, fixed adjust_y);
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxpaint.c39 int rule, fixed adjust_x, fixed adjust_y) in gx_fill_path() argument
49 params.adjust.x = adjust_x; in gx_fill_path()
H A Dgxpaint.h51 int rule, fixed adjust_x, fixed adjust_y);
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxpaint.c39 int rule, fixed adjust_x, fixed adjust_y) in gx_fill_path() argument
49 params.adjust.x = adjust_x; in gx_fill_path()
H A Dgxpaint.h51 int rule, fixed adjust_x, fixed adjust_y);
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxpaint.c40 int rule, fixed adjust_x, fixed adjust_y) in gx_fill_path() argument
50 params.adjust.x = adjust_x; in gx_fill_path()
H A Dgxpaint.h36 int rule, fixed adjust_x, fixed adjust_y);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxpaint.c40 int rule, fixed adjust_x, fixed adjust_y) in gx_fill_path() argument
50 params.adjust.x = adjust_x; in gx_fill_path()
H A Dgxpaint.h36 int rule, fixed adjust_x, fixed adjust_y);
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/input/zx/z80/
H A Dasm_in_mouse_amx_setpos.asm32 adjust_x: label
H A Dasm_in_mouse_kempston_setpos.asm45 adjust_x: label
/dports/games/lander/lander-0.6.6/src/
H A DEmitter.cpp99 void Emitter::Draw(float adjust_x, float adjust_y) const in Draw() argument
110 float x = particle[i].x - adjust_x; in Draw()
H A DEmitter.hpp40 void Draw(float adjust_x=0.0f, float adjust_y=0.0f) const;
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c555 float adjust_x = 0.0; in get_viewport_prescale() local
565 adjust_x = 0.5; in get_viewport_prescale()
574 adjust_x = -0.5; in get_viewport_prescale()
581 prescale->translate[0] += adjust_x; in get_viewport_prescale()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dgamecom.cpp468 m_dma.adjust_x = BIT(dmc, 3) ? -1 : 1; in gamecom_handle_dma()
545 m_dma.source_x_current += m_dma.adjust_x; in gamecom_handle_dma()
548 m_dma.source_current += m_dma.adjust_x; in gamecom_handle_dma()

123