Home
last modified time | relevance | path

Searched refs:line_x (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/graphics/fonts/
H A Dshape_rendered_text.cpp52 int line_x = x + iter->_dims.left; in draw() local
59 line_x, line_y); in draw()
62 surface->Fill32(0xFF000000, line_x, line_y - _font->getBaseline(), in draw()
66 line_x += _font->getWidth(iter->_text[i]) - _font->getHlead(); in draw()
70 surface->Fill32(0xFF000000, line_x, line_y - _font->getBaseline(), in draw()
85 int line_x = x + iter->_dims.left; in drawBlended() local
93 line_x, line_y, false, false, col); in drawBlended()
94 line_x += _font->getWidth(iter->_text[i]) - _font->getHlead(); in drawBlended()
H A Djp_rendered_text.cpp57 int line_x = x + iter->_dims.left; in draw() local
69 surface->Paint(_font, u8char, line_x, line_y); in draw()
72 surface->Fill32(0xFF000000, line_x, line_y - _font->getBaseline(), in draw()
76 line_x += (_font->getFrame(u8char))->_width - _font->getHlead(); in draw()
80 surface->Fill32(0xFF000000, line_x, line_y - _font->getBaseline(), in draw()
102 int line_x = x + iter->_dims.left; in drawBlended() local
115 surface->PaintHighlight(_font, u8char, line_x, line_y, in drawBlended()
117 line_x += (_font->getFrame(u8char))->_width - _font->getHlead(); in drawBlended()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-angrylion/n64video/vi/
H A Dvi.c173 line_x = x_offs >> 10; in vi_process_full_parallel()
174 prev_line_x = line_x - 1; in vi_process_full_parallel()
175 next_line_x = line_x + 1; in vi_process_full_parallel()
176 far_line_x = line_x + 2; in vi_process_full_parallel()
178 cur_x = pixels + line_x; in vi_process_full_parallel()
183 scan_x = nextpixels + line_x; in vi_process_full_parallel()
188 line_x++; in vi_process_full_parallel()
200 } else if (line_x > cache_marker) { in vi_process_full_parallel()
235 …divot_filter(&divot_cache[line_x], viaa_cache[line_x], viaa_cache[prev_line_x], viaa_cache[next_li… in vi_process_full_parallel()
252 color = divot_cache[line_x]; in vi_process_full_parallel()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-angrylion/n64video/
H A Dvi.c183 line_x = x_offs >> 10; in vi_process_full_parallel()
184 prev_line_x = line_x - 1; in vi_process_full_parallel()
185 next_line_x = line_x + 1; in vi_process_full_parallel()
186 far_line_x = line_x + 2; in vi_process_full_parallel()
188 cur_x = pixels + line_x; in vi_process_full_parallel()
193 scan_x = nextpixels + line_x; in vi_process_full_parallel()
198 line_x++; in vi_process_full_parallel()
210 } else if (line_x > cache_marker) { in vi_process_full_parallel()
245 …divot_filter(&divot_cache[line_x], viaa_cache[line_x], viaa_cache[prev_line_x], viaa_cache[next_li… in vi_process_full_parallel()
262 color = divot_cache[line_x]; in vi_process_full_parallel()
[all …]
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/linear_model/
H A Dplot_theilsen.py71 line_x = np.array([-3, 3])
76 y_pred = estimator.predict(line_x.reshape(2, 1))
78 line_x,
105 line_x = np.array([-3, 10])
110 y_pred = estimator.predict(line_x.reshape(2, 1))
112 line_x,
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/
H A Deigen.h482 checkCoordinateSystem (const Eigen::Matrix<Scalar, Eigen::Dynamic, 1> &line_x,
504 Eigen::Matrix<Scalar, Eigen::Dynamic, 1> line_x; variable
506 line_x << origin, x_direction;
508 return (checkCoordinateSystem<Scalar> (line_x, line_y, norm_limit, dot_limit));
518 Eigen::Matrix<double, Eigen::Dynamic, 1> line_x; variable
520 line_x.resize (6);
522 line_x << origin, x_direction;
534 Eigen::Matrix<float, Eigen::Dynamic, 1> line_x; variable
536 line_x.resize (6);
538 line_x << origin, x_direction;
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxifast.c212 memset(line + (line_x >> 3), value, raster - (line_x >> 3)); in fill_row()
282 fill_row(line, line_x, raster, one); in image_simple_expand()
300 fill_row(line, line_x, raster, zero); in image_simple_expand()
313 fill_row(line, line_x, raster, zero); in image_simple_expand()
320 xl0 += int2fixed(line_x); in image_simple_expand()
537 int line_x; in image_render_simple() local
559 line_x = 0; in image_render_simple()
581 line_x = ix & (align_bitmap_mod * 8 - 1); in image_render_simple()
582 line_ix = ix - line_x; in image_render_simple()
611 (dev, line, line_x, line_size, gx_no_bitmap_id, in image_render_simple()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxifast.c217 memset(line + (line_x >> 3), value, raster - (line_x >> 3)); in fill_row()
287 fill_row(line, line_x, raster, one); in image_simple_expand()
305 fill_row(line, line_x, raster, zero); in image_simple_expand()
318 fill_row(line, line_x, raster, zero); in image_simple_expand()
325 xl0 += int2fixed(line_x); in image_simple_expand()
542 int line_x; in image_render_simple() local
564 line_x = 0; in image_render_simple()
586 line_x = ix & (align_bitmap_mod * 8 - 1); in image_render_simple()
587 line_ix = ix - line_x; in image_render_simple()
616 (dev, line, line_x, line_size, gx_no_bitmap_id, in image_render_simple()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxifast.c217 memset(line + (line_x >> 3), value, raster - (line_x >> 3)); in fill_row()
287 fill_row(line, line_x, raster, one); in image_simple_expand()
305 fill_row(line, line_x, raster, zero); in image_simple_expand()
318 fill_row(line, line_x, raster, zero); in image_simple_expand()
325 xl0 += int2fixed(line_x); in image_simple_expand()
542 int line_x; in image_render_simple() local
564 line_x = 0; in image_render_simple()
586 line_x = ix & (align_bitmap_mod * 8 - 1); in image_render_simple()
587 line_ix = ix - line_x; in image_render_simple()
616 (dev, line, line_x, line_size, gx_no_bitmap_id, in image_render_simple()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxifast.c212 memset(line + (line_x >> 3), value, raster - (line_x >> 3)); in fill_row()
282 fill_row(line, line_x, raster, one); in image_simple_expand()
300 fill_row(line, line_x, raster, zero); in image_simple_expand()
313 fill_row(line, line_x, raster, zero); in image_simple_expand()
320 xl0 += int2fixed(line_x); in image_simple_expand()
537 int line_x; in image_render_simple() local
559 line_x = 0; in image_render_simple()
581 line_x = ix & (align_bitmap_mod * 8 - 1); in image_render_simple()
582 line_ix = ix - line_x; in image_render_simple()
611 (dev, line, line_x, line_size, gx_no_bitmap_id, in image_render_simple()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxifast.c212 fill_row(byte *line, int line_x, uint raster, int value) in fill_row() argument
214 memset(line + (line_x >> 3), value, raster - (line_x >> 3)); in fill_row()
218 image_simple_expand(byte * line, int line_x, uint raster, in image_simple_expand() argument
315 fill_row(line, line_x, raster, one); in image_simple_expand()
346 fill_row(line, line_x, raster, zero); in image_simple_expand()
359 xl0 += int2fixed(line_x); in image_simple_expand()
582 int line_x; in image_render_simple() local
604 line_x = 0; in image_render_simple()
626 line_x = ix & (align_bitmap_mod * 8 - 1); in image_render_simple()
627 line_ix = ix - line_x; in image_render_simple()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxifast.c212 fill_row(byte *line, int line_x, uint raster, int value) in fill_row() argument
214 memset(line + (line_x >> 3), value, raster - (line_x >> 3)); in fill_row()
218 image_simple_expand(byte * line, int line_x, uint raster, in image_simple_expand() argument
315 fill_row(line, line_x, raster, one); in image_simple_expand()
346 fill_row(line, line_x, raster, zero); in image_simple_expand()
359 xl0 += int2fixed(line_x); in image_simple_expand()
582 int line_x; in image_render_simple() local
604 line_x = 0; in image_render_simple()
626 line_x = ix & (align_bitmap_mod * 8 - 1); in image_render_simple()
627 line_ix = ix - line_x; in image_render_simple()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxifast.c212 fill_row(byte *line, int line_x, uint raster, int value) in fill_row() argument
214 memset(line + (line_x >> 3), value, raster - (line_x >> 3)); in fill_row()
217 image_simple_expand(byte * line, int line_x, uint raster, in image_simple_expand() argument
284 fill_row(line, line_x, raster, one); in image_simple_expand()
315 fill_row(line, line_x, raster, zero); in image_simple_expand()
322 xl0 += int2fixed(line_x); in image_simple_expand()
539 int line_x; in image_render_simple() local
561 line_x = 0; in image_render_simple()
583 line_x = ix & (align_bitmap_mod * 8 - 1); in image_render_simple()
584 line_ix = ix - line_x; in image_render_simple()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxifast.c212 fill_row(byte *line, int line_x, uint raster, int value) in fill_row() argument
214 memset(line + (line_x >> 3), value, raster - (line_x >> 3)); in fill_row()
217 image_simple_expand(byte * line, int line_x, uint raster, in image_simple_expand() argument
284 fill_row(line, line_x, raster, one); in image_simple_expand()
315 fill_row(line, line_x, raster, zero); in image_simple_expand()
322 xl0 += int2fixed(line_x); in image_simple_expand()
539 int line_x; in image_render_simple() local
561 line_x = 0; in image_render_simple()
583 line_x = ix & (align_bitmap_mod * 8 - 1); in image_render_simple()
584 line_ix = ix - line_x; in image_render_simple()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dtext_object.cpp94 return line_x + width; in getX()
343 if (point.x() < line_info->line_x - click_tolerance) continue; in calcTextPositionAt()
345 if (point.x() > line_info->line_x + line_info->width + click_tolerance) continue; in calcTextPositionAt()
405 double line_x = 0.0; in prepareLineInfos() local
407 line_x -= 0.5 * box_width; in prepareLineInfos()
409 line_x += 0.5 * box_width; in prepareLineInfos()
435 double part_x = line_x; in prepareLineInfos()
447 part_x = line_x + text_symbol->getNextTab(part_x - line_x); in prepareLineInfos()
455 while (part_x + part_width - line_x > box_width) in prepareLineInfos()
493 line_width = last_part_info.part_x + last_part_info.width - line_x; in prepareLineInfos()
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/transform/
H A Dplot_ransac.py67 line_x = np.arange(-250, 250) variable
68 line_y = model.predict_y(line_x)
69 line_y_robust = model_robust.predict_y(line_x)
76 ax.plot(line_x, line_y, '-k', label='Line model from all data')
77 ax.plot(line_x, line_y_robust, '-b', label='Robust line model')
/dports/devel/py-game/pygame-2.1.0/src_py/
H A Ddraw_py.py86 for line_x in range(start, end + 1):
87 surf.set_at((line_x, in_y), color)
255 line_x = start.x
264 line_x += dx_sign
346 line_x = g_x + slope * (line_y - g_y)
347 draw_two_pixel(line_x, line_y, 1)
372 for line_x in range(g_x, s_x):
373 line_y = g_y + slope * (line_x - g_x)
374 draw_two_pixel(line_x, line_y, 1)
488 for line_x, line_y in points[1:]:
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bxml/bsvg/
H A Dbsvg_plot.cxx33 auto* line_x = new bsvg_line(axes_orig_x_, axes_orig_y_, axes_orig_x_+h2_x+margin_, axes_orig_y_); in add_axes() local
34 line_x->set_stroke_color("black"); in add_axes()
35 line_x->set_stroke_width(stroke_width); in add_axes()
38 this->add_element(line_x); in add_axes()
115 … auto* line_x = new bsvg_line(axes_orig_x_, axes_orig_y_, axes_orig_x_+h2_x+margin_, axes_orig_y_); in add_axes() local
116 line_x->set_stroke_color("black"); in add_axes()
117 line_x->set_stroke_width(stroke_width); in add_axes()
120 this->add_element(line_x); in add_axes()
199 auto* line_x = new bsvg_line(x, axes_orig_y_, x, axes_orig_y_-h2_y); in add_x_increments() local
200 g->add_element(line_x); in add_x_increments()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/formatters/
H A Dsvg.py139 line_x = x
145 line_x += self.linenowidth + self.ystep
148 outfile.write('<text x="%s" y="%s" xml:space="preserve">' % (line_x, y))
166 outfile.write('<text x="%s" y="%s" ' 'xml:space="preserve">' % (line_x,y))
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/formatters/
H A Dsvg.py140 line_x = x
145 line_x += self.linenowidth + self.ystep
148 outfile.write('<text x="%s" y="%s" xml:space="preserve">' % (line_x, y))
165 outfile.write('<text x="%s" y="%s" ' 'xml:space="preserve">' % (line_x,y))
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/formatters/
H A Dsvg.py140 line_x = x
145 line_x += self.linenowidth + self.ystep
148 outfile.write('<text x="%s" y="%s" xml:space="preserve">' % (line_x, y))
165 outfile.write('<text x="%s" y="%s" ' 'xml:space="preserve">' % (line_x,y))
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/formatters/
H A Dsvg.py140 line_x = x
145 line_x += self.linenowidth + self.ystep
148 outfile.write('<text x="%s" y="%s" xml:space="preserve">' % (line_x, y))
165 outfile.write('<text x="%s" y="%s" ' 'xml:space="preserve">' % (line_x,y))
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/mdp/test/
H A Dtest_PCANode.py4 line_x = numx.zeros((1000,2),"d")
6 line_x[:,0] = numx.linspace(-1,1,num=1000,endpoint=1)
8 mat = numx.concatenate((line_x,line_y))
95 line_x = numx.zeros((1000,2),"d")
97 line_x[:,0] = numx.linspace(-1,1,num=1000,endpoint=1)
99 mat = numx.concatenate((line_x,line_y))
/dports/science/py-mdp/MDP-3.5/mdp/test/
H A Dtest_PCANode.py6 line_x = numx.zeros((1000,2),"d")
8 line_x[:,0] = numx.linspace(-1,1,num=1000,endpoint=1)
10 mat = numx.concatenate((line_x,line_y))
97 line_x = numx.zeros((1000,2),"d")
99 line_x[:,0] = numx.linspace(-1,1,num=1000,endpoint=1)
101 mat = numx.concatenate((line_x,line_y))
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/hud_display/
H A Dgrid.cc179 const SkScalar line_x = bounds().width() - tick_per_pixels * i; in OnPaint() local
180 solid_path.moveTo({line_x, 0}); in OnPaint()
181 solid_path.lineTo({line_x, tick_length}); in OnPaint()
183 solid_path.moveTo({line_x, bounds().height() - tick_length}); in OnPaint()
184 solid_path.lineTo({line_x, bounds().height()}); in OnPaint()

1234567