Home
last modified time | relevance | path

Searched refs:dstY1 (Results 151 – 175 of 2414) sorted by relevance

12345678910>>...97

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_output8_16_32.h77 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
78 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
H A Dimg_output8_16_24.h84 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
85 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_output8_16_32.h77 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
78 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
H A Dimg_output8_16_24.h84 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
85 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_output8_16_32.h77 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
78 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
H A Dimg_output8_16_24.h84 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
85 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_output8_16_32.h77 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
78 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
H A Dimg_output8_16_24.h84 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
85 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_output8_16_32.h77 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
78 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
H A Dimg_output8_16_24.h84 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
85 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_output8_16_32.h77 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
78 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
H A Dimg_output8_16_24.h84 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
85 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_output8_16_24.h84 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
85 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_output8_16_24.h84 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
85 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_output8_16_24.h84 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
85 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_output8_16_24.h84 #define EndOutputRect(cvdata, dstX1, dstY1, dstX2, dstY2) \ argument
85 SendBuffer(cvdata, dstX1, dstY1, dstX2, dstY2)
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dimage.c885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
913 if (*dstY0 == *dstY1) in _mesa_clip_blit()
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
964 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()
965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dimage.c885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
913 if (*dstY0 == *dstY1) in _mesa_clip_blit()
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
964 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()
965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dimage.c885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
913 if (*dstY0 == *dstY1) in _mesa_clip_blit()
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
964 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()
965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dimage.c885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
913 if (*dstY0 == *dstY1) in _mesa_clip_blit()
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
964 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()
965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dimage.c885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
913 if (*dstY0 == *dstY1) in _mesa_clip_blit()
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
964 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()
965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dimage.c885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
913 if (*dstY0 == *dstY1) in _mesa_clip_blit()
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
964 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()
965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dimage.c885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
913 if (*dstY0 == *dstY1) in _mesa_clip_blit()
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
964 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()
965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dimage.c885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
913 if (*dstY0 == *dstY1) in _mesa_clip_blit()
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
964 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()
965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dimage.c885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
913 if (*dstY0 == *dstY1) in _mesa_clip_blit()
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
964 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()
965 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()

12345678910>>...97