Searched refs:readBits (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.h131 jboolean readBits);
139 jint depth, jboolean readBits);
140 XImage * X11SD_GetCachedXImage (jint width, jint height, jboolean readBits);
H A DX11SurfaceData.c621 jint maxWidth, jint maxHeight, jboolean readBits)
626 xsdo->depth, readBits)) {
756 jint maxHeight, jint depth, jboolean readBits)
768 if (!readBits) {
1333 jboolean readBits = lockFlags & SD_LOCK_NEED_PIXELS; local
1343 if (readBits) {
1366 img = X11SD_GetSharedImage(xsdo, w, h, maxWidth, maxHeight, readBits);
1371 if (readBits) {
620 X11SD_GetSharedImage(X11SDOps *xsdo, jint width, jint height, jint maxWidth, jint maxHeight, jboolean readBits) argument
755 X11SD_CachedXImageFits(jint width, jint height, jint maxWidth, jint maxHeight, jint depth, jboolean readBits) argument
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageInputStream.java64 * the <code>readBits</code> method (or the value written by
74 * @see #readBits(int)
705 * the <code>readBits</code> method. A value of 0 indicates the
779 * Note that the result of <code>readBits(32)</code> may thus not
798 long readBits(int numBits) throws IOException; method in interface:ImageInputStream
877 * <p> The bit position used by the <code>readBits</code> method
H A DImageInputStreamImpl.java666 public long readBits(int numBits) throws IOException { method in class:ImageInputStreamImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSocketOrChannelConnectionImpl.java307 CorbaMessageMediator messageMediator = readBits();
321 protected CorbaMessageMediator readBits() method in class:SocketOrChannelConnectionImpl
326 dprint(".readBits->: " + this);
338 new RuntimeException("SocketOrChannelConnectionImpl.readBits");
344 dprint(".readBits: " + this + ": ThreadDeath: " + td, td);
350 dprint(".readBits: " + this + ": purgeCalls: Throwable: " + t, t);
356 dprint(".readBits: " + this + ": Throwable: " + ex, ex);
365 dprint(".readBits: " + this +
382 dprint(".readBits<-: " + this);
1141 partialMessageMediator = readBits();
[all...]
H A DBufferConnectionImpl.sjava180 protected CorbaMessageMediator readBits()
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java1363 int value = readBits(bitsPerCharacter);
1381 private int readBits(int bits) throws IOException { method in class:Decoder

Completed in 49 milliseconds