Home
last modified time | relevance | path

Searched refs:x_adjust (Results 1 – 25 of 54) sorted by relevance

123

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/glslparsertest/glsl2/
H A Dfunction-08.frag9 /* fglrx - Undeclared identifier x_adjust */
10 /* Apple - 'x_adjust' : undeclared identifier */
15 vec4 x_adjust(vec4 pos)
25 vec4 x = x_adjust;
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dframe.cpp167 info.x_adjust = *i++; in frame()
178 ASSERT_EQ(w + (info.x_adjust + info.x2_adjust), img_rect_.w()); in frame()
421 f.x_adjust = left; in build_alpha()
472 x += (face_right ? info->x_adjust : info->x2_adjust)*scale_; in draw_into_blit_queue()
497 x += (face_right ? info->x_adjust : info->x2_adjust)*scale_; in draw()
519 x += (face_right ? info->x_adjust : info->x2_adjust)*scale_; in draw()
547 const int x_adjust = area.x(); in draw() local
555 rect[0] += GLfloat(x_adjust)/GLfloat(texture_.width()); in draw()
577 x += (face_right ? info->x_adjust : info->x2_adjust)*scale_; in draw_custom()
593 const int x_adjust = area->x(); in draw_custom() local
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.10/execution/
H A Dglsl-vs-functions-3.shader_test5 vec4 x_adjust(vec4 pos)
15 vec4 x = x_adjust(pos);
H A Dglsl-fs-functions-3.shader_test15 vec4 x_adjust(vec4 pos)
25 vec4 x = x_adjust(pos);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java427 float x_adjust = (float)Math.floor(coords[lastCoord] + lval) + in currentSegment() local
432 coords[lastCoord ] += x_adjust; in currentSegment()
440 coords[2] += x_adjust; in currentSegment()
444 coords[0] += (curx_adjust + x_adjust) / 2; in currentSegment()
450 movx_adjust = x_adjust; in currentSegment()
456 curx_adjust = x_adjust; in currentSegment()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java427 float x_adjust = (float)Math.floor(coords[lastCoord] + lval) + in currentSegment() local
432 coords[lastCoord ] += x_adjust; in currentSegment()
440 coords[2] += x_adjust; in currentSegment()
444 coords[0] += (curx_adjust + x_adjust) / 2; in currentSegment()
450 movx_adjust = x_adjust; in currentSegment()
456 curx_adjust = x_adjust; in currentSegment()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/marlin/
H A DMarlinRenderingEngine.java524 float coord, x_adjust, y_adjust; in currentSegment() local
527 x_adjust = normCoord(coord); // new coord in currentSegment()
528 coords[lastCoord] = x_adjust; in currentSegment()
529 x_adjust -= coord; in currentSegment()
539 movx_adjust = x_adjust; in currentSegment()
545 coords[0] += (curx_adjust + x_adjust) / 2f; in currentSegment()
551 coords[2] += x_adjust; in currentSegment()
558 curx_adjust = x_adjust; in currentSegment()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/marlin/
H A DMarlinRenderingEngine.java524 float coord, x_adjust, y_adjust; in currentSegment() local
527 x_adjust = normCoord(coord); // new coord in currentSegment()
528 coords[lastCoord] = x_adjust; in currentSegment()
529 x_adjust -= coord; in currentSegment()
539 movx_adjust = x_adjust; in currentSegment()
545 coords[0] += (curx_adjust + x_adjust) / 2f; in currentSegment()
551 coords[2] += x_adjust; in currentSegment()
558 curx_adjust = x_adjust; in currentSegment()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinRenderingEngine.java541 float coord, x_adjust, y_adjust; in currentSegment() local
544 x_adjust = normCoord(coord); // new coord in currentSegment()
545 coords[lastCoord] = x_adjust; in currentSegment()
546 x_adjust -= coord; in currentSegment()
556 movx_adjust = x_adjust; in currentSegment()
562 coords[0] += (curx_adjust + x_adjust) / 2.0f; in currentSegment()
568 coords[2] += x_adjust; in currentSegment()
575 curx_adjust = x_adjust; in currentSegment()
H A DDMarlinRenderingEngine.java544 double coord, x_adjust, y_adjust; in currentSegment() local
547 x_adjust = normCoord(coord); // new coord in currentSegment()
548 coords[lastCoord] = x_adjust; in currentSegment()
549 x_adjust -= coord; in currentSegment()
559 movx_adjust = x_adjust; in currentSegment()
565 coords[0] += (curx_adjust + x_adjust) / 2.0d; in currentSegment()
571 coords[2] += x_adjust; in currentSegment()
578 curx_adjust = x_adjust; in currentSegment()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinRenderingEngine.java541 float coord, x_adjust, y_adjust; in currentSegment() local
544 x_adjust = normCoord(coord); // new coord in currentSegment()
545 coords[lastCoord] = x_adjust; in currentSegment()
546 x_adjust -= coord; in currentSegment()
556 movx_adjust = x_adjust; in currentSegment()
562 coords[0] += (curx_adjust + x_adjust) / 2.0f; in currentSegment()
568 coords[2] += x_adjust; in currentSegment()
575 curx_adjust = x_adjust; in currentSegment()
H A DDMarlinRenderingEngine.java544 double coord, x_adjust, y_adjust; in currentSegment() local
547 x_adjust = normCoord(coord); // new coord in currentSegment()
548 coords[lastCoord] = x_adjust; in currentSegment()
549 x_adjust -= coord; in currentSegment()
559 movx_adjust = x_adjust; in currentSegment()
565 coords[0] += (curx_adjust + x_adjust) / 2.0d; in currentSegment()
571 coords[2] += x_adjust; in currentSegment()
578 curx_adjust = x_adjust; in currentSegment()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDMarlinRenderingEngine.java544 double coord, x_adjust, y_adjust; in currentSegment() local
547 x_adjust = normCoord(coord); // new coord in currentSegment()
548 coords[lastCoord] = x_adjust; in currentSegment()
549 x_adjust -= coord; in currentSegment()
559 movx_adjust = x_adjust; in currentSegment()
565 coords[0] += (curx_adjust + x_adjust) / 2.0d; in currentSegment()
571 coords[2] += x_adjust; in currentSegment()
578 curx_adjust = x_adjust; in currentSegment()
H A DMarlinRenderingEngine.java541 float coord, x_adjust, y_adjust; in currentSegment() local
544 x_adjust = normCoord(coord); // new coord in currentSegment()
545 coords[lastCoord] = x_adjust; in currentSegment()
546 x_adjust -= coord; in currentSegment()
556 movx_adjust = x_adjust; in currentSegment()
562 coords[0] += (curx_adjust + x_adjust) / 2.0f; in currentSegment()
568 coords[2] += x_adjust; in currentSegment()
575 curx_adjust = x_adjust; in currentSegment()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinRenderingEngine.java541 float coord, x_adjust, y_adjust; in currentSegment() local
544 x_adjust = normCoord(coord); // new coord in currentSegment()
545 coords[lastCoord] = x_adjust; in currentSegment()
546 x_adjust -= coord; in currentSegment()
556 movx_adjust = x_adjust; in currentSegment()
562 coords[0] += (curx_adjust + x_adjust) / 2.0f; in currentSegment()
568 coords[2] += x_adjust; in currentSegment()
575 curx_adjust = x_adjust; in currentSegment()
H A DDMarlinRenderingEngine.java544 double coord, x_adjust, y_adjust; in currentSegment() local
547 x_adjust = normCoord(coord); // new coord in currentSegment()
548 coords[lastCoord] = x_adjust; in currentSegment()
549 x_adjust -= coord; in currentSegment()
559 movx_adjust = x_adjust; in currentSegment()
565 coords[0] += (curx_adjust + x_adjust) / 2.0d; in currentSegment()
571 coords[2] += x_adjust; in currentSegment()
578 curx_adjust = x_adjust; in currentSegment()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDMarlinRenderingEngine.java543 double coord, x_adjust, y_adjust; in currentSegment() local
546 x_adjust = normCoord(coord); // new coord in currentSegment()
547 coords[lastCoord] = x_adjust; in currentSegment()
548 x_adjust -= coord; in currentSegment()
558 movx_adjust = x_adjust; in currentSegment()
564 coords[0] += (curx_adjust + x_adjust) / 2.0d; in currentSegment()
570 coords[2] += x_adjust; in currentSegment()
577 curx_adjust = x_adjust; in currentSegment()
H A DMarlinRenderingEngine.java540 float coord, x_adjust, y_adjust; in currentSegment() local
543 x_adjust = normCoord(coord); // new coord in currentSegment()
544 coords[lastCoord] = x_adjust; in currentSegment()
545 x_adjust -= coord; in currentSegment()
555 movx_adjust = x_adjust; in currentSegment()
561 coords[0] += (curx_adjust + x_adjust) / 2.0f; in currentSegment()
567 coords[2] += x_adjust; in currentSegment()
574 curx_adjust = x_adjust; in currentSegment()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDMarlinRenderingEngine.java544 double coord, x_adjust, y_adjust; in currentSegment() local
547 x_adjust = normCoord(coord); // new coord in currentSegment()
548 coords[lastCoord] = x_adjust; in currentSegment()
549 x_adjust -= coord; in currentSegment()
559 movx_adjust = x_adjust; in currentSegment()
565 coords[0] += (curx_adjust + x_adjust) / 2.0d; in currentSegment()
571 coords[2] += x_adjust; in currentSegment()
578 curx_adjust = x_adjust; in currentSegment()
H A DMarlinRenderingEngine.java541 float coord, x_adjust, y_adjust; in currentSegment() local
544 x_adjust = normCoord(coord); // new coord in currentSegment()
545 coords[lastCoord] = x_adjust; in currentSegment()
546 x_adjust -= coord; in currentSegment()
556 movx_adjust = x_adjust; in currentSegment()
562 coords[0] += (curx_adjust + x_adjust) / 2.0f; in currentSegment()
568 coords[2] += x_adjust; in currentSegment()
575 curx_adjust = x_adjust; in currentSegment()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinRenderingEngine.java541 float coord, x_adjust, y_adjust; in currentSegment() local
544 x_adjust = normCoord(coord); // new coord in currentSegment()
545 coords[lastCoord] = x_adjust; in currentSegment()
546 x_adjust -= coord; in currentSegment()
556 movx_adjust = x_adjust; in currentSegment()
562 coords[0] += (curx_adjust + x_adjust) / 2.0f; in currentSegment()
568 coords[2] += x_adjust; in currentSegment()
575 curx_adjust = x_adjust; in currentSegment()
H A DDMarlinRenderingEngine.java544 double coord, x_adjust, y_adjust; in currentSegment() local
547 x_adjust = normCoord(coord); // new coord in currentSegment()
548 coords[lastCoord] = x_adjust; in currentSegment()
549 x_adjust -= coord; in currentSegment()
559 movx_adjust = x_adjust; in currentSegment()
565 coords[0] += (curx_adjust + x_adjust) / 2.0d; in currentSegment()
571 coords[2] += x_adjust; in currentSegment()
578 curx_adjust = x_adjust; in currentSegment()
/dports/shells/pdksh/pdksh-5.2.14/misc/
H A DReadMe.emacs49 and "xbp" + "x_displen", the function x_adjust() is called to
54 region, and if so simply adjusts "xcp" and calls x_adjust()
55 directly. Normally though x_adjust() is called from x_putc().
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDMarlinRenderingEngine.java627 double coord, x_adjust, y_adjust; in currentSegment() local
630 x_adjust = normCoord(coord); // new coord in currentSegment()
631 coords[lastCoord] = x_adjust; in currentSegment()
632 x_adjust -= coord; in currentSegment()
642 movx_adjust = x_adjust; in currentSegment()
648 coords[0] += (curx_adjust + x_adjust) / 2.0d; in currentSegment()
654 coords[2] += x_adjust; in currentSegment()
661 curx_adjust = x_adjust; in currentSegment()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Weapons.ocd/Shield.ocd/
H A DScript.c193 var x_adjust=1; in AdjustSolidMaskHelper() local
194 if(Contained()->GetDir() == DIR_Left) x_adjust=-1; in AdjustSolidMaskHelper()
195 var x=Sin(angle, distance) + x_adjust; in AdjustSolidMaskHelper()

123