Searched defs:currIndex (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphSubstitution.h73 le_uint16 currIndex; member in struct:ContextualGlyphStateEntry2
H A DContextualGlyphInsertionProc2.cpp116 le_int16 currIndex = SWAPW(entry->currentInsertionListIndex); local
117 if (currIndex > 0) {
121 doInsertion(glyphStorage, currGlyph, currIndex, count, isKashidaLike, isBefore, success);
H A DContextualGlyphSubstProc2.cpp74 le_int16 currIndex = SWAPW(entry->currIndex); local
83 if (currIndex != -1) {
84 le_uint32 offset = SWAPL(perGlyphTable(currIndex, success));
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageReader.java66 int currIndex = -1; field in class:GIFImageReader
68 // Metadata for image at 'currIndex', or null.
76 // Length of metadata for image at 'currIndex', valid only if
596 if (currIndex != imageIndex) {
599 currIndex = imageIndex;
620 // Stream must be positioned at start of metadata for 'currIndex'
1006 currIndex = -1;

Completed in 48 milliseconds