Searched defs:logicalScreenHeight (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFStreamMetadata.java48 public int logicalScreenHeight; field in class:GIFStreamMetadata
116 node.setAttribute("logicalScreenHeight",
117 logicalScreenHeight == UNDEFINED_INTEGER_VALUE ?
118 "" : Integer.toString(logicalScreenHeight));
269 logicalScreenHeight == UNDEFINED_INTEGER_VALUE ?
270 "" : Integer.toString(logicalScreenHeight));
H A DGIFImageWriter.java660 if (streamMetadata.logicalScreenHeight ==
663 streamMetadata.logicalScreenHeight = destSize.height;
1059 int logicalScreenHeight,
1075 stream.writeShort((short)logicalScreenHeight);
1117 sm.logicalScreenHeight,
1057 writeHeader(String version, int logicalScreenWidth, int logicalScreenHeight, int colorResolution, int pixelAspectRatio, int backgroundColorIndex, boolean sortFlag, int bitsPerPixel, byte[] globalColorTable) argument

Completed in 3368 milliseconds