Searched defs:dst (Results 1 - 25 of 453) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dmlib_v_ImageConstXor.c88 __mlib_ImageConstXor(mlib_image *dst, mlib_image *src, mlib_s32 *c) argument
[all...]
H A Dmlib_v_ImageXor.c78 mlib_status __mlib_ImageXor(mlib_image *dst, argument
/openjdk10/hotspot/src/os_cpu/linux_aarch64/vm/
H A Dos_linux_aarch64.hpp41 static void atomic_copy64(const volatile void *src, volatile void *dst) { argument
/openjdk10/jdk/src/java.base/share/classes/java/nio/channels/
H A DReadableByteChannel.java106 public int read(ByteBuffer dst) throws IOException; argument
H A DAsynchronousByteChannel.java108 <A> void read(ByteBuffer dst, argument
136 Future<Integer> read(ByteBuffer dst); argument
/openjdk10/jdk/test/javax/imageio/plugins/bmp/
H A DBmpBigDestinationTest.java94 private static void checkResults(BufferedImage src, BufferedImage dst) { argument
/openjdk10/jdk/test/javax/imageio/plugins/wbmp/
H A DWbmpBigDestinationTest.java94 private static void checkResults(BufferedImage src, BufferedImage dst) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.aarch64/src/org/graalvm/compiler/hotspot/aarch64/
H A DAArch64HotSpotMoveFactory.java53 public LIRInstruction createLoad(AllocatableValue dst, Constant src) { argument
/openjdk10/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.hpp38 static void atomic_copy64(const volatile void *src, volatile void *dst) { argument
/openjdk10/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.hpp38 static void atomic_copy64(const volatile void *src, volatile void *dst) { argument
/openjdk10/hotspot/test/compiler/c2/
H A DTest6958485.java38 public static void init(Object src[], boolean[] dst) { argument
/openjdk10/jdk/src/java.base/share/classes/sun/nio/cs/
H A DArrayDecoder.java34 int decode(byte[] src, int off, int len, char[] dst); argument
H A DDelegatableDecoder.java38 CoderResult decodeLoop(ByteBuffer src, CharBuffer dst); argument
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/image/
H A DByteLookupTable.java127 public int[] lookupPixel(int[] src, int[] dst){ argument
178 lookupPixel(byte[] src, byte[] dst) argument
[all...]
H A DShortLookupTable.java121 public int[] lookupPixel(int[] src, int[] dst){ argument
172 lookupPixel(short[] src, short[] dst) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DInnerShadowEffect.java66 BufferedImage applyEffect(BufferedImage src, BufferedImage dst, int w, int h) { argument
[all...]
H A DDropShadowEffect.java68 BufferedImage applyEffect(BufferedImage src, BufferedImage dst, int w, int h) { argument
[all...]
/openjdk10/jdk/test/java/awt/image/DrawImage/
H A DEABlitTest.java66 protected void renderToVI(BufferedImage src, Image dst) { argument
/openjdk10/jdk/test/java/lang/String/CompactString/
H A DGetChars.java74 public void testGetChars(String str, int srcBegin, int srcEnd, char[] dst, argument
/openjdk10/jdk/test/java/awt/geom/AffineTransform/
H A DInvalidTransformParameterTest.java130 public static Raster testRasterTransform(Raster src, WritableRaster dst, argument
/openjdk10/jdk/test/java/awt/image/LookupOp/
H A DSingleArrayTest.java75 public void doTest(Raster src, WritableRaster dst) { argument
84 public void doTest(BufferedImage src, BufferedImage dst) { argument
/openjdk10/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DGrayTest.java55 private BufferedImage dst; field in class:GrayTest
/openjdk10/jdk/test/sun/nio/cs/OLD/
H A DSingleByteDecoder.java51 private CoderResult decodeArrayLoop(ByteBuffer src, CharBuffer dst) { argument
82 private CoderResult decodeBufferLoop(ByteBuffer src, CharBuffer dst) { argument
102 decodeLoop(ByteBuffer src, CharBuffer dst) argument
[all...]
/openjdk10/jdk/test/sun/java2d/loops/
H A DRenderToCustomBufferTest.java81 private static void renderTo(BufferedImage dst) { argument
/openjdk10/jdk/test/java/util/zip/GZIP/
H A DGZIPInputStreamRead.java75 private static void test(byte[] src, byte[] dst, argument

Completed in 145 milliseconds

1234567891011>>