Home
last modified time | relevance | path

Searched refs:accum_y (Results 1 – 16 of 16) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgstype1.c228 accum_y(cs1); in gs_type1_interpret()
252 accum_y(cs1); in gs_type1_interpret()
280 accum_y(cs0); in gs_type1_interpret()
298 accum_y(cs3); in gs_type1_interpret()
H A Dgxop1.h60 #define accum_y(dy)\ macro
H A Dgstype2.c276 accum_y(*csp); in gs_type2_interpret()
300 accum_y(*ap); in gs_type2_interpret()
394 accum_y(ap[0]); in gs_type2_interpret()
409 accum_y(ap[3]); in gs_type2_interpret()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwout_svg.c559 double dx, dy, x, y, accum_x, accum_y; in pointArray_svg_rel() local
583 accum_y = y; in pointArray_svg_rel()
595 dy = y - accum_y; in pointArray_svg_rel()
601 accum_y += dy; in pointArray_svg_rel()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgstype1.c228 accum_y(cs1); in gs_type1_interpret()
252 accum_y(cs1); in gs_type1_interpret()
280 accum_y(cs0); in gs_type1_interpret()
298 accum_y(cs3); in gs_type1_interpret()
H A Dgxop1.h60 #define accum_y(dy)\ macro
H A Dgstype2.c276 accum_y(*csp); in gs_type2_interpret()
300 accum_y(*ap); in gs_type2_interpret()
394 accum_y(ap[0]); in gs_type2_interpret()
409 accum_y(ap[3]); in gs_type2_interpret()
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwout_svg.c559 double dx, dy, x, y, accum_x, accum_y; in pointArray_svg_rel() local
583 accum_y = y; in pointArray_svg_rel()
595 dy = y - accum_y; in pointArray_svg_rel()
601 accum_y += dy; in pointArray_svg_rel()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwout_svg.c538 double dx, dy, x, y, accum_x, accum_y; in pointArray_svg_rel() local
562 accum_y = y; in pointArray_svg_rel()
574 dy = y - accum_y; in pointArray_svg_rel()
580 accum_y += dy; in pointArray_svg_rel()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwout_svg.c538 double dx, dy, x, y, accum_x, accum_y; in pointArray_svg_rel() local
562 accum_y = y; in pointArray_svg_rel()
574 dy = y - accum_y; in pointArray_svg_rel()
580 accum_y += dy; in pointArray_svg_rel()
/dports/devel/nextpnr/nextpnr-48cd407/common/
H A Drouter2.cc900 int accum_x = 0, accum_y = 0; in partition_nets() local
908 if (accum_y < halfway && (accum_y + p.second) >= halfway) in partition_nets()
910 accum_y += p.second; in partition_nets()
/dports/devel/stb/stb-f54acd4/
H A Dstb_tilemap_editor.h892 int accum_x, accum_y; member
1766 stbte__ui.accum_y = 0; in stbte__activate()
1996 int ay = stbte__ui.accum_y/STBTE_FLOAT_CONTROL_GRANULARITY; in stbte__float_control()
1998 stbte__ui.accum_y -= ay*STBTE_FLOAT_CONTROL_GRANULARITY; in stbte__float_control()
4024 stbte__ui.accum_y += stbte__ui.dy; in stbte__set_event()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_tilemap_editor.h892 int accum_x, accum_y; member
1766 stbte__ui.accum_y = 0; in stbte__activate()
1996 int ay = stbte__ui.accum_y/STBTE_FLOAT_CONTROL_GRANULARITY; in stbte__float_control()
1998 stbte__ui.accum_y -= ay*STBTE_FLOAT_CONTROL_GRANULARITY; in stbte__float_control()
4024 stbte__ui.accum_y += stbte__ui.dy; in stbte__set_event()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_tilemap_editor.h892 int accum_x, accum_y; member
1766 stbte__ui.accum_y = 0; in stbte__activate()
1996 int ay = stbte__ui.accum_y/STBTE_FLOAT_CONTROL_GRANULARITY; in stbte__float_control()
1998 stbte__ui.accum_y -= ay*STBTE_FLOAT_CONTROL_GRANULARITY; in stbte__float_control()
4024 stbte__ui.accum_y += stbte__ui.dy; in stbte__set_event()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_tilemap_editor.h887 int accum_x, accum_y; member
1761 stbte__ui.accum_y = 0; in stbte__activate()
1995 int ay = stbte__ui.accum_y/STBTE_FLOAT_CONTROL_GRANULARITY; in stbte__float_control()
1997 stbte__ui.accum_y -= ay*STBTE_FLOAT_CONTROL_GRANULARITY; in stbte__float_control()
4035 stbte__ui.accum_y += stbte__ui.dy; in stbte__set_event()
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dmain-sdl2.c1281 static int accum_y = 0; variable
1934 td->resize_rect.h = td->ren_rect.h + (accum_y - drag_y); in guiDragMotion()
2444 accum_y = ev->motion.y; in handleMouseEvent_Menu()