Searched defs:src (Results 301 - 325 of 510) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConvMxN_Fp.c33 * const mlib_image *src,
44 * src Pointer to source image.
59 * The unselected channels are not overwritten. If both src and dst have
69 * The src and the dst must be the same type and have same number
82 const mlib_f32 *src,
90 const mlib_f32 *src,
97 const mlib_d64 *src,
105 const mlib_d64 *src,
115 const mlib_f32 *src,
125 const mlib_d64 *src,
135 mlib_ImageConvMxN_Fp(mlib_image *dst, const mlib_image *src, const mlib_d64 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 cmask, mlib_edge edge) argument
157 mlib_ImageConvMxNMulAdd_F32(mlib_f32 *dst, const mlib_f32 *src, const mlib_d64 *kernel, mlib_s32 n, mlib_s32 m, mlib_s32 nch, mlib_s32 dnch) argument
241 mlib_ImageConvMxNF322F32_ext(mlib_f32 *dst, const mlib_f32 *src, mlib_s32 n, mlib_s32 nch, mlib_s32 dx_l, mlib_s32 dx_r) argument
264 mlib_convMxNext_f32(mlib_image *dst, const mlib_image *src, const mlib_d64 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
544 mlib_ImageConvMxNMulAdd_D64(mlib_d64 *dst, const mlib_d64 *src, const mlib_d64 *kernel, mlib_s32 n, mlib_s32 m, mlib_s32 nch, mlib_s32 dnch) argument
629 mlib_ImageConvMxND642D64_ext(mlib_d64 *dst, const mlib_d64 *src, mlib_s32 n, mlib_s32 nch, mlib_s32 dx_l, mlib_s32 dx_r) argument
652 mlib_convMxNext_d64(mlib_image *dst, const mlib_image *src, const mlib_d64 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageConvMxN_ext.c33 * const mlib_image *src,
45 * src Pointer to source image.
63 * The unselected channels are not overwritten. If both src and dst have
73 * The src and the dst must be the same type and have same number
88 const mlib_s32 *src,
95 mlib_d64 *src,
100 const mlib_s32 *src,
109 #define CLAMP_S32(dst, src) \
110 dst = (mlib_s32)(src)
114 #define CLAMP_S32(dst, src) { \
124 mlib_ImageConvMxNMulAdd_S32(mlib_d64 *dst, const mlib_s32 *src, const mlib_d64 *dkernel, mlib_s32 n, mlib_s32 m, mlib_s32 nch) argument
170 mlib_ImageConvMxNMedian_S32(mlib_s32 *dst, mlib_d64 *src, mlib_s32 n, mlib_s32 nch) argument
190 mlib_ImageConvMxNS322S32_ext(mlib_s32 *dst, const mlib_s32 *src, mlib_s32 n, mlib_s32 nch, mlib_s32 dx_l, mlib_s32 dx_r) argument
213 mlib_convMxNext_s32(mlib_image *dst, const mlib_image *src, const mlib_s32 *kernel, mlib_s32 m, mlib_s32 n, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 scale, mlib_s32 cmask) argument
[all...]
H A Dmlib_ImageLookUp_64.c35 * void mlib_ImageLookUp_U8_D64(src, slb,
40 * void mlib_ImageLookUp_S16_D64(src, slb,
45 * void mlib_ImageLookUp_U16_D64(src, slb,
50 * void mlib_ImageLookUp_S32_D64(src, slb,
56 * src pointer to input image (BYTE, SHORT, USHORT, INT)
66 * dst = table[src] (c, vis version)
78 for(j = 0; j < ysize; j++, dst += dlb, src += slb){ \
81 const STYPE *sa = src + k; \
89 for(j = 0; j < ysize; j++, dst += dlb, src += slb) { \
92 const STYPE *sa = src
190 mlib_ImageLookUp_U8_D64(const mlib_u8 *src, mlib_s32 slb, mlib_d64 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_d64 **table) argument
511 mlib_ImageLookUp_S16_D64(const mlib_s16 *src, mlib_s32 slb, mlib_d64 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_d64 **table) argument
531 mlib_ImageLookUp_U16_D64(const mlib_u16 *src, mlib_s32 slb, mlib_d64 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_d64 **table) argument
551 mlib_ImageLookUp_S32_D64(const mlib_s32 *src, mlib_s32 slb, mlib_d64 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_d64 **table) argument
572 mlib_ImageLookUpSI_U8_D64(const mlib_u8 *src, mlib_s32 slb, mlib_d64 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_d64 **table) argument
993 mlib_ImageLookUpSI_S16_D64(const mlib_s16 *src, mlib_s32 slb, mlib_d64 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_d64 **table) argument
1013 mlib_ImageLookUpSI_U16_D64(const mlib_u16 *src, mlib_s32 slb, mlib_d64 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_d64 **table) argument
1033 mlib_ImageLookUpSI_S32_D64(const mlib_s32 *src, mlib_s32 slb, mlib_d64 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_d64 **table) argument
[all...]
H A Dmlib_c_ImageCopy.c33 * const mlib_image *src);
37 * src pointer to input or source image
40 * src and dst must have the same size, type and number of channels.
74 static void mlib_c_ImageCopy_u8(const mlib_image *src,
76 static void mlib_c_ImageCopy_s16(const mlib_image *src,
78 static void mlib_c_ImageCopy_s32(const mlib_image *src,
80 static void mlib_c_ImageCopy_d64(const mlib_image *src,
88 const mlib_image *src)
92 mlib_s32 width; /* width in bytes of src and dst */
93 mlib_s32 height; /* height in lines of src an
87 mlib_ImageCopy(mlib_image *dst, const mlib_image *src) argument
209 mlib_u8 src, mask; local
326 mlib_c_ImageCopy_u8(const mlib_image *src, mlib_image *dst) argument
434 mlib_c_ImageCopy_s16(const mlib_image *src, mlib_image *dst) argument
536 mlib_c_ImageCopy_s32(const mlib_image *src, mlib_image *dst) argument
605 mlib_c_ImageCopy_d64(const mlib_image *src, mlib_image *dst) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.h89 src and dst alpha is ignored
90 the algorithm: src*alpha+dst*(1-alpha)=(src-dst)*alpha+dst, rb and g are done separately
93 blendRGB(rgbquad_t dst, rgbquad_t src, rgbquad_t alpha) argument
99 (rgbquad_t)((QUAD_RED(src) * a + QUAD_RED(dst) * a1) / 0xFF),
100 (rgbquad_t)((QUAD_GREEN(src) * a + QUAD_GREEN(dst) * a1) / 0xFF),
101 (rgbquad_t)((QUAD_BLUE(src) * a + QUAD_BLUE(dst) * a1) / 0xFF),
105 /* scales rgb quad by alpha. basically similar to what's above. src alpha is retained.
111 premultiplyRGBA(rgbquad_t src) argument
113 rgbquad_t srb = src
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.c172 SurfaceData_IntersectBounds(SurfaceDataBounds *dst, SurfaceDataBounds *src) argument
175 GETMAX(dst->x1, src->x1);
176 GETMAX(dst->y1, src->y1);
177 GETMIN(dst->x2, src->x2);
178 GETMIN(dst->y2, src->y2);
219 SurfaceData_IntersectBlitBounds(SurfaceDataBounds *src, argument
224 GETMAX(dst->x1, src->x1 + dx);
225 GETMAX(dst->y1, src->y1 + dy);
226 GETMIN(dst->x2, src->x2 + dx);
227 GETMIN(dst->y2, src
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DBlit.java68 public static Blit getFromCache(SurfaceType src, argument
72 Object o = blitcache.get(src, comp, dst);
77 Blit blit = locate(src, comp, dst);
80 System.out.println("src: "+src);
84 blitcache.put(src, comp, dst, blit);
107 public native void Blit(SurfaceData src, SurfaceData dst, argument
123 System.out.println("src: "+srctype);
249 SurfaceData src, dst;
254 src
322 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
[all...]
H A DMaskBlit.java66 public static MaskBlit getFromCache(SurfaceType src, argument
70 Object o = blitcache.get(src, comp, dst);
74 MaskBlit blit = locate(src, comp, dst);
77 System.out.println("src: "+src);
81 blitcache.put(src, comp, dst, blit);
104 public native void MaskBlit(SurfaceData src, SurfaceData dst, argument
122 System.out.println("src: "+srctype);
176 SurfaceData src, dst;
181 src
252 MaskBlit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte[] mask, int maskoff, int maskscan) argument
[all...]
H A DMaskFill.java85 public static MaskFill getFromCache(SurfaceType src, argument
89 Object o = fillcache.get(src, comp, dst);
93 MaskFill fill = locatePrim(src, comp, dst);
95 fillcache.put(src, comp, dst, fill);
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DHelpers.java211 static void subdivide(float[] src, int srcoff, float[] left, int leftoff, argument
216 Helpers.subdivideQuad(src, srcoff, left, leftoff, right, rightoff);
219 Helpers.subdivideCubic(src, srcoff, left, leftoff, right, rightoff);
242 * stored in the <code>src</code> array at indices <code>srcoff</code>
248 * as the <code>src</code> array.
255 * @param src the array holding the coordinates for the source curve
268 static void subdivideCubic(float src[], int srcoff, argument
272 float x1 = src[srcoff + 0];
273 float y1 = src[srcoff + 1];
274 float ctrlx1 = src[srcof
319 subdivideCubicAt(float t, float src[], int srcoff, float left[], int leftoff, float right[], int rightoff) argument
369 subdivideQuad(float src[], int srcoff, float left[], int leftoff, float right[], int rightoff) argument
407 subdivideQuadAt(float t, float src[], int srcoff, float left[], int leftoff, float right[], int rightoff) argument
445 subdivideAt(float t, float src[], int srcoff, float left[], int leftoff, float right[], int rightoff, int size) argument
[all...]
H A DPiscesRenderingEngine.java45 * The specified {@code src} {@link Shape} is widened according
49 * @param src the source path to be widened
59 public Shape createStrokedShape(Shape src, argument
69 strokeTo(src,
108 * The specified {@code src} {@link Shape} is widened according
120 * @param src the source path to be widened
131 public void strokeTo(Shape src, argument
142 strokeTo(src, at, bs, thin, norm, antialias, consumer);
145 void strokeTo(Shape src, argument
163 strokeTo(src,
241 strokeTo(Shape src, AffineTransform at, float width, NormMode normalize, int caps, int join, float miterlimit, float dashes[], float dashphase, PathConsumer2D pc2d) argument
372 private final PathIterator src; field in class:PiscesRenderingEngine.NormalizingPathIterator
382 NormalizingPathIterator(PathIterator src, NormMode mode) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java34 // - copy this file from icu4jsrc_3_2/src/com/ibm/icu/text/StringPrep.java
341 private StringBuffer normalize(StringBuffer src){ argument
355 src.toString(),
411 * @param src A UCharacterIterator object containing the source string
423 public StringBuffer prepare(UCharacterIterator src, int options) argument
427 StringBuffer mapOut = map(src,options);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DJarURLConnection.java103 JarURLInputStream (InputStream src) { argument
104 super (src);
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DUTF_8.java75 static final void updatePositions(Buffer src, int sp, argument
77 src.position(sp - src.arrayOffset());
113 private static CoderResult lookupN(ByteBuffer src, int n) argument
116 if (isNotContinuation(src.get()))
122 private static CoderResult malformedN(ByteBuffer src, int nb) { argument
125 int b1 = src.get();
128 if (src.remaining() < 4)
130 return lookupN(src, 5);
134 if (src
164 malformed(ByteBuffer src, int sp, CharBuffer dst, int dp, int nb) argument
174 malformed(ByteBuffer src, int mark, int nb) argument
183 xflow(Buffer src, int sp, int sl, Buffer dst, int dp, int nb) argument
190 xflow(Buffer src, int mark, int nb) argument
197 decodeArrayLoop(ByteBuffer src, CharBuffer dst) argument
279 decodeBufferLoop(ByteBuffer src, CharBuffer dst) argument
350 decodeLoop(ByteBuffer src, CharBuffer dst) argument
498 overflow(CharBuffer src, int sp, ByteBuffer dst, int dp) argument
504 overflow(CharBuffer src, int mark) argument
510 encodeArrayLoop(CharBuffer src, ByteBuffer dst) argument
568 encodeBufferLoop(CharBuffer src, ByteBuffer dst) argument
615 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DDoubleByte.java141 protected CoderResult decodeArrayLoop(ByteBuffer src, CharBuffer dst) { argument
142 byte[] sa = src.array();
143 int sp = src.arrayOffset() + src.position();
144 int sl = src.arrayOffset() + src.limit();
172 src.position(sp - src.arrayOffset());
177 protected CoderResult decodeBufferLoop(ByteBuffer src, CharBuffer dst) { argument
178 int mark = src
205 decodeLoop(ByteBuffer src, CharBuffer dst) argument
267 decodeArrayLoop(ByteBuffer src, CharBuffer dst) argument
323 decodeBufferLoop(ByteBuffer src, CharBuffer dst) argument
438 encodeArrayLoop(CharBuffer src, ByteBuffer dst) argument
480 encodeBufferLoop(CharBuffer src, ByteBuffer dst) argument
512 encodeLoop(CharBuffer src, ByteBuffer dst) argument
649 encodeArrayLoop(CharBuffer src, ByteBuffer dst) argument
701 encodeBufferLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
H A DEUC_JP.java113 private CoderResult decodeArrayLoop(ByteBuffer src, argument
116 byte[] sa = src.array();
117 int sp = src.arrayOffset() + src.position();
118 int sl = src.arrayOffset() + src.limit();
167 src.position(sp - src.arrayOffset());
172 private CoderResult decodeBufferLoop(ByteBuffer src, argument
175 int mark = src
221 decodeLoop(ByteBuffer src, CharBuffer dst) argument
297 encodeArrayLoop(CharBuffer src, ByteBuffer dst) argument
361 encodeBufferLoop(CharBuffer src, ByteBuffer dst) argument
414 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
H A DEUC_TW.java167 private CoderResult decodeArrayLoop(ByteBuffer src, argument
170 byte[] sa = src.array();
171 int sp = src.arrayOffset() + src.position();
172 int sl = src.arrayOffset() + src.limit();
226 src.position(sp - src.arrayOffset());
231 private CoderResult decodeBufferLoop(ByteBuffer src, argument
234 int mark = src
288 decodeLoop(ByteBuffer src, CharBuffer dst) argument
333 encodeArrayLoop(CharBuffer src, ByteBuffer dst) argument
390 encodeBufferLoop(CharBuffer src, ByteBuffer dst) argument
434 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
H A DHKSCS.java82 protected CoderResult decodeArrayLoop(ByteBuffer src, CharBuffer dst) { argument
83 byte[] sa = src.array();
84 int sp = src.arrayOffset() + src.position();
85 int sl = src.arrayOffset() + src.limit();
130 src.position(sp - src.arrayOffset());
135 protected CoderResult decodeBufferLoop(ByteBuffer src, CharBuffer dst) { argument
136 int mark = src
178 decodeLoop(ByteBuffer src, CharBuffer dst) argument
234 encodeArrayLoop(CharBuffer src, ByteBuffer dst) argument
280 encodeBufferLoop(CharBuffer src, ByteBuffer dst) argument
318 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
H A DIBM33722.java122 private CoderResult decodeArrayLoop(ByteBuffer src, CharBuffer dst) { argument
123 byte[] sa = src.array();
124 int sp = src.arrayOffset() + src.position();
125 int sl = src.arrayOffset() + src.limit();
189 src.position(sp - src.arrayOffset());
194 private CoderResult decodeBufferLoop(ByteBuffer src, CharBuffer dst) { argument
195 int mark = src
254 decodeLoop(ByteBuffer src, CharBuffer dst) argument
[all...]
H A DISO2022_JP.java229 private CoderResult decodeArrayLoop(ByteBuffer src, argument
235 byte[] sa = src.array();
236 int sp = src.arrayOffset() + src.position();
237 int sl = src.arrayOffset() + src.limit();
351 src.position(sp - src.arrayOffset());
356 private CoderResult decodeBufferLoop(ByteBuffer src, argument
359 int mark = src
477 decodeLoop(ByteBuffer src, CharBuffer dst) argument
554 encodeArrayLoop(CharBuffer src, ByteBuffer dst) argument
672 encodeBufferLoop(CharBuffer src, ByteBuffer dst) argument
778 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
H A DJISAutoDetect.java133 private static void copyLeadingASCII(ByteBuffer src, CharBuffer dst) { argument
134 int start = src.position();
135 int limit = start + Math.min(src.remaining(), dst.remaining());
138 for (p = start; p < limit && isPlainASCII(b = src.get(p)); p++)
140 src.position(p);
144 ByteBuffer src, CharBuffer dst) {
146 return detectedDecoder.decodeLoop(src, dst);
149 protected CoderResult decodeLoop(ByteBuffer src, CharBuffer dst) { argument
151 copyLeadingASCII(src, dst);
154 if (! src
143 decodeLoop(Charset cs, ByteBuffer src, CharBuffer dst) argument
[all...]
H A DSJIS_0213.java92 private CoderResult decodeArrayLoop(ByteBuffer src, CharBuffer dst) { argument
93 byte[] sa = src.array();
94 int sp = src.arrayOffset() + src.position();
95 int sl = src.arrayOffset() + src.limit();
136 src.position(sp - src.arrayOffset());
141 private CoderResult decodeBufferLoop(ByteBuffer src, CharBuffer dst) { argument
142 int mark = src
182 decodeLoop(ByteBuffer src, CharBuffer dst) argument
250 encodeArrayLoop(CharBuffer src, ByteBuffer dst) argument
321 encodeBufferLoop(CharBuffer src, ByteBuffer dst) argument
385 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.h41 * rule.src = GL_ONE;
44 * GLenum src;
51 GLenum src; member in struct:__anon926
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DSpanClipRenderer.c44 (JNIEnv *env, jclass src, jclass rc, jclass ric)
43 Java_sun_java2d_pipe_SpanClipRenderer_initIDs(JNIEnv *env, jclass src, jclass rc, jclass ric) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRPMBlitLoops.java118 protected static XRSurfaceData cacheToTmpSurface(SurfaceData src, XRSurfaceData dst, int w, int h, int sx, int sy) { argument
122 if (src.getTransparency() == Transparency.OPAQUE) {
134 vImg = (SunVolatileImage) dst.getGraphicsConfig().createCompatibleVolatileImage(w, h, src.getTransparency());
137 if (src.getTransparency() == SurfaceData.OPAQUE) {
144 Blit swToSurfaceBlit = Blit.getFromCache(src.getSurfaceType(), CompositeType.SrcNoEa, vImgSurfaceType);
146 swToSurfaceBlit.Blit(src, vImgSurface, AlphaComposite.Src, null,
158 public void Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) { argument
164 XRSurfaceData x11sdSrc = (XRSurfaceData) src;
184 public void Scale(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, argument
191 XRSurfaceData x11sdSrc = (XRSurfaceData) src;
265 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform xform, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
337 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
365 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
390 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform xform, int hint, int sx, int sy, int dstx, int dsty, int w, int h) argument
[all...]

Completed in 91 milliseconds

<<11121314151617181920>>