Searched defs:y2 (Results 101 - 125 of 133) sorted by relevance

123456

/openjdk10/jdk/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c542 jfloat x1, y1, x2, y2; local
[all...]
H A DOGLRenderQueue.c104 jint y2 = NEXT_INT(b); local
367 jint y2 = NEXT_INT(b); local
H A DOGLRenderer.c66 OGLRenderer_DrawLine(OGLContext *oglc, jint x1, jint y1, jint x2, jint y2) argument
324 jint y2 = *(spans++); local
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/loops/
H A DProcessPath.java575 public void processFixedLine(int x1, int y1, int x2, int y2, argument
134 processFixedLine(int x1, int y1, int x2, int y2, int [] pixelInfo, boolean checkBounds, boolean endSubPath) argument
1359 ProcessLine(ProcessHandler hnd, float x1, float y1, float x2, float y2, int[] pixelInfo) argument
2027 processFixedLine(int x1, int y1, int x2, int y2, int[] pixelInfo, boolean checkBounds, boolean endSubPath) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDRenderer.java315 private void addLine(double x1, double y1, double x2, double y2) { argument
175 quadBreakIntoLinesAndAdd(double x0, double y0, final DCurve c, final double x2, final double y2) argument
691 curveTo(double x1, double y1, double x2, double y2, double x3, double y3) argument
705 quadTo(double x1, double y1, double x2, double y2) argument
[all...]
H A DDStroker.java577 emitQuadTo(final double x1, final double y1, final double x2, final double y2) argument
589 emitCurveTo(final double x1, final double y1, final double x2, final double y2, final double x3, final double y3) argument
596 emitCurveToRev(final double x0, final double y0, final double x1, final double y1, final double x2, final double y2) argument
603 emitCurveTo(final double x0, final double y0, final double x1, final double y1, final double x2, final double y2, final double x3, final double y3, final boolean rev) argument
646 within(final double x1, final double y1, final double x2, final double y2, final double ERR) argument
657 getLineOffsets(double x1, double y1, double x2, double y2, double[] left, double[] right) argument
944 curveTo(double x1, double y1, double x2, double y2, double x3, double y3) argument
1044 quadTo(double x1, double y1, double x2, double y2) argument
1223 pushCubic(double x0, double y0, double x1, double y1, double x2, double y2) argument
[all...]
H A DRenderer.java316 private void addLine(float x1, float y1, float x2, float y2) { argument
176 quadBreakIntoLinesAndAdd(float x0, float y0, final Curve c, final float x2, final float y2) argument
695 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
709 quadTo(float x1, float y1, float x2, float y2) argument
[all...]
H A DStroker.java579 emitQuadTo(final float x1, final float y1, final float x2, final float y2) argument
591 emitCurveTo(final float x1, final float y1, final float x2, final float y2, final float x3, final float y3) argument
598 emitCurveToRev(final float x0, final float y0, final float x1, final float y1, final float x2, final float y2) argument
605 emitCurveTo(final float x0, final float y0, final float x1, final float y1, final float x2, final float y2, final float x3, final float y3, final boolean rev) argument
648 within(final float x1, final float y1, final float x2, final float y2, final float ERR) argument
659 getLineOffsets(float x1, float y1, float x2, float y2, float[] left, float[] right) argument
946 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
1046 quadTo(float x1, float y1, float x2, float y2) argument
1225 pushCubic(float x0, float y0, float x1, float y1, float x2, float y2) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DProxyGraphics2D.java449 public void drawLine(int x1, int y1, int x2, int y2) { argument
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DBlitLoops.cpp74 SurfaceData_IntersectBoundsXYXY(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2) argument
[all...]
H A DD3DRenderQueue.cpp232 jint y2 = NEXT_INT(b); local
505 jint y2 local
61 D3DRQ_SwapBuffers(D3DPipelineManager *pMgr, D3DSDOps *d3dsdo, int x1, int y1, int x2, int y2) argument
704 jint y2 = NEXT_INT(b); local
[all...]
H A DD3DTextRenderer.cpp285 jfloat x1, y1, x2, y2; local
H A DD3DVertexCacher.cpp224 HRESULT D3DVertexCacher::DrawLine(int x1, int y1, int x2, int y2) argument
404 float x1, y1, x2, y2; local
431 DrawRect(int x1, int y1, int x2, int y2) argument
457 FillRect(int x1, int y1, int x2, int y2) argument
645 DrawTexture(float x1, float y1, float x2, float y2, float u1, float v1, float u2, float v2) argument
670 DrawTexture(float x1, float y1, float x2, float y2, float u11, float v11, float u12, float v12, float u21, float v21, float u22, float v22) argument
[all...]
H A DD3DContext.cpp978 D3DContext::SetRectClip(int x1, int y1, int x2, int y2) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRBackendNative.java105 XRCreateLinearGradientPaintNative(float[] fractionsArray, short[] pixelsArray, int x1, int y1, int x2, int y2, int numStops, int repeat) argument
119 XRSetClipNative(long dst, int x1, int y1, int x2, int y2, Region clip, boolean isGC) argument
/openjdk10/jdk/src/java.desktop/unix/native/common/java2d/x11/
H A DX11SurfaceData.c976 short x1=0, y1=0, x2=0, y2=0; local
1432 Java_sun_java2d_x11_XSurfaceData_XSetClip(JNIEnv *env, jclass xsd, jlong xgc, jint x1, jint y1, jint x2, jint y2, jobject complexclip) argument
[all...]
H A DX11Renderer.c222 Java_sun_java2d_x11_X11Renderer_XDrawLine(JNIEnv *env, jobject xr, jlong pXSData, jlong xgc, jint x1, jint y1, jint x2, jint y2) argument
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A DmultiVis.c84 short x1, x2, y1, y2; member in struct:__anon1262
/openjdk10/jdk/test/java/time/tck/java/time/
H A DTCKPeriod.java526 public void factory_between_LocalDate(int y1, int m1, int d1, int y2, int m2, int d2, int ye, int me, int de) { argument
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXComponentPeer.java1154 public void flip(int x1, int y1, int x2, int y2, argument
/openjdk10/hotspot/src/share/vm/code/
H A Ddependencies.cpp286 ciBaseObject* y2 = deps->at(i+2); local
/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/pipe/
H A DShapeSpanIterator.c416 jfloat x1, y1, x2, y2, x3, y3; local
804 PCQuadTo(PathConsumerVec *consumer, jfloat x1, jfloat y1, jfloat x2, jfloat y2) argument
817 PCCubicTo(PathConsumerVec *consumer, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
1080 subdivideQuad(pathData *pd, int level, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2) argument
1122 subdivideCubic(pathData *pd, int level, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/swing/
H A DSwingUtilities2.java1001 public static void drawVLine(Graphics g, int x, int y1, int y2) { argument
/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DProcessPath.c473 void ProcessFixedLine(ProcessHandler* hnd,jint x1,jint y1,jint x2,jint y2, argument
603 jint y2 = y0; local
1048 jint y2 = y0; local
1375 jfloat y2 = coord2[1]; local
2094 StoreFixedLine(ProcessHandler* hnd,jint x1,jint y1,jint x2,jint y2, jint* pixelInfo,jboolean checkBounds, jboolean endSubPath) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/java2d/x11/
H A DXRBackendNative.c538 Java_sun_java2d_xr_XRBackendNative_XRCreateLinearGradientPaintNative(JNIEnv *env, jclass xsd, jfloatArray fractionsArray, jshortArray pixelsArray, jint x1, jint y1, jint x2, jint y2, jint numStops, jint repeat) argument
726 Java_sun_java2d_xr_XRBackendNative_XRSetClipNative(JNIEnv *env, jclass xsd, jlong dst, jint x1, jint y1, jint x2, jint y2, jobject complexclip, jboolean isGC) argument

Completed in 385 milliseconds

123456