Home
last modified time | relevance | path

Searched refs:by_x (Results 1 – 15 of 15) sorted by last modified time

/dports/games/njam/njam-1.25-src/src/
H A Dnjamgame.cpp785 bool by_x = false; // whether the direction is x or y axis in MoveGhosts() local
814 by_x = true; in MoveGhosts()
837 by_x = false; in MoveGhosts()
847 if (by_x) in MoveGhosts()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/impl-trait/
H A Dexample-calendar.rs378 let by_x = input.iter().cloned().group_by(|a| a[0]); in test_group_by() localVariable
384 for ((_, a), b) in by_x.zip(expected_1.iter().cloned()) { in test_group_by()
/dports/devel/ncurses/ncurses-6.3/test/
H A Ddemo_menus.c721 move_menu(MENU * menu, MENU * current, int by_y, int by_x) in move_menu() argument
731 x0 += by_x; in move_menu()
735 x1 += by_x; in move_menu()
756 move_menus(MENU * current, int by_y, int by_x) in move_menus() argument
758 if (move_menu(mpBanner, current, by_y, by_x) != ERR) { in move_menus()
761 move_menu(mpFile, current, by_y, by_x); in move_menus()
762 move_menu(mpSelect, current, by_y, by_x); in move_menus()
764 move_menu(mpTrace, current, by_y, by_x); in move_menus()
/dports/math/R-cran-dplyr/dplyr/tests/testthat/
H A Dtest-group-by.r177 by_x <- df %>% group_by(x) globalVar
178 expect_equal(by_x %>% groups(), by_x %>% `[`(1:2) %>% groups())
/dports/math/R-cran-dplyr/dplyr/R/
H A Djoin-cols.R58 by_x <- names(by) %||% by functionVar
62 by_x[by_x == ""] <- by_y[by_x == ""]
64 by <- list(x = by_x, y = by_y)
H A Djoin-common-by.R15 by_x <- names(by) %||% by functionVar
19 by_x[by_x == ""] <- by_y[by_x == ""]
21 list(x = by_x, y = by_y)
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dscstyles.c187 uint8 ret = 0, by_x; in GetStemCounterZone() local
193 by_x = ( stem->unit.x > stem->unit.y ); in GetStemCounterZone()
194 min = by_x ? orig_b->minx : orig_b->miny; in GetStemCounterZone()
195 max = by_x ? orig_b->maxx : orig_b->maxy; in GetStemCounterZone()
200 s = (&stem->left.x)[!by_x] + in GetStemCounterZone()
201 stem->active[i].start * (&stem->unit.x)[!by_x]; in GetStemCounterZone()
202 e = (&stem->left.x)[!by_x] + in GetStemCounterZone()
203 stem->active[i].end * (&stem->unit.x)[!by_x]; in GetStemCounterZone()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_code_widget.c126 _elm_code_widget_scroll_by(Elm_Code_Widget *widget, int by_x, int by_y) in _elm_code_widget_scroll_by() argument
134 x += by_x; in _elm_code_widget_scroll_by()
H A Delm_transit.c491 _recover_image_uv(Evas_Object *obj, Evas_Map *map, Eina_Bool revert, Eina_Bool by_x) in _recover_image_uv() argument
506 if (by_x) in _recover_image_uv()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxshade1.c1855 bool by_x = (rsa->p[point_index].x != rsa->p[point_index + 1].x); in compute_radial_shading_span_extended_side() local
1868 if (by_x) { in compute_radial_shading_span_extended_side()
1885 if (by_x) { in compute_radial_shading_span_extended_side()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxshade1.c1855 bool by_x = (rsa->p[point_index].x != rsa->p[point_index + 1].x); in compute_radial_shading_span_extended_side() local
1868 if (by_x) { in compute_radial_shading_span_extended_side()
1885 if (by_x) { in compute_radial_shading_span_extended_side()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxshade1.c905 bool by_x = (rsa->p[point_index].x != rsa->p[point_index + 1].x); in compute_radial_shading_span_extended_side() local
918 if (by_x) { in compute_radial_shading_span_extended_side()
935 if (by_x) { in compute_radial_shading_span_extended_side()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxshade1.c905 bool by_x = (rsa->p[point_index].x != rsa->p[point_index + 1].x); in compute_radial_shading_span_extended_side() local
918 if (by_x) { in compute_radial_shading_span_extended_side()
935 if (by_x) { in compute_radial_shading_span_extended_side()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxshade1.c767 bool by_x = (rsa->p[point_index].x == rsa->p[point_index + 1].x); in compute_radial_shading_span_extended_side() local
775 if (by_x) { in compute_radial_shading_span_extended_side()
791 if (by_x) { in compute_radial_shading_span_extended_side()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxshade1.c767 bool by_x = (rsa->p[point_index].x == rsa->p[point_index + 1].x); in compute_radial_shading_span_extended_side() local
775 if (by_x) { in compute_radial_shading_span_extended_side()
791 if (by_x) { in compute_radial_shading_span_extended_side()