Searched refs:DST (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DLoopMacros.h49 * DEFINE_CONVERT_BLIT(SRC, DST, CONV_METHOD)
50 * DEFINE_CONVERT_BLIT_LUT(SRC, DST, LUT_STRATEGY)
51 * DEFINE_XPAR_CONVERT_BLIT_LUT(SRC, DST, LUT_STRATEGY)
52 * DEFINE_XPAR_BLITBG_LUT(SRC, DST, LUT_STRATEGY)
53 * DEFINE_SOLID_FILLRECT(DST)
54 * DEFINE_SOLID_FILLSPANS(DST)
55 * DEFINE_SOLID_DRAWLINE(DST)
352 #define DeclarePreProcessLutLut(SRC, DST, PIXLUT) \
353 DST ## PixelType PIXLUT[LutSize(SRC)];
355 #define SetupPreProcessLutLut(SRC, DST, PIXLU
[all...]
H A DAnyByteBinary.h236 #define DEFINE_BYTE_BINARY_CONVERT_BLIT(SRC, DST, STRATEGY) \
237 void NAME_CONVERT_BLIT(SRC, DST)(void *srcBase, void *dstBase, \
245 Declare ## DST ## StoreVars(DstWrite) \
249 DST, pDst, dstBase, pDstInfo, DstWrite, \
252 pDst, DST, DstWrite, \
256 #define DEFINE_BYTE_BINARY_XOR_BLIT(SRC, DST) \
257 void NAME_XOR_BLIT(SRC, DST)(void *srcBase, void *dstBase, \
267 Declare ## DST ## StoreVars(DstWrite) \
271 DST, pDst, dstBase, pDstInfo, DstWrite, \
274 pDst, DST, DstWrit
[all...]
H A DAlphaMacros.h73 #define DEFINE_ALPHA_MASKBLIT(SRC, DST, STRATEGY) \
74 void NAME_ALPHA_MASKBLIT(SRC, DST) \
91 DST ## DataType *pDst = (DST ## DataType *) (dstBase); \
93 Declare ## DST ## AlphaLoadData(DstPix) \
94 Declare ## DST ## StoreVars(DstWrite) \
106 Init ## DST ## AlphaLoadData(DstPix, pDstInfo); \
108 dstScan -= width * DST ## PixelStride; \
114 Init ## DST ## StoreVarsY(DstWrite, pDstInfo); \
117 Init ## DST ## StoreVars
[all...]
H A DGraphicsPrimitiveMgr.h578 #define REGISTER_PRIMITIVE(TYPE, SRC, COMP, DST, FUNC) \
583 & SurfaceTypes.DST, \
590 #define REGISTER_PRIMITIVE_FLAGS(TYPE, SRC, COMP, DST, FUNC, SFLAGS, DFLAGS) \
595 & SurfaceTypes.DST, \
602 #define REGISTER_BLIT(SRC, COMP, DST, FUNC) \
603 REGISTER_PRIMITIVE(Blit, SRC, COMP, DST, FUNC)
605 #define REGISTER_BLIT_FLAGS(SRC, COMP, DST, FUNC, SFLAGS, DFLAGS) \
606 REGISTER_PRIMITIVE_FLAGS(Blit, SRC, COMP, DST, FUNC, SFLAGS, DFLAGS)
608 #define REGISTER_SCALEBLIT(SRC, COMP, DST, FUNC) \
609 REGISTER_PRIMITIVE(ScaledBlit, SRC, COMP, DST, FUN
[all...]
/openjdk7/jdk/make/java/nio/
H A DgenCoder.sh34 DST=$3
38 echo ' '$SRC '--('$what')-->' $DST
39 $SPP <$SRC >$DST \
68 echo ' '$SRC '--('$what')-->' $DST
69 $SPP <$SRC >$DST \
H A DgenBuffer.sh34 # DST Destination file
108 $SPP <$SRC >$DST \
161 mv $DST $DST.tmp
162 sed -e '/#BIN/,$d' <$DST.tmp >$DST
163 rm -f $DST.tmp
165 genBinOps char character 1 two one $binops >>$DST
166 genBinOps short short 1 two one $binops >>$DST
167 genBinOps int integer 2 four three $binops >>$DST
[all...]
H A DgenCharsetProvider.sh36 DST=$1; shift
44 OUT=$DST/$CLASS.java
H A DgenExceptions.sh30 DST=$2
41 echo '-->' $DST/$ID.java
42 out=$DST/${ID}.java
H A DMakefile471 TYPE=byte BIN=1 SRC=$< DST=$@.temp $(GEN_BUFFER_CMD)
476 TYPE=char SRC=$< DST=$@.temp $(GEN_BUFFER_CMD)
481 TYPE=short SRC=$< DST=$@.temp $(GEN_BUFFER_CMD)
486 TYPE=int SRC=$< DST=$@.temp $(GEN_BUFFER_CMD)
491 TYPE=long SRC=$< DST=$@.temp $(GEN_BUFFER_CMD)
496 TYPE=float SRC=$< DST=$@.temp $(GEN_BUFFER_CMD)
501 TYPE=double SRC=$< DST=$@.temp $(GEN_BUFFER_CMD)
509 TYPE=byte SRC=$< DST=$@.temp $(GEN_BUFFER_CMD)
514 TYPE=byte RW=$* SRC=$< DST=$@.temp $(GEN_BUFFER_CMD)
519 TYPE=char SRC=$< DST
[all...]
/openjdk7/jdk/test/java/awt/AlphaComposite/
H A DTestAlphaCompositeForNaN.java13 AlphaComposite a = AlphaComposite.getInstance(AlphaComposite.DST, Float.NaN);
/openjdk7/jdk/src/share/classes/java/awt/
H A DAlphaComposite.java390 public static final int DST = 9; field in class:AlphaComposite
391 // Note that DST was added in 1.4 so it is numbered out of order...
470 // Rule 9 is DST which is defined above where it fits into the
473 // public static final int DST = 9;
533 * <code>AlphaComposite</code> object that implements the opaque DST rule
535 * @see #DST
538 public static final AlphaComposite Dst = new AlphaComposite(DST);
632 * the following: {@link #CLEAR}, {@link #SRC}, {@link #DST},
643 case DST:
680 * the following: {@link #CLEAR}, {@link #SRC}, {@link #DST},
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffineEdge.c98 #define SATmlib_u8(DST, val0) \
99 DST = ((mlib_s32)(val0 - sat) >> 24) ^ 0x80
101 #define SATmlib_s16(DST, val0) \
102 DST = ((mlib_s32)val0) >> 16
104 #define SATmlib_u16(DST, val0) \
105 DST = ((mlib_s32)(val0 - sat) >> 16) ^ 0x8000
107 #define SATmlib_s32(DST, val0) \
108 DST = val0
112 #define SATmlib_u8(DST, val0) \
118 DST
[all...]
H A Dmlib_ImageAffine.h282 #define SAT_32(DST, SRC) \
283 DST = (mlib_s32) SRC
287 #define SAT_32(DST, SRC) \
292 DST = (mlib_s32) SRC
297 #define SAT32(DST) SAT_32(DST, val0)
H A Dmlib_c_ImageAffine_BC.c81 #define SAT8(DST) \
82 DST = ((mlib_s32)(val0 - sat) >> 24) ^ 0x80
86 #define SAT8(DST) \
89 DST = MLIB_U8_MAX; \
91 DST = MLIB_U8_MIN; \
93 DST = ((mlib_s32)val0 >> 24) ^ 0x80
613 #define S32_TO_U8_SAT(DST) \
616 DST = MLIB_U8_MIN; \
618 DST = MLIB_U8_MAX; \
620 DST
[all...]
H A Dmlib_c_ImageAffine_BC_S16.c78 #define SAT16(DST) \
79 DST = ((mlib_s32)val0) >> 16
83 #define SAT16(DST) \
85 DST = MLIB_S16_MAX; \
87 DST = MLIB_S16_MIN; \
89 DST = ((mlib_s32)val0) >> 16
607 #define S32_TO_S16_SAT(DST) \
609 DST = MLIB_S16_MAX; \
611 DST = MLIB_S16_MIN; \
613 DST
[all...]
H A Dmlib_c_ImageAffine_BC_U16.c82 #define SAT_U16(DST) \
83 DST = ((mlib_s32)(val0 - (mlib_d64)0x7FFF8000) >> 16) ^ 0x8000
87 #define SAT_U16(DST) \
89 DST = MLIB_U16_MAX; \
91 DST = MLIB_U16_MIN; \
93 DST = ((mlib_u32)val0) >> 16
615 #define S32_TO_U16_SAT(DST) \
617 DST = MLIB_U16_MAX; \
619 DST = MLIB_U16_MIN; \
621 DST
[all...]
/openjdk7/jdk/src/windows/native/java/net/
H A Dnet_util_md.h266 #define SOCKETADDRESS_COPY(DST,SRC) { \
268 memcpy ((DST), (SRC), sizeof (struct SOCKADDR_IN6)); \
270 memcpy ((DST), (SRC), sizeof (struct sockaddr_in)); \
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRUtils.java218 case DST:
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DCompositeType.java206 case AlphaComposite.DST:
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DTimezone.java77 * Type of DST rules in this time zone
80 static final int UNDEF_DST = 0; // DST type not set yet
81 static final int NO_DST = 1; // never observed DST
82 static final int LAST_DST = 2; // last rule ends in DST (all year round DST-only)
83 static final int X_DST = 3; // used to observe DST
84 static final int DST = 4; // observing DST regularly field in class:Timezone
102 * The last DST rules. lastRules[0] is the DST star
[all...]
H A DZoneinfo.java320 * contains enough information on GMT offsets and DST schedules to
326 * @return a Timezone object that contains all GMT offsets and DST
393 // in case the last rule is all year round DST-only
529 // Assume that this Zone stopped DST
556 tz.setDSTType(tz.DST);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp1724 Address DST (rsp, 12+12);
1759 __ movptr(dst, DST); // dst oop

Completed in 69 milliseconds