Home
last modified time | relevance | path

Searched refs:starty (Results 76 – 100 of 1904) sorted by relevance

12345678910>>...77

/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/sys/ximage/
H A Dgstximagesrc.c601 starty = (rects[i].y < ximagesrc->starty) ? ximagesrc->starty : in gst_ximage_src_ximage_get()
616 starty - ximagesrc->starty); in gst_ximage_src_ximage_get()
680 starty = (y < ximagesrc->starty) ? ximagesrc->starty : y; in gst_ximage_src_ximage_get()
684 y + height - starty : ximagesrc->endy - starty; in gst_ximage_src_ximage_get()
689 starty - ximagesrc->starty); in gst_ximage_src_ximage_get()
765 starty = (cy < (int) ximagesrc->starty) ? ximagesrc->starty : cy; in gst_ximage_src_ximage_get()
772 starty : ximagesrc->endy - starty; in gst_ximage_src_ximage_get()
776 starty = cy; in gst_ximage_src_ximage_get()
787 for (j = starty; in gst_ximage_src_ximage_get()
1106 s->starty = 0; in gst_ximage_src_get_caps()
[all …]
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/sys/ximage/
H A Dgstximagesrc.c601 starty = (rects[i].y < ximagesrc->starty) ? ximagesrc->starty : in gst_ximage_src_ximage_get()
616 starty - ximagesrc->starty); in gst_ximage_src_ximage_get()
680 starty = (y < ximagesrc->starty) ? ximagesrc->starty : y; in gst_ximage_src_ximage_get()
684 y + height - starty : ximagesrc->endy - starty; in gst_ximage_src_ximage_get()
689 starty - ximagesrc->starty); in gst_ximage_src_ximage_get()
765 starty = (cy < (int) ximagesrc->starty) ? ximagesrc->starty : cy; in gst_ximage_src_ximage_get()
772 starty : ximagesrc->endy - starty; in gst_ximage_src_ximage_get()
776 starty = cy; in gst_ximage_src_ximage_get()
787 for (j = starty; in gst_ximage_src_ximage_get()
1106 s->starty = 0; in gst_ximage_src_get_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/sys/ximage/
H A Dgstximagesrc.c601 starty = (rects[i].y < ximagesrc->starty) ? ximagesrc->starty : in gst_ximage_src_ximage_get()
616 starty - ximagesrc->starty); in gst_ximage_src_ximage_get()
680 starty = (y < ximagesrc->starty) ? ximagesrc->starty : y; in gst_ximage_src_ximage_get()
684 y + height - starty : ximagesrc->endy - starty; in gst_ximage_src_ximage_get()
689 starty - ximagesrc->starty); in gst_ximage_src_ximage_get()
765 starty = (cy < (int) ximagesrc->starty) ? ximagesrc->starty : cy; in gst_ximage_src_ximage_get()
772 starty : ximagesrc->endy - starty; in gst_ximage_src_ximage_get()
776 starty = cy; in gst_ximage_src_ximage_get()
787 for (j = starty; in gst_ximage_src_ximage_get()
1106 s->starty = 0; in gst_ximage_src_get_caps()
[all …]
/dports/x11/gstreamer1-plugins-ximagesrc/gst-plugins-good-1.16.2/sys/ximage/
H A Dgstximagesrc.c601 starty = (rects[i].y < ximagesrc->starty) ? ximagesrc->starty : in gst_ximage_src_ximage_get()
616 starty - ximagesrc->starty); in gst_ximage_src_ximage_get()
680 starty = (y < ximagesrc->starty) ? ximagesrc->starty : y; in gst_ximage_src_ximage_get()
684 y + height - starty : ximagesrc->endy - starty; in gst_ximage_src_ximage_get()
689 starty - ximagesrc->starty); in gst_ximage_src_ximage_get()
765 starty = (cy < (int) ximagesrc->starty) ? ximagesrc->starty : cy; in gst_ximage_src_ximage_get()
772 starty : ximagesrc->endy - starty; in gst_ximage_src_ximage_get()
776 starty = cy; in gst_ximage_src_ximage_get()
787 for (j = starty; in gst_ximage_src_ximage_get()
1106 s->starty = 0; in gst_ximage_src_get_caps()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java78 int endy = starty + h; in createPaint()
83 new GradientPaint(startx, starty, Color.red, in createPaint()
86 new LinearGradientPaint(startx, starty, endx, endy, in createPaint()
90 new RadialGradientPaint(startx, starty, in createPaint()
108 int startx, int starty, int w, int h) in renderLine() argument
110 Paint p = createPaint(type, startx, starty, w, h); in renderLine()
114 g.fillRect(startx, starty, w, h); in renderLine()
118 g.fillRect(startx, starty, w, h); in renderLine()
122 g.translate(startx + w*2, starty); in renderLine()
124 g.translate(-startx, -starty); in renderLine()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java78 int endy = starty + h; in createPaint()
83 new GradientPaint(startx, starty, Color.red, in createPaint()
86 new LinearGradientPaint(startx, starty, endx, endy, in createPaint()
90 new RadialGradientPaint(startx, starty, in createPaint()
108 int startx, int starty, int w, int h) in renderLine() argument
110 Paint p = createPaint(type, startx, starty, w, h); in renderLine()
114 g.fillRect(startx, starty, w, h); in renderLine()
118 g.fillRect(startx, starty, w, h); in renderLine()
122 g.translate(startx + w*2, starty); in renderLine()
124 g.translate(-startx, -starty); in renderLine()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java78 int endy = starty + h; in createPaint()
83 new GradientPaint(startx, starty, Color.red, in createPaint()
86 new LinearGradientPaint(startx, starty, endx, endy, in createPaint()
90 new RadialGradientPaint(startx, starty, in createPaint()
108 int startx, int starty, int w, int h) in renderLine() argument
110 Paint p = createPaint(type, startx, starty, w, h); in renderLine()
114 g.fillRect(startx, starty, w, h); in renderLine()
118 g.fillRect(startx, starty, w, h); in renderLine()
122 g.translate(startx + w*2, starty); in renderLine()
124 g.translate(-startx, -starty); in renderLine()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java78 int endy = starty + h; in createPaint()
83 new GradientPaint(startx, starty, Color.red, in createPaint()
86 new LinearGradientPaint(startx, starty, endx, endy, in createPaint()
90 new RadialGradientPaint(startx, starty, in createPaint()
108 int startx, int starty, int w, int h) in renderLine() argument
110 Paint p = createPaint(type, startx, starty, w, h); in renderLine()
114 g.fillRect(startx, starty, w, h); in renderLine()
118 g.fillRect(startx, starty, w, h); in renderLine()
122 g.translate(startx + w*2, starty); in renderLine()
124 g.translate(-startx, -starty); in renderLine()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java78 int endy = starty + h; in createPaint()
83 new GradientPaint(startx, starty, Color.red, in createPaint()
86 new LinearGradientPaint(startx, starty, endx, endy, in createPaint()
90 new RadialGradientPaint(startx, starty, in createPaint()
108 int startx, int starty, int w, int h) in renderLine() argument
110 Paint p = createPaint(type, startx, starty, w, h); in renderLine()
114 g.fillRect(startx, starty, w, h); in renderLine()
118 g.fillRect(startx, starty, w, h); in renderLine()
122 g.translate(startx + w*2, starty); in renderLine()
124 g.translate(-startx, -starty); in renderLine()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java78 int endy = starty + h; in createPaint()
83 new GradientPaint(startx, starty, Color.red, in createPaint()
86 new LinearGradientPaint(startx, starty, endx, endy, in createPaint()
90 new RadialGradientPaint(startx, starty, in createPaint()
108 int startx, int starty, int w, int h) in renderLine() argument
110 Paint p = createPaint(type, startx, starty, w, h); in renderLine()
114 g.fillRect(startx, starty, w, h); in renderLine()
118 g.fillRect(startx, starty, w, h); in renderLine()
122 g.translate(startx + w*2, starty); in renderLine()
124 g.translate(-startx, -starty); in renderLine()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java78 int endy = starty + h; in createPaint()
83 new GradientPaint(startx, starty, Color.red, in createPaint()
86 new LinearGradientPaint(startx, starty, endx, endy, in createPaint()
90 new RadialGradientPaint(startx, starty, in createPaint()
108 int startx, int starty, int w, int h) in renderLine() argument
110 Paint p = createPaint(type, startx, starty, w, h); in renderLine()
114 g.fillRect(startx, starty, w, h); in renderLine()
118 g.fillRect(startx, starty, w, h); in renderLine()
122 g.translate(startx + w*2, starty); in renderLine()
124 g.translate(-startx, -starty); in renderLine()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java78 int endy = starty + h; in createPaint()
83 new GradientPaint(startx, starty, Color.red, in createPaint()
86 new LinearGradientPaint(startx, starty, endx, endy, in createPaint()
90 new RadialGradientPaint(startx, starty, in createPaint()
108 int startx, int starty, int w, int h) in renderLine() argument
110 Paint p = createPaint(type, startx, starty, w, h); in renderLine()
114 g.fillRect(startx, starty, w, h); in renderLine()
118 g.fillRect(startx, starty, w, h); in renderLine()
122 g.translate(startx + w*2, starty); in renderLine()
124 g.translate(-startx, -starty); in renderLine()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java78 int endy = starty + h; in createPaint()
83 new GradientPaint(startx, starty, Color.red, in createPaint()
86 new LinearGradientPaint(startx, starty, endx, endy, in createPaint()
90 new RadialGradientPaint(startx, starty, in createPaint()
108 int startx, int starty, int w, int h) in renderLine() argument
110 Paint p = createPaint(type, startx, starty, w, h); in renderLine()
114 g.fillRect(startx, starty, w, h); in renderLine()
118 g.fillRect(startx, starty, w, h); in renderLine()
122 g.translate(startx + w*2, starty); in renderLine()
124 g.translate(-startx, -starty); in renderLine()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/java2d/DirectX/TransformedPaintTest/
H A DTransformedPaintTest.java78 int endy = starty + h; in createPaint()
83 new GradientPaint(startx, starty, Color.red, in createPaint()
86 new LinearGradientPaint(startx, starty, endx, endy, in createPaint()
90 new RadialGradientPaint(startx, starty, in createPaint()
108 int startx, int starty, int w, int h) in renderLine() argument
110 Paint p = createPaint(type, startx, starty, w, h); in renderLine()
114 g.fillRect(startx, starty, w, h); in renderLine()
118 g.fillRect(startx, starty, w, h); in renderLine()
122 g.translate(startx + w*2, starty); in renderLine()
124 g.translate(-startx, -starty); in renderLine()
[all …]
/dports/devel/goffice/goffice-0.10.50/goffice/canvas/
H A Dgoc-line.c59 line->starty = g_value_get_double (value); in goc_line_set_property()
170 if (line->starty < line->endy) { in goc_line_update_bounds()
171 item->y0 = line->starty - extra_width; in goc_line_update_bounds()
175 item->y1 = line->starty + extra_width; in goc_line_update_bounds()
189 dy = line->endy - line->starty; in goc_line_distance()
192 y -= line->starty; in goc_line_distance()
233 double startx = 0, starty = 0; in goc_line_draw() local
251 voffs + floor (line->starty)); in goc_line_draw()
258 &startx, &starty, phi + M_PI); in goc_line_draw()
265 cairo_move_to (cr, startx, starty); in goc_line_draw()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/ps/
H A DPSGraphicsPainter.java235 int starty = start.y - half; in drawLine() local
242 drawBorderLine(start.x, starty, end.x, starty + width, in drawLine()
250 drawBorderLine(start.x, starty, end.x, starty + width, in drawLine()
256 moveTo(start.x, starty); in drawLine()
257 lineTo(end.x, starty); in drawLine()
258 lineTo(end.x, starty + 2 * half); in drawLine()
259 lineTo(start.x, starty + 2 * half); in drawLine()
265 moveTo(start.x, starty); in drawLine()
266 lineTo(end.x, starty); in drawLine()
267 lineTo(end.x, starty + half); in drawLine()
[all …]
/dports/textproc/p5-Text-Graphics/Text-Graphics-1.0001/lib/Text/
H A DGraphics.pm528 my $starty = $this->{y0} + shift;
530 my $endy = $starty + shift;
533 $starty = max ($starty, $this->{y0});
545 $this->{charmap}->[$starty]->[$x] = "-";
548 foreach my $y ($starty + 1 .. $endy - 1) {
561 my $starty = $this->{y0} + shift;
563 my $endy = $starty + shift;
566 $starty = max ($starty, $this->{y0});
572 foreach my $y ($starty .. $endy) {
587 my $starty = $this->{y0} + shift;
[all …]
/dports/science/openbabel/openbabel-3.1.1/data/
H A Dsvgformat.script7 var starty=0;
26 starty = evt.clientY;
29 if(startx!=0 && starty!=0
30 … ((evt.clientX - startx)*(evt.clientX - startx)+(evt.clientY - starty)*(evt.clientY - starty)>100))
36 vb[1] = parseFloat(vb[1]) - (evt.clientY - starty)*maxwh/innerHeight;
39 starty = evt.clientY;
44 starty=0;
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dtrace.simple.cpp66 static int starty; variable
77 int starty, in render_one_pixel() argument
141 for (int y = starty; y < stopy; y++) in parallel_thread()
144 for (int y = starty; y < stopy; y++) in parallel_thread()
146 oneapi::tbb::parallel_for(starty, stopy, [mboxsize] (int y) in parallel_thread()
154 color_t c = render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
170 starty = parms->starty; in thread_trace()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dcl_netgraph.cpp65 static void NetGraphDrawBar(int startx, int starty, int width, int height, int color) in NetGraphDrawBar() argument
71 for (dspan.y = starty; dspan.y < starty + height; dspan.y++) in NetGraphDrawBar()
90 int starty, color; in drawWorldIndexSync() local
94 starty = centery - mWorldIndexSync[index] * NetGraph::BAR_HEIGHT_WORLD_INDEX; in drawWorldIndexSync()
99 starty = centery - (mWorldIndexSync[index] + 1) * NetGraph::BAR_HEIGHT_WORLD_INDEX; in drawWorldIndexSync()
103 NetGraphDrawBar(startx, starty, width, height, color); in drawWorldIndexSync()
130 int starty = y; in drawMispredictions() local
133 NetGraphDrawBar(startx, starty, width, height, 0xB0); in drawMispredictions()
/dports/multimedia/motion/motion-release-4.3.2/src/
H A Ddraw.c1072 static int draw_textn(unsigned char *image, int startx, int starty, int width, const char *text, … in draw_textn() argument
1085 if ((startx < 1) || (starty < 1) || (len < 1)) return 0; in draw_textn()
1090 image_ptr = image + startx + (starty * width); in draw_textn()
1127 int draw_text(unsigned char *image, int width, int height, int startx, int starty, const char *text… in draw_text() argument
1158 starty -= line_space * num_nl; in draw_text()
1165 draw_textn(image, startx, starty, width, begin, len, factor); in draw_text()
1168 starty += line_space; in draw_text()
1171 draw_textn(image, startx, starty, width, begin, strlen(begin), factor); in draw_text()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpdrawable-gradient.c64 gdouble starty, in gimp_drawable_gradient() argument
111 "start-y", starty, in gimp_drawable_gradient()
244 gdouble *starty, in gimp_drawable_gradient_adjust_coords() argument
251 g_return_if_fail (starty != NULL); in gimp_drawable_gradient_adjust_coords()
274 region->y - *starty)); in gimp_drawable_gradient_adjust_coords()
276 region->y - *starty)); in gimp_drawable_gradient_adjust_coords()
278 region->y + region->height - *starty)); in gimp_drawable_gradient_adjust_coords()
280 region->y + region->height - *starty)); in gimp_drawable_gradient_adjust_coords()
288 gimp_vector2_set (&v, *endx - *startx, *endy - *starty); in gimp_drawable_gradient_adjust_coords()
293 *endy = *starty + v.y; in gimp_drawable_gradient_adjust_coords()
[all …]
/dports/editors/vigor/vigor-0.016/curses/
H A Dtoucholap.c48 register int y, endy, endx, starty, startx; local
53 starty = max(win1->begy, win2->begy);
59 starty, startx, endy, endx);
67 if (starty >= endy || startx >= endx)
69 starty -= win2->begy;
73 for (--endx, y = starty; y < endy; y++)
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/konami/
H A Dk053936.cpp235 INT32 scrolly = starty >> 16; in copy_roz()
267 UINT32 cy = starty; in copy_roz()
324 UINT32 startx,starty; in K053936Draw() local
373 UINT32 startx, starty; in K053936Draw() local
531 starty += sx * incxy + sy * incyy; in K053936GP_copyroz32clip()
548 cy = starty; in K053936GP_copyroz32clip()
554 starty += incyy; in K053936GP_copyroz32clip()
590 cy = starty; starty += incyy; in K053936GP_copyroz32clip()
597 starty += incyy; in K053936GP_copyroz32clip()
634 cy = starty; starty += incyy; in K053936GP_copyroz32clip()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/stag/tests/
H A Dex8.c21 PetscInt startx,starty,startz,nx,ny,nz,ex,ey,ez,nExtrax,nExtray,nExtraz; in main() local
44 …ierr = DMStagGetCorners(dmSol,&startx,&starty,&startz,&nx,&ny,&nz,&nExtrax,&nExtray,&nExtraz);CHKE… in main()
53 for (ey=starty; ey<starty+ny+nExtray; ++ey) { in main()
61 if (ex < startx+nx && ey < starty+ny && ez < startz+nz) { in main()
135 …ierr = DMStagGetCorners(dm,&startx,&starty,&startz,&nx,&ny,&nz,&nExtrax,&nExtray,&nExtraz);CHKERRQ… in ApplyOperator()
149 for (ey=starty; ey<starty+ny+nExtray; ++ey) { in ApplyOperator()
156 for (ey=starty; ey<starty+ny+nExtray; ++ey) { in ApplyOperator()
171 arrIn[ez][starty + ny][ex][idxP] = arrIn[ez][starty + ny - 1][ex][idxP]; in ApplyOperator()
177 for (ey=starty; ey<starty+ny+nExtray; ++ey) { in ApplyOperator()
184 for (ey=starty; ey<starty+ny+nExtray; ++ey) { in ApplyOperator()
[all …]

12345678910>>...77