Searched refs:ByteOffset (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutTables.h46 typedef le_int16 ByteOffset; typedef
H A DLigatureSubstitution.h50 ByteOffset ligatureActionTableOffset;
51 ByteOffset componentTableOffset;
52 ByteOffset ligatureTableOffset;
H A DLigatureSubstProc.h57 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
82 ByteOffset ligatureActionTableOffset;
83 ByteOffset componentTableOffset;
84 ByteOffset ligatureTableOffset;
H A DStateTableProcessor.h56 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;
67 ByteOffset classTableOffset;
68 ByteOffset stateArrayOffset;
69 ByteOffset entryTableOffset;
H A DStateTables.h83 ByteOffset classTableOffset;
84 ByteOffset stateArrayOffset;
85 ByteOffset entryTableOffset;
128 ByteOffset newStateOffset;
H A DContextualGlyphInsertion.h71 ByteOffset currentInsertionListOffset;
72 ByteOffset markedInsertionListOffset;
H A DContextualGlyphSubstProc.h55 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
80 ByteOffset substitutionTableOffset;
H A DContextualGlyphSubstitution.h49 ByteOffset substitutionTableOffset;
H A DIndicRearrangementProcessor.h55 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
H A DLigatureSubstProc.cpp70 ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
75 ByteOffset newState = SWAPW(entry->newStateOffset);
90 ByteOffset actionOffset = flags & lsfActionOffsetMask;
H A DContextualGlyphSubstProc.cpp69 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
73 ByteOffset newState = SWAPW(entry->newStateOffset);
H A DStateTableProcessor.cpp74 ByteOffset currentState = stateArrayOffset;
H A DLigatureSubstProc2.cpp94 ByteOffset actionOffset = flags & lsfPerformAction;
H A DIndicRearrangementProcessor.cpp66 ByteOffset IndicRearrangementProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
70 ByteOffset newState = SWAPW(entry->newStateOffset);
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c102 typedef int ByteOffset; /* Byte offset */ typedef
201 ByteOffset len;
219 ByteOffset * map;
228 ByteOffset code_len;
229 ByteOffset new_code_len;
269 ByteOffset byte_code_offset;
273 byte_code_offset = (ByteOffset)(mi->ci->input_position - mi->start_of_input_bytecodes);
761 static ByteOffset
764 ByteOffset nbytes = 0;
776 static ByteOffset
[all...]

Completed in 68 milliseconds