Searched defs:dst (Results 251 - 275 of 358) sorted by relevance

<<1112131415

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntBgr.c47 #define ARGB_to_GBGR_FL2(dst, src0, src1) { \
52 dst = vis_fpmerge(vis_read_hi(t2), vis_read_lo(t1)); \
57 #define ARGB_to_BGR_FL2(dst, src0, src1) { \
62 dst = vis_fpmerge(vis_read_hi(t2), vis_read_lo(t1)); \
84 mlib_u32 *dst = dstBase; local
88 if ((mlib_s32)dst & 7) {
90 dst[i] = 0xff000000 | ARGB_to_GBGR(x);
97 *(mlib_d64*)(dst + i) = vis_for(dd, amask);
102 dst[i] = 0xff000000 | ARGB_to_GBGR(x);
124 mlib_u32 *dst local
171 mlib_u32 *dst = dstBase; local
208 mlib_u32 *dst = dstBase; local
280 mlib_u32 *dst = dstBase; local
301 mlib_f32 *dst = dstBase; local
352 mlib_s32 *dst = dstBase; local
376 mlib_f32 *dst = dstBase; local
434 mlib_s32 *dst = dstBase; local
477 mlib_s32 *dst = dstBase; local
534 mlib_s32 *dst = dstBase; local
586 mlib_s32 *dst = dstBase; local
625 mlib_s32 *dst = dstBase; local
674 mlib_s32 *dst = dstBase; local
719 mlib_s32 *dst = dstBase; local
776 mlib_s32 *dst = dstBase; local
886 mlib_s32 *dst, *dst_end; local
[all...]
H A Dvis_IntRgb.c58 mlib_f32 *dst = dstBase; local
62 if ((mlib_s32)dst & 7) {
63 dst[i] = vis_fors(src[i], vis_read_hi(mask));
71 *(mlib_d64*)(dst + i) = vis_for(dd, mask);
75 dst[i] = vis_fors(src[i], vis_read_hi(mask));
96 mlib_f32 *dst = dstBase; local
97 mlib_f32 *dst_end = dst + width;
102 if ((mlib_s32)dst & 7) {
103 *dst++ = vis_fors(src[tmpsxloc >> shift], vis_read_hi(mask));
108 for (; dst <
168 mlib_s32 *dst = dstBase; local
189 mlib_f32 *dst = dstBase; local
240 mlib_s32 *dst = dstBase; local
264 mlib_f32 *dst = dstBase; local
319 mlib_s32 *dst = dstBase; local
339 mlib_s32 *dst = dstBase; local
386 mlib_s32 *dst = dstBase; local
407 mlib_s32 *dst = dstBase; local
460 mlib_f32 *dst = dstBase; local
509 mlib_f32 *dst = dstBase; local
612 mlib_s32 *dst, *dst_end; local
[all...]
H A Dvis_UshortGray_FromRgb.c102 mlib_u16 *dst = dstBase; local
105 dst_end = dst + width;
107 while (((mlib_s32)dst & 3) && dst < dst_end) {
112 vis_st_u16(D64_FROM_F32x2(ff), dst); local
113 dst++;
118 for (; dst <= (dst_end - 2); dst += 2) {
123 *(mlib_f32*)dst = ff;
127 while (dst < dst_en
132 vis_st_u16(D64_FROM_F32x2(ff), dst); local
159 mlib_u16 *dst = dstBase; local
168 vis_st_u16(D64_FROM_F32x2(ff), dst); local
187 vis_st_u16(D64_FROM_F32x2(ff), dst); local
209 mlib_u16 *dst = dstBase; local
223 vis_st_u16(D64_FROM_F32x2(ff), dst); local
245 vis_st_u16(D64_FROM_F32x2(ff), dst); local
266 mlib_u16 *dst = dstBase; local
280 vis_st_u16(D64_FROM_F32x2(ff), dst); local
303 vis_st_u16(D64_FROM_F32x2(ff), dst); local
508 mlib_u16 *dst = dstBase; local
532 mlib_u16 *dst = dstBase; local
604 mlib_u16 *dst = dstBase; local
620 vis_st_u16(D64_FROM_F32x2(ff), dst); local
643 vis_pst_16(vis_freg_pair(f0, f1), dst, mask0 | mask1); local
654 vis_st_u16(D64_FROM_F32x2(ff), dst); local
696 mlib_u16 *dst = dstBase; local
763 mlib_u16 *dst = dstBase; local
884 mlib_u16 *dst = dstBase; local
913 vis_st_u16(D64_FROM_F32x2(ff), dst); local
970 vis_st_u16(D64_FROM_F32x2(ff), dst); local
989 mlib_u16 *dst = dstBase; local
1059 mlib_u16 *dst = dstBase; local
1084 mlib_u16 *dst = dstBase; local
1126 mlib_u16 *dst = dstBase; local
1178 vis_st_u16(D64_FROM_F32x2(ff), dst); local
1206 mlib_u16 *dst = dstBase; local
1245 vis_st_u16(D64_FROM_F32x2(ff), dst); local
[all...]
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DBlitLoops.java208 SurfaceData src, SurfaceData dst,
225 buf.putLong(dst.getNativeOps());
365 public void Blit(SurfaceData src, SurfaceData dst, argument
369 D3DBlitLoops.IsoBlit(src, dst,
387 public void Scale(SurfaceData src, SurfaceData dst, argument
394 D3DBlitLoops.IsoBlit(src, dst,
412 public void Transform(SurfaceData src, SurfaceData dst, argument
418 D3DBlitLoops.IsoBlit(src, dst,
435 public void Blit(SurfaceData src, SurfaceData dst, argument
439 D3DBlitLoops.IsoBlit(src, dst,
207 enqueueBlit(RenderQueue rq, SurfaceData src, SurfaceData dst, int packedParams, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2) argument
457 Scale(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2) argument
482 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
508 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
552 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
576 Scale(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2) argument
603 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
627 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
648 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
670 Scale(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2) argument
695 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
729 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
794 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
812 Scale(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2) argument
832 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java380 private final ByteBuffer dst; field in class:WindowsAsynchronousFileChannelImpl.ReadTask
385 // set to dst if direct; otherwise set to substituted direct buffer
388 ReadTask(ByteBuffer dst, argument
394 this.dst = dst;
402 if (buf != dst)
409 if (buf == dst) {
411 dst.position(pos + bytesTransferred);
419 dst.put(buf);
434 if (dst instanceo
518 implRead(ByteBuffer dst, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
[all...]
H A DWindowsAsynchronousSocketChannelImpl.java399 ByteBuffer dst = bufs[i];
400 int pos = dst.position();
401 int lim = dst.limit();
405 if (!(dst instanceof DirectBuffer)) {
411 shadow[i] = dst;
412 a = ((DirectBuffer)dst).address() + pos;
603 ByteBuffer dst,
618 bufs[0] = dst;
602 implRead(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
/openjdk7/jdk/test/java/lang/invoke/
H A DInvokeGenericTest.java140 static Object castToWrapper(Object value, Class<?> dst) { argument
143 wrap = castToWrapperOrNull(((Number)value).longValue(), dst);
145 wrap = castToWrapperOrNull((char)(Character)value, dst);
147 return dst.cast(value);
150 static Object castToWrapperOrNull(long value, Class<?> dst) { argument
151 if (dst == int.class || dst == Integer.class)
153 if (dst == long.class || dst == Long.class)
155 if (dst
[all...]
/openjdk7/jdk/test/tools/launcher/
H A DTestHelper.java327 static void copyFile(File src, File dst) throws IOException { argument
328 Path parent = dst.toPath().getParent();
332 Files.copy(src.toPath(), dst.toPath(), COPY_ATTRIBUTES, REPLACE_EXISTING);
/openjdk7/jdk/test/tools/pack200/
H A DUtils.java185 static void copyFile(File src, File dst) throws IOException { argument
186 Path parent = dst.toPath().getParent();
190 Files.copy(src.toPath(), dst.toPath(), COPY_ATTRIBUTES, REPLACE_EXISTING);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConv_D64nw.c65 mlib_s32 dll = mlib_ImageGetStride(dst) / sizeof(type); \
67 type* adr_dst = mlib_ImageGetData(dst); \
81 mlib_status CONV_FUNC(2x2)(mlib_image *dst, variable
168 mlib_status CONV_FUNC(3x3)(mlib_image *dst, variable
255 mlib_status CONV_FUNC(4x4)(mlib_image *dst, variable
389 mlib_status CONV_FUNC(5x5)(mlib_image *dst, variable
571 static mlib_status mlib_ImageConv1xN(mlib_image *dst, argument
778 mlib_status CONV_FUNC(MxN)(mlib_image *dst, argument
808 if (m == 1) return mlib_ImageConv1xN(dst, src, k, n, dn, cmask);
H A Dmlib_ImageConv_F32nw.c65 mlib_s32 dll = mlib_ImageGetStride(dst) / sizeof(type); \
67 type* adr_dst = mlib_ImageGetData(dst); \
81 mlib_status CONV_FUNC(2x2)(mlib_image *dst, variable
168 mlib_status CONV_FUNC(3x3)(mlib_image *dst, variable
255 mlib_status CONV_FUNC(4x4)(mlib_image *dst, variable
389 mlib_status CONV_FUNC(5x5)(mlib_image *dst, variable
571 static mlib_status mlib_ImageConv1xN(mlib_image *dst, argument
778 mlib_status CONV_FUNC(MxN)(mlib_image *dst, argument
808 if (m == 1) return mlib_ImageConv1xN(dst, src, k, n, dn, cmask);
H A Dmlib_ImageLookUp_Bit.c33 * dst, dlb,
40 * dst pointer to output image (BYTE)
48 * dst = table[src] (c, vis version)
134 mlib_u8 *dst,
184 mlib_u8 *dp = dst;
282 dst += dlb;
293 mlib_u8 *dst,
349 mlib_u8 *dp = dst;
425 if (dp != dst) mlib_ImageCopy_na(dp, dst, siz
132 mlib_ImageLookUp_Bit_U8_1(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 nchan, mlib_s32 bitoff, const mlib_u8 **table) argument
291 mlib_ImageLookUp_Bit_U8_2(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 nchan, mlib_s32 bitoff, const mlib_u8 **table) argument
437 mlib_ImageLookUp_Bit_U8_3(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 nchan, mlib_s32 bitoff, const mlib_u8 **table) argument
587 mlib_ImageLookUp_Bit_U8_4(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 nchan, mlib_s32 bitoff, const mlib_u8 **table) argument
[all...]
H A Dmlib_c_ImageLookUp_f.c37 for(j = 0; j < ysize; j++, dst += dlb, src += slb){ \
39 DTYPE *da = dst + k; \
48 for(j = 0; j < ysize; j++, dst += dlb, src += slb) { \
50 DTYPE *da = dst + k; \
83 for(j = 0; j < ysize; j++, dst += dlb, src += slb){ \
85 DTYPE *da = dst + k; \
94 for(j = 0; j < ysize; j++, dst += dlb, src += slb) { \
96 DTYPE *da = dst + k; \
214 mlib_u8 *dst,
228 for (j = 0; j < ysize; j++, dst
212 mlib_c_ImageLookUp_U8_U8(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
726 mlib_c_ImageLookUp_S16_U8(const mlib_s16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
746 mlib_c_ImageLookUp_U16_U8(const mlib_u16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
766 mlib_c_ImageLookUp_S32_U8(const mlib_s32 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
786 mlib_c_ImageLookUp_U8_S16(const mlib_u8 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1332 mlib_c_ImageLookUp_S16_S16(const mlib_s16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1352 mlib_c_ImageLookUp_U16_S16(const mlib_u16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1372 mlib_c_ImageLookUp_S32_S16(const mlib_s32 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1392 mlib_c_ImageLookUp_S16_U16(const mlib_s16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1412 mlib_c_ImageLookUp_U16_U16(const mlib_u16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1432 mlib_c_ImageLookUp_S32_U16(const mlib_s32 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1452 mlib_c_ImageLookUp_U8_S32(const mlib_u8 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
1772 mlib_c_ImageLookUp_S16_S32(const mlib_s16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
1792 mlib_c_ImageLookUp_U16_S32(const mlib_u16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
1812 mlib_c_ImageLookUp_S32_S32(const mlib_s32 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
1832 mlib_c_ImageLookUpSI_U8_U8(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
2288 mlib_c_ImageLookUpSI_S16_U8(const mlib_s16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
2557 mlib_c_ImageLookUpSI_U16_U8(const mlib_u16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
2822 mlib_c_ImageLookUpSI_S32_U8(const mlib_s32 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
2842 mlib_c_ImageLookUpSI_U8_S16(const mlib_u8 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
3279 mlib_c_ImageLookUpSI_S16_S16(const mlib_s16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
3299 mlib_c_ImageLookUpSI_U16_S16(const mlib_u16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
3319 mlib_c_ImageLookUpSI_S32_S16(const mlib_s32 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
3339 mlib_c_ImageLookUpSI_S16_U16(const mlib_s16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u16 **table) argument
3359 mlib_c_ImageLookUpSI_U16_U16(const mlib_u16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u16 **table) argument
3379 mlib_c_ImageLookUpSI_S32_U16(const mlib_s32 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u16 **table) argument
3399 mlib_c_ImageLookUpSI_U8_S32(const mlib_u8 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
3819 mlib_c_ImageLookUpSI_S16_S32(const mlib_s16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
3839 mlib_c_ImageLookUpSI_U16_S32(const mlib_u16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
3859 mlib_c_ImageLookUpSI_S32_S32(const mlib_s32 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGraphicsPrimitive.java129 SurfaceType dst)
132 (dst.getUniqueID() << 16) |
126 makeUniqueID(int primTypeID, SurfaceType src, CompositeType cmp, SurfaceType dst) argument
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLBlitLoops.java219 SurfaceData src, SurfaceData dst,
236 buf.putLong(dst.getNativeOps());
376 public void Blit(SurfaceData src, SurfaceData dst, argument
380 OGLBlitLoops.IsoBlit(src, dst,
398 public void Scale(SurfaceData src, SurfaceData dst, argument
405 OGLBlitLoops.IsoBlit(src, dst,
423 public void Transform(SurfaceData src, SurfaceData dst, argument
429 OGLBlitLoops.IsoBlit(src, dst,
446 public void Blit(SurfaceData src, SurfaceData dst, argument
450 OGLBlitLoops.IsoBlit(src, dst,
218 enqueueBlit(RenderQueue rq, SurfaceData src, SurfaceData dst, int packedParams, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2) argument
468 Scale(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2) argument
493 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
519 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
563 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
587 Scale(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2) argument
614 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
638 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
659 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
681 Scale(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2) argument
706 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
740 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
776 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DSSLStreams.java309 * in dst, together with the Result. dst may have been re-allocated
313 WrapperResult recvAndUnwrap(ByteBuffer dst) throws IOException { argument
316 r.buf = dst;
404 public WrapperResult recvData (ByteBuffer dst) throws IOException { argument
407 assert dst.position() == 0;
408 while (dst.position() == 0) {
409 r = wrapper.recvAndUnwrap (dst);
410 dst = (r.buf != dst)
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java215 ByteBuffer dst,
224 ByteBuffer dst,
242 boolean hasSpaceToRead = isScatteringRead || dst.hasRemaining();
275 return implRead(isScatteringRead, dst, dsts, timeout, unit, att, handler);
279 public final Future<Integer> read(ByteBuffer dst) { argument
280 if (dst.isReadOnly())
282 return read(false, dst, null, 0L, TimeUnit.MILLISECONDS, null, null);
286 public final <A> void read(ByteBuffer dst, argument
294 if (dst.isReadOnly())
296 read(false, dst, nul
214 implRead(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
223 read(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A att, CompletionHandler<V,? super A> handler) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DGB18030.java12353 CharBuffer dst)
12361 char[] da = dst.array();
12362 int dp = dst.arrayOffset() + dst.position();
12363 int dl = dst.arrayOffset() + dst.limit();
12464 dst.position(dp - dst.arrayOffset());
12469 CharBuffer dst)
12517 if (dst
12352 decodeArrayLoop(ByteBuffer src, CharBuffer dst) argument
12468 decodeBufferLoop(ByteBuffer src, CharBuffer dst) argument
12570 decodeLoop(ByteBuffer src, CharBuffer dst) argument
12605 encodeArrayLoop(CharBuffer src, ByteBuffer dst) argument
12711 encodeBufferLoop(CharBuffer src, ByteBuffer dst) argument
12793 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
H A DISO2022.java168 CharBuffer dst)
176 char[] da = dst.array();
177 int dp = dst.arrayOffset() + dst.position();
178 int dl = dst.arrayOffset() + dst.limit();
276 dst.position(dp - dst.arrayOffset());
281 CharBuffer dst)
329 if (dst
167 decodeArrayLoop(ByteBuffer src, CharBuffer dst) argument
280 decodeBufferLoop(ByteBuffer src, CharBuffer dst) argument
379 decodeLoop(ByteBuffer src, CharBuffer dst) argument
494 encodeArrayLoop(CharBuffer src, ByteBuffer dst) argument
564 encodeBufferLoop(CharBuffer src, ByteBuffer dst) argument
622 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRCompositeManager.java232 public void XRComposite(int src, int mask, int dst, int srcX, int srcY, argument
248 con.renderComposite(compRule, cachedSrc, mask, dst, cachedX, cachedY,
252 public void XRCompositeTraps(int dst, int srcX, int srcY, argument
271 XRUtils.PictStandardA8, dst, renderReferenceX,
275 public void XRRenderRectangles(XRSurfaceData dst, GrowableRectArray rects) { argument
277 con.GCRectangles(dst.getXid(), dst.getGC(), rects);
279 con.renderRectangles(dst.getPicture(), compRule, solidColor, rects);
283 public void compositeBlit(XRSurfaceData src, XRSurfaceData dst, int sx, argument
285 con.renderComposite(compRule, src.picture, alphaMask, dst
289 compositeText(int dst, int glyphSet, int maskFormat, GrowableEltArray elts) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java472 ByteBuffer dst,
508 n = IOUtil.read(fd, dst, -1, nd);
516 this.readBuffer = dst;
471 implRead(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DIBM933_OLD.java2684 private CoderResult encodeArrayLoop(CharBuffer src, ByteBuffer dst) { argument
2688 byte[] da = dst.array();
2689 int dp = dst.arrayOffset() + dst.position();
2690 int dl = dst.arrayOffset() + dst.limit();
2879 dst.position(dp - dst.arrayOffset());
2883 private CoderResult encodeBufferLoop(CharBuffer src, ByteBuffer dst) { argument
3003 if (dst
3127 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java1930 org.omg.CORBA.portable.OutputStream dst)
1942 dst.write_short(src.read_short());
1947 dst.write_long(src.read_long());
1951 dst.write_float(src.read_float());
1955 dst.write_double(src.read_double());
1960 dst.write_longlong(src.read_longlong());
1967 dst.write_boolean(src.read_boolean());
1971 dst.write_char(src.read_char());
1975 dst.write_wchar(src.read_wchar());
1979 dst
1929 copy(org.omg.CORBA.portable.InputStream src, org.omg.CORBA.portable.OutputStream dst) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DString.java779 * Copy characters from this string into dst starting at dstBegin.
782 void getChars(char dst[], int dstBegin) { argument
783 System.arraycopy(value, 0, dst, dstBegin, value.length);
794 * subarray of <code>dst</code> starting at index <code>dstBegin</code>
804 * @param dst the destination array.
814 * <code>dst.length</code></ul>
816 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) { argument
826 System.arraycopy(value, srcBegin, dst, dstBegin, srcEnd - srcBegin);
839 * dst} starting at index {@code dstBegin} and ending at index:
855 * @param dst
873 getBytes(int srcBegin, int srcEnd, byte dst[], int dstBegin) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/
H A DBits.java762 * @param dst
771 static void copyToArray(long srcAddr, Object dst, long dstBaseOffset, long dstPos, argument
777 unsafe.copyMemory(null, srcAddr, dst, offset, size);
790 static void copyToCharArray(long srcAddr, Object dst, long dstPos, argument
793 copyToShortArray(srcAddr, dst, dstPos, length);
798 static native void copyToShortArray(long srcAddr, Object dst, long dstPos, argument
803 static native void copyToIntArray(long srcAddr, Object dst, long dstPos, argument
808 static native void copyToLongArray(long srcAddr, Object dst, long dstPos, argument

Completed in 166 milliseconds

<<1112131415