Home
last modified time | relevance | path

Searched refs:y_bot (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Gen/
H A Dgenrsd8.c74 short x_right,y_bot; /* opposite edges of bitmap */ in gri_gen_rsd8_ubitmap() local
84 y_bot = y+bm->h; in gri_gen_rsd8_ubitmap()
88 while (y < y_bot) { in gri_gen_rsd8_ubitmap()
145 short x_right,y_bot; /* opposite edges of bitmap */ in gri_gen_rsd8_bitmap() local
160 y_bot = y_top +bm->h; in gri_gen_rsd8_bitmap()
166 y_bot<=grd_canvas->gc.clip.i.top) in gri_gen_rsd8_bitmap()
188 if (y_bot > grd_canvas->gc.clip.i.bot) { in gri_gen_rsd8_bitmap()
190 y_bot = grd_clip.bot; in gri_gen_rsd8_bitmap()
241 while (y < y_bot) { in gri_gen_rsd8_bitmap()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Flat8/
H A Dfl8rsd8.c84 short x_right, y_bot; /* opposite edges of bitmap */ in gri_flat8_rsd8_bitmap() local
100 y_bot = y_top + bm->h; in gri_flat8_rsd8_bitmap()
103 …if (x_left > grd_clip.right || x_right <= grd_clip.left || y_top > grd_clip.bot || y_bot <= grd_cl… in gri_flat8_rsd8_bitmap()
125 if (y_bot > grd_clip.bot) { in gri_flat8_rsd8_bitmap()
127 y_bot = grd_clip.bot; in gri_flat8_rsd8_bitmap()
184 while (y < y_bot) { in gri_flat8_rsd8_bitmap()
H A Dfl8p.c320 fix y_top, y_bot; in gri_per_umap_vscan() local
462 y_bot = vpl[n_prev]->y; in gri_per_umap_vscan()
463 yr_min = fix_cint(y_bot); in gri_per_umap_vscan()
466 pi.dyr = (vpl[n_bot]->y - y_bot) / pi.scale; in gri_per_umap_vscan()
470 y_bot = fix_div(fix_mul(pi.dxr, y_bot) + fix_mul(pi.dyr, fix_ceil(xp_bot) - x_bot), d); in gri_per_umap_vscan()
493 y_bot -= dy_bot; in gri_per_umap_vscan()
539 pi.yr0 = fix_fint(y_bot); in gri_per_umap_vscan()
540 pi.yr = fix_cint(y_bot + dy_bot); in gri_per_umap_vscan()
542 pi.yr0 = fix_fint(y_bot + dy_bot); in gri_per_umap_vscan()
543 pi.yr = fix_cint(y_bot); in gri_per_umap_vscan()
[all …]
H A Dfl8lp.c351 fix y_top, y_bot; in gri_lit_per_umap_vscan() local
506 y_bot = vpl[n_prev]->y; in gri_lit_per_umap_vscan()
510 yr_min = fix_cint(y_bot); in gri_lit_per_umap_vscan()
513 pi.dyr = (vpl[n_bot]->y - y_bot) / pi.scale; in gri_lit_per_umap_vscan()
517 y_bot = fix_div(fix_mul(pi.dxr, y_bot) + fix_mul(pi.dyr, fix_ceil(xp_bot) - x_bot), d); in gri_lit_per_umap_vscan()
540 y_bot -= dy_bot; in gri_lit_per_umap_vscan()
595 pi.yr0 = fix_fint(y_bot); in gri_lit_per_umap_vscan()
596 pi.yr = fix_cint(y_bot + dy_bot); in gri_lit_per_umap_vscan()
598 pi.yr0 = fix_fint(y_bot + dy_bot); in gri_lit_per_umap_vscan()
599 pi.yr = fix_cint(y_bot); in gri_lit_per_umap_vscan()
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/
H A Dtrap.cpp636 int32_t y_bot; member
644 edge->y_bot, edge->y_bot/float(TRI_ONE), in edge_dump()
704 edge->y_bot = ymax; in edge_setup()
781 int32_t y_bot = max(left->y_bot, right->y_bot); in trianglex_big() local
785 y_bot = max(y_bot, edges[2].y_bot); in trianglex_big()
797 int32_t y_mid = min(left->y_bot, right->y_bot); in trianglex_big()
802 if (y_mid <= y_bot) { in trianglex_big()
803 ((left->y_bot == y_bot) ? right : left) = other; in trianglex_big()
845 y_bot, y_bot*tri ); in dump()
888 edge->y_bot = ymax; in aa_edge_setup()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/
H A Dtrap.cpp636 int32_t y_bot; member
644 edge->y_bot, edge->y_bot/float(TRI_ONE), in edge_dump()
704 edge->y_bot = ymax; in edge_setup()
781 int32_t y_bot = max(left->y_bot, right->y_bot); in trianglex_big() local
785 y_bot = max(y_bot, edges[2].y_bot); in trianglex_big()
797 int32_t y_mid = min(left->y_bot, right->y_bot); in trianglex_big()
802 if (y_mid <= y_bot) { in trianglex_big()
803 ((left->y_bot == y_bot) ? right : left) = other; in trianglex_big()
845 y_bot, y_bot*tri ); in dump()
888 edge->y_bot = ymax; in aa_edge_setup()
[all …]
/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dart_svp_render_aa.c206 artfloat y_top, y_bot; in art_svp_render_aa_iter_step() local
260 y_bot = y + 1; in art_svp_render_aa_iter_step()
261 if (y_bot > seg->points[curs + 1].y) in art_svp_render_aa_iter_step()
262 y_bot = seg->points[curs + 1].y; in art_svp_render_aa_iter_step()
263 if (y_top != y_bot) { in art_svp_render_aa_iter_step()
265 (y_bot - y_top); in art_svp_render_aa_iter_step()
267 x_bot = seg_x[seg_index] + (y_bot - y) * seg_dx[seg_index]; in art_svp_render_aa_iter_step()
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dart_svp_render_aa.c206 artfloat y_top, y_bot; in art_svp_render_aa_iter_step() local
260 y_bot = y + 1; in art_svp_render_aa_iter_step()
261 if (y_bot > seg->points[curs + 1].y) in art_svp_render_aa_iter_step()
262 y_bot = seg->points[curs + 1].y; in art_svp_render_aa_iter_step()
263 if (y_top != y_bot) { in art_svp_render_aa_iter_step()
265 (y_bot - y_top); in art_svp_render_aa_iter_step()
267 x_bot = seg_x[seg_index] + (y_bot - y) * seg_dx[seg_index]; in art_svp_render_aa_iter_step()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/RSD/
H A Drsdcvt.c56 short x_right,y_bot; /* opposite edges of bitmap */ in gr_rsd8_convert() local
78 y_bot = sbm->h; in gr_rsd8_convert()
84 while (y < y_bot) { in gr_rsd8_convert()
/dports/biology/py-biopython/biopython-1.79/Bio/Phylo/
H A D_utils.py374 y_bot=0, argument
393 axes.vlines(x_here, y_bot, y_top, color=color)
397 [[(x_here, y_bot), (x_here, y_top)]], color=color, lw=lw
443 y_bot = y_posns[clade.clades[-1]]
449 y_bot=y_bot,
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_image.h146 double y_bot = bounds[2]; in pcolor2() local
177 double sy = rows / (y_top - y_bot); in pcolor2()
179 _bin_indices(&irows[0], rows, y0, ny, sy, y_bot); in pcolor2()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfillsl.h47 fixed y_bot = min_fixed; /* normally int2fixed(y0) + y_frac_min */ in TEMPLATE_spot_into_scanlines() local
77 y = y_bot + fixed_1; in TEMPLATE_spot_into_scanlines()
170 y_bot = int2fixed(y0) + y_frac_min; in TEMPLATE_spot_into_scanlines()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfillsl.h47 fixed y_bot = min_fixed; /* normally int2fixed(y0) + y_frac_min */ in TEMPLATE_spot_into_scanlines() local
77 y = y_bot + fixed_1; in TEMPLATE_spot_into_scanlines()
170 y_bot = int2fixed(y0) + y_frac_min; in TEMPLATE_spot_into_scanlines()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfillsl.h51 fixed y_bot = min_fixed; /* normally int2fixed(y0) + y_frac_min */ in TEMPLATE_spot_into_scanlines() local
81 y = y_bot + fixed_1; in TEMPLATE_spot_into_scanlines()
173 y_bot = int2fixed(y0) + y_frac_min; in TEMPLATE_spot_into_scanlines()
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_image.h148 double y_bot = bounds[2]; in pcolor2() local
179 double sy = rows / (y_top - y_bot); in pcolor2()
181 _bin_indices(&irows[0], rows, y0, ny, sy, y_bot); in pcolor2()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfillsl.h51 fixed y_bot = min_fixed; /* normally int2fixed(y0) + y_frac_min */ in TEMPLATE_spot_into_scanlines() local
81 y = y_bot + fixed_1; in TEMPLATE_spot_into_scanlines()
173 y_bot = int2fixed(y0) + y_frac_min; in TEMPLATE_spot_into_scanlines()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfillsl.h49 fixed y_bot = min_fixed; /* normally int2fixed(y0) + y_frac_min */ in TEMPLATE_spot_into_scanlines() local
79 y = y_bot + fixed_1; in TEMPLATE_spot_into_scanlines()
172 y_bot = int2fixed(y0) + y_frac_min; in TEMPLATE_spot_into_scanlines()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfillsl.h49 fixed y_bot = min_fixed; /* normally int2fixed(y0) + y_frac_min */ in TEMPLATE_spot_into_scanlines() local
79 y = y_bot + fixed_1; in TEMPLATE_spot_into_scanlines()
172 y_bot = int2fixed(y0) + y_frac_min; in TEMPLATE_spot_into_scanlines()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DPolygon.cpp50 int y_bot = trap.y2 - BBox.y; // exclusive in Rasterize() local
53 if (y_bot >= BBox.h) y_bot = BBox.h - 1; in Rasterize()
54 if (y_top >= y_bot) continue; // clipped in Rasterize()
63 for (int y = y_top; y < y_bot; ++y) { in Rasterize()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DFreeTypeFont.cpp259 uint y_bot = y + glyph_h; in rasterise() local
260 if (y_bot > texsize) in rasterise()
284 if (y_bot > yb) in rasterise()
286 yb = y_bot; in rasterise()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/diff/
H A Dview.py352 y_bot = self.blockBoundingGeometry(doc.findBlockByNumber(bot)).translated(origin).y()
353 if max(y_top, y_bot) < ceiling:
355 if min(y_top, y_bot) > floor:
358 br = painter.drawText(3, y_top, w, y_bot - y_top - 5, Qt.TextFlag.TextSingleLine, text)
366 y_bot = self.blockBoundingGeometry(doc.findBlockByNumber(bot)).translated(origin).y()
367 if max(y_top, y_bot) < ceiling:
369 if min(y_top, y_bot) > floor:
371 if y_top != y_bot:
372 painter.fillRect(0, y_top, w, y_bot - y_top, self.diff_backgrounds[kind])
373 lines.append((y_top, y_bot, kind))
[all …]
/dports/games/libretro-2048/libretro-2048-35a299c/pixman/pixman/
H A Dpixman-trap.c159 pixman_fixed_t y_bot) in pixman_edge_init() argument
166 dy = y_bot - y_top; in pixman_edge_init()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/
H A Dboxm2_vecf_lid_base.cxx199 double y_bot = Y(p.x(),t_max_); in inside() local
201 bool inside = y<=(y_top + tolerance) && y>=(y_bot-tolerance); in inside()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dmygeom.h209 void SetExtents(double x_left, double y_bot, double x_right, double y_top);
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-trap.c161 pixman_fixed_t y_bot) in pixman_edge_init() argument
168 dy = y_bot - y_top; in pixman_edge_init()

1234567