Searched refs:this (Results 151 - 175 of 182) sorted by relevance

12345678

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djfdctflt.c35 * The primary disadvantage of this method is that with a fixed-point
54 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
H A Djfdctfst.c30 * The primary disadvantage of this method is that with fixed-point math,
33 * precise the scaled value, so this implementation does worse with high-
50 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
60 * everywhere except in the multiplications proper; this saves a good deal
77 * To get around this we use the following pre-calculated constants.
H A Djpegdecoder.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
86 * error_exit routine. To do this, we make a private extension of the
112 /* We could postpone this until after returning, if we chose. */
264 * suspension is desired (this mode is discussed in the next section).
267 * Note that with I/O suspension turned on, this procedure should not
312 * to the way that backtracking works, this procedure should save all
380 * Note that with I/O suspension turned on, this procedur
485 Java_sun_awt_image_JPEGImageDecoder_readImage(JNIEnv *env, jobject this, jobject hInputStream, jbyteArray hInputBuffer) argument
[all...]
H A Djfdctint.c25 * The advantage of this method is that no data path contains more than one
26 * multiplication; this allows a very simple and accurate implementation in
43 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
48 * The poop on this scaling stuff is as follows:
52 * a factor of N larger than desired; since N=8 this can be cured by
54 * this arrangement is that we save two multiplications per 1-D DCT,
56 * In the IJG code, this factor of 8 is removed by the quantization step
57 * (in jcdctmgr.c), NOT in this module.
72 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
91 * To get around this w
[all...]
H A Djidctflt.c13 * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine
37 * The primary disadvantage of this method is that with a fixed-point
56 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
95 * coefficients are zero, especially the AC terms. We can exploit this
100 * column DCT calculations can be simplified this way.
H A Djidctfst.c13 * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine
32 * The primary disadvantage of this method is that with fixed-point math,
35 * precise the scaled value, so this implementation does worse with high-
52 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
62 * everywhere except in the multiplications proper; this saves a good deal
69 * avoid a descaling shift; this compromises accuracy rather drastically
90 * To get around this we use the following pre-calculated constants.
196 * coefficients are zero, especially the AC terms. We can exploit this
201 * column DCT calculations can be simplified this way.
292 * test takes more time than it's worth. In that case this sectio
[all...]
H A Djidctint.c13 * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine
27 * The advantage of this method is that no data path contains more than one
28 * multiplication; this allows a very simple and accurate implementation in
45 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
50 * The poop on this scaling stuff is as follows:
54 * a factor of N larger than desired; since N=8 this can be cured by
56 * this arrangement is that we save two multiplications per 1-D IDCT,
72 * require BITS_IN_JSAMPLE + PASS1_BITS + 3 bits; this fits in a 16-bit word
91 * To get around this we use the following pre-calculated constants.
140 * entry; produce an int result. In this modul
[all...]
H A Djidctred.c40 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
56 * To get around this we use the following pre-calculated constants.
109 * entry; produce an int result. In this module, both inputs and result
392 /* We hardly need an inverse DCT routine for this: just take the
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
30 * The original version of this source code and documentation is
83 return this;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
583 any IndexColorModel using this
862 /* Keep the mapping between this lut and the actual cmap */
902 * be overridden, and this method does not invoke
1079 entries to be gray colors. The Dome card does this when the
1087 aData->awtImage->clrdata.grayscale == 0, we fall into this
1164 /* Compute the inverse gray LUT for this aDat
1242 awtJNI_GetColor(JNIEnv *env,jobject this) argument
1248 awtJNI_GetColorForVis(JNIEnv *env,jobject this, AwtGraphicsConfigDataPtr awt_data) argument
[all...]
H A Dawt_DrawingSurface.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
45 getGraphicsConfigFromComponentPeer(JNIEnv *env, jobject this);
191 * Lock() must be called before this can return a valid value.
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpChannelImpl.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
76 jobject this, jobject fdo, jboolean block, jboolean ready);
377 /* the Java API is not interested in this event, maybe we are? */
577 (JNIEnv* env, jobject this, jobject fdo, jboolean block, jboolean ready) {
578 return Java_sun_nio_ch_SocketChannelImpl_checkConnect(env, this,
576 Java_sun_nio_ch_SctpChannelImpl_checkConnect(JNIEnv* env, jobject this, jobject fdo, jboolean block, jboolean ready) argument
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s13 / accompanied this code).
16 / 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
35 int bn; // band_number of this band
60 band& nextBand() { return this[1]; }
61 band& prevBand() { return this[-1]; }
/openjdk7/jdk/make/sun/awt/
H A DDepend.mak4 # to eliminate this dependency (no pun intended). TB
/openjdk7/jdk/make/sun/jawt/
H A DDepend.mak4 # to eliminate this dependency (no pun intended). TB
/openjdk7/jdk/src/solaris/native/sun/net/spi/
H A DDefaultProxySelector.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
156 jobject this,
155 Java_sun_net_spi_DefaultProxySelector_getSystemProxy(JNIEnv *env, jobject this, jstring proto, jstring host) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
64 * For this we need to track the current device state. So each operation
122 * Note that this method also does the necessary registry checks,
247 void SetPaintState(jint state) { this->paintState = state; }
/openjdk7/jdk/src/windows/native/sun/net/spi/
H A DDefaultProxySelector.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
103 jobject this,
218 * If we couldn't find *this* protocol but the string is in the
102 Java_sun_net_spi_DefaultProxySelector_getSystemProxy(JNIEnv *env, jobject this, jstring proto, jstring host) argument
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s13 # accompanied this code).
16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s13 # accompanied this code).
16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
81 extern Display* awt_init_Display(JNIEnv *env, jobject this);
164 (JNIEnv *env, jobject this, jintArray systemColors)
404 // considered by schedulers as zero, so this might cause unnecessary
418 * select() by writing to this pipe.
650 * The fdAWTPipe will be empty when this returns.
841 * firts mapped, because DT code calls this ol
163 Java_sun_awt_X11_XToolkit_nativeLoadSystemColors(JNIEnv *env, jobject this, jintArray systemColors) argument
852 Java_sun_awt_motif_XsessionWMcommand(JNIEnv *env, jobject this, jobject frame, jstring jcommand) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
72 getGraphicsConfigFromComponentPeer(JNIEnv *env, jobject this);
205 Java_sun_java2d_x11_XSurfaceData_isDrawableValid(JNIEnv *env, jobject this) argument
210 X11SDOps *xsdo = X11SurfaceData_GetOps(env, this);
228 Java_sun_java2d_x11_X11SurfaceData_isShmPMAvailable(JNIEnv *env, jobject this) argument
243 Java_sun_java2d_x11_X11SurfaceData_isDgaAvailable(JNIEnv *env, jobject this) argument
599 * can get rid of the id so that this segmen
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
30 * There are two ways this DLL can be used: either as a dynamically-
35 * functionality. Which mode this DLL functions in is determined by
191 INLINE BOOL VerifyComponents() { return FALSE; } // TODO: Use new DebugHelper class to set this flag
238 // is this thread the main thread?
455 // If the DWM is active, this function uses
522 void SetNext(PreloadAction *pNext) { this
[all...]
/openjdk7/jdk/src/share/native/java/lang/
H A DSystem.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
54 Java_java_lang_System_identityHashCode(JNIEnv *env, jobject this, jobject x) argument
99 #ifndef VENDOR /* Third party may overwrite this. */
108 #ifdef JAVA_SPECIFICATION_VENDOR /* Third party may NOT overwrite this. */
269 // The gopher client is different in that it expects an 'is this set?' flag that the others don't.
287 /* !!! DO NOT call PUTPROP_ForPlatformNString before this line !!!

Completed in 269 milliseconds

12345678