Home
last modified time | relevance | path

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

/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dtrick_drawing.cpp127 pos_y += this->overlap_y(); in draw()
133 pos_y -= this->overlap_y(); in draw()
145 pos_y += this->overlap_y(); in draw()
155 pos_y -= this->overlap_y(); in draw()
208 pos_y += this->overlap_y(); in mouse_over_cards()
214 pos_y -= this->overlap_y(); in mouse_over_cards()
226 pos_y += this->overlap_y(); in mouse_over_cards()
236 pos_y -= this->overlap_y(); in mouse_over_cards()
313 return (2 * (this->ui->cards->height() - this->overlap_y())); in height()
330 TrickDrawing::overlap_y() const in overlap_y() function in UI_GTKMM_NS::TrickDrawing
H A Dtrick_drawing.h65 int overlap_y() const;
/dports/graphics/rawstudio/rawstudio-2.0/plugins/denoise/
H A Dfloatimageplane.cpp100 s->overlap_y = oy; in addJobs()
150 int start_y = p->offset_y + p->overlap_y; in applySlice()
159 (const guchar*)p->in->getAt(p->overlap_x,p->overlap_y), p->in->pitch*sizeof(float), in applySlice()
160 p->in->w*sizeof(float)-p->overlap_x*2*sizeof(float), p->in->h-p->overlap_y*2); in applySlice()
167 int end_y = p->offset_y + p->out->h - p->overlap_y; in applySlice()
175 float* src = p->out->getAt(p->overlap_x,y-start_y+p->overlap_y); in applySlice()
H A Dplanarimageslice.h44 gint overlap_y; variable
/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_grid.h93 int overlap_y);
H A Dpme_grid.cpp646 int overlap_y) in pmegrids_init() argument
734 case YY: max_comm_lines = overlap_y; break; in pmegrids_init()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdselect.c625 bool overlap_x, overlap_y, overlap, crossed; in GMT_grdselect() local
631overlap_y = !(header->wesn[YLO] > S->max[GMT_Y] || header->wesn[YHI] < S->min[GMT_Y]); /* true if … in GMT_grdselect()
632 if (overlap_y) { /* Still alive, now check for x-overlap */ in GMT_grdselect()
641 overlap = overlap_x && overlap_y; /* Only true if we have both x and y overlap */ in GMT_grdselect()
664 bool overlap_x, overlap_y, overlap, crossed; in GMT_grdselect() local
673overlap_y = !(header->wesn[YLO] > S->max[GMT_Y] || header->wesn[YHI] < S->min[GMT_Y]); /* true if … in GMT_grdselect()
674 if (overlap_y) { /* Still alive, now check for x-overlap */ in GMT_grdselect()
683 overlap = overlap_x && overlap_y; /* Only true if we have both x and y overlap */ in GMT_grdselect()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-xlib-renderer.c620 int overlap_y = MIN(ya2, yb2) - MAX(ya1, yb1); in _cogl_xlib_renderer_output_for_rectangle() local
622 if (overlap_x > 0 && overlap_y > 0) in _cogl_xlib_renderer_output_for_rectangle()
624 int overlap = overlap_x * overlap_y; in _cogl_xlib_renderer_output_for_rectangle()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-xlib-renderer.c654 int overlap_y = MIN(ya2, yb2) - MAX(ya1, yb1); in _cogl_xlib_renderer_output_for_rectangle() local
656 if (overlap_x > 0 && overlap_y > 0) in _cogl_xlib_renderer_output_for_rectangle()
658 int overlap = overlap_x * overlap_y; in _cogl_xlib_renderer_output_for_rectangle()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-xlib-renderer.c651 int overlap_y = MIN(ya2, yb2) - MAX(ya1, yb1); in _cogl_xlib_renderer_output_for_rectangle() local
653 if (overlap_x > 0 && overlap_y > 0) in _cogl_xlib_renderer_output_for_rectangle()
655 int overlap = overlap_x * overlap_y; in _cogl_xlib_renderer_output_for_rectangle()
/dports/astro/pp3/pp3-1.3.3/
H A Dpp3.cc250 const double overlap_y= my_fdim(overlap_top,overlap_bottom); in penalties_with() local
251 return overlap_x*overlap_y*params.penalties_label; in penalties_with()
290 const double overlap_y= my_fdim(overlap_top,overlap_bottom); in penalties_with() local
291 penalties+= overlap_x*overlap_y*params.penalties_star; in penalties_with()
371 const double overlap_y= my_fdim(overlap_top,overlap_bottom); in penalties_with() local
372 penalties+= overlap_x*overlap_y*params.penalties_nebula; in penalties_with()
844 const double overlap_y= my_fdim(overlap_top,overlap_bottom); in calculate_overlap() local
845 return overlap_x*overlap_y; in calculate_overlap()
H A Dpp3.w1662 const double overlap_y = my_fdim(overlap_top, overlap_bottom);
1663 return overlap_x * overlap_y * params.penalties_label;
1740 const double overlap_y = my_fdim(overlap_top, overlap_bottom);
1741 penalties += overlap_x * overlap_y * params.penalties_star;
1860 const double overlap_y = my_fdim(overlap_top, overlap_bottom);
1861 penalties += overlap_x * overlap_y * params.penalties_nebula;
2678 const double overlap_y = my_fdim(overlap_top, overlap_bottom);
2679 return overlap_x * overlap_y;
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docd_types_v8.h447 qint16 overlap_y; member
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/core/
H A DRectangle.inl420 bool overlap_y = (y3 < y2 && y1 < y4); local
422 return overlap_x && overlap_y && !is_flat() && !other.is_flat();
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dknight.c626 const int overlap_y = pixel_h - overhang_top - overhang_bottom; in _walk_over_bunker() local
632 for(int _y = y0; _y < y0 + overlap_y; _y++) in _walk_over_bunker()
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dknight.c626 const int overlap_y = pixel_h - overhang_top - overhang_bottom; in _walk_over_bunker() local
632 for(int _y = y0; _y < y0 + overlap_y; _y++) in _walk_over_bunker()