Home
last modified time | relevance | path

Searched refs:dstx2 (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/grx/grx249/src/draw/
H A Dbitblt1b.c28 int dstx2,dsty2; in GrBitBlt1bpp() local
41 oldx2 = dstx2 = dx + x2 - x1; in GrBitBlt1bpp()
43 clip_ordbox(dst,dx,dy,dstx2,dsty2); in GrBitBlt1bpp()
46 x2 -= (oldx2 - dstx2); in GrBitBlt1bpp()
49 mouse_addblock(dst,dx,dy,dstx2,dsty2); in GrBitBlt1bpp()
H A Dbitblt.c27 int dstx2,dsty2; in GrBitBlt() local
36 oldx2 = dstx2 = dx + x2 - x1; in GrBitBlt()
38 clip_ordbox(dst,dx,dy,dstx2,dsty2); in GrBitBlt()
41 x2 -= (oldx2 - dstx2); in GrBitBlt()
51 mouse_addblock(dst,dx,dy,dstx2,dsty2); in GrBitBlt()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dcopytexsubimage.c118 int dstx2 = 140, dsty2 = srcy; in do_row() local
204 glVertex2f(dstx2, dsty2); in do_row()
207 glVertex2f(dstx2, dsty2 + srch); in do_row()
210 glVertex2f(dstx2 + srcw, dsty2 + srch); in do_row()
213 glVertex2f(dstx2 + srcw, dsty2); in do_row()
222 pass &= check_results(dstx2, dsty2, srcw, srch); in do_row()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java320 int dstx2 = dstx1 + w; in copyArea() local
325 if (dstx2 > clip.getHiX()) dstx2 = clip.getHiX(); in copyArea()
327 if (dstx1 < dstx2 && dsty1 < dsty2) { in copyArea()
330 dstx2 - dstx1, dsty2 - dsty1); in copyArea()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java320 int dstx2 = dstx1 + w; in copyArea() local
325 if (dstx2 > clip.getHiX()) dstx2 = clip.getHiX(); in copyArea()
327 if (dstx1 < dstx2 && dsty1 < dsty2) { in copyArea()
330 dstx2 - dstx1, dsty2 - dsty1); in copyArea()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java307 int dstx2 = dstx1 + w; in copyArea() local
312 if (dstx2 > clip.getHiX()) dstx2 = clip.getHiX(); in copyArea()
314 if (dstx1 < dstx2 && dsty1 < dsty2) { in copyArea()
317 dstx2 - dstx1, dsty2 - dsty1); in copyArea()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java320 int dstx2 = dstx1 + w; in copyArea() local
325 if (dstx2 > clip.getHiX()) dstx2 = clip.getHiX(); in copyArea()
327 if (dstx1 < dstx2 && dsty1 < dsty2) { in copyArea()
330 dstx2 - dstx1, dsty2 - dsty1); in copyArea()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java320 int dstx2 = dstx1 + w; in copyArea() local
325 if (dstx2 > clip.getHiX()) dstx2 = clip.getHiX(); in copyArea()
327 if (dstx1 < dstx2 && dsty1 < dsty2) { in copyArea()
330 dstx2 - dstx1, dsty2 - dsty1); in copyArea()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java320 int dstx2 = dstx1 + w; in copyArea() local
325 if (dstx2 > clip.getHiX()) dstx2 = clip.getHiX(); in copyArea()
327 if (dstx1 < dstx2 && dsty1 < dsty2) { in copyArea()
330 dstx2 - dstx1, dsty2 - dsty1); in copyArea()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java320 int dstx2 = dstx1 + w; in copyArea() local
325 if (dstx2 > clip.getHiX()) dstx2 = clip.getHiX(); in copyArea()
327 if (dstx1 < dstx2 && dsty1 < dsty2) { in copyArea()
330 dstx2 - dstx1, dsty2 - dsty1); in copyArea()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java320 int dstx2 = dstx1 + w; in copyArea() local
325 if (dstx2 > clip.getHiX()) dstx2 = clip.getHiX(); in copyArea()
327 if (dstx1 < dstx2 && dsty1 < dsty2) { in copyArea()
330 dstx2 - dstx1, dsty2 - dsty1); in copyArea()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java320 int dstx2 = dstx1 + w; in copyArea() local
325 if (dstx2 > clip.getHiX()) dstx2 = clip.getHiX(); in copyArea()
327 if (dstx1 < dstx2 && dsty1 < dsty2) { in copyArea()
330 dstx2 - dstx1, dsty2 - dsty1); in copyArea()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java307 int dstx2 = dstx1 + w; in copyArea() local
312 if (dstx2 > clip.getHiX()) dstx2 = clip.getHiX(); in copyArea()
314 if (dstx1 < dstx2 && dsty1 < dsty2) { in copyArea()
317 dstx2 - dstx1, dsty2 - dsty1); in copyArea()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_direct_state_access/
H A Dcopytexturesubimage.c135 int dstx2 = 140, dsty2 = srcy; in do_row() local
226 piglit_draw_rect_tex(dstx2, dsty2, srcw, srch, in do_row()
234 pass = check_results(dstx2, dsty2, srcw, srch) && pass; in do_row()
/dports/games/cuyo/cuyo-2.1.0/src/
H A Dsdltools.cpp877 int dstx2 = dstx + srcrect.w; in blitSurface() local
880 transformA2S(dstx2, dsty2); in blitSurface()
881 SDL_Rect dstrect = SDLTools::rect(dstx, dsty, dstx2-dstx, dsty2-dsty); in blitSurface()