Searched refs:le_uint16 (Results 1 - 25 of 72) sorted by relevance

123

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DDeviceTables.h48 le_uint16 startSize;
49 le_uint16 endSize;
50 le_uint16 deltaFormat;
51 le_uint16 deltaValues[ANY_NUMBER];
53 le_int16 getAdjustment(le_uint16 ppem) const;
56 static const le_uint16 fieldMasks[];
57 static const le_uint16 fieldSignBits[];
58 static const le_uint16 fieldBits[];
H A DKernTable.h58 le_uint16 coverage;
59 le_uint16 nPairs;
62 le_uint16 searchRange;
63 le_uint16 entrySelector;
64 le_uint16 rangeShift;
H A DDeviceTables.cpp40 const le_uint16 DeviceTable::fieldMasks[] = {0x0003, 0x000F, 0x00FF};
41 const le_uint16 DeviceTable::fieldSignBits[] = {0x0002, 0x0008, 0x0080};
42 const le_uint16 DeviceTable::fieldBits[] = { 2, 4, 8};
46 le_int16 DeviceTable::getAdjustment(le_uint16 ppem) const
48 le_uint16 start = SWAPW(startSize);
49 le_uint16 format = SWAPW(deltaFormat) - 1;
53 le_uint16 sizeIndex = ppem - start;
54 le_uint16 bits = fieldBits[format];
55 le_uint16 count = 16 / bits;
56 le_uint16 wor
[all...]
H A DExtensionSubtables.h51 le_uint16 substFormat;
52 le_uint16 extensionLookupType;
56 const LookupProcessor *lookupProcessor, le_uint16 lookupType,
H A DSubstitutionLookups.h51 le_uint16 sequenceIndex;
52 le_uint16 lookupListIndex;
60 le_uint16 substCount,
H A DContextualSubstSubtables.h52 le_uint16 sequenceIndex;
53 le_uint16 lookupListIndex;
59 const TTGlyphID *glyphArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
63 const le_uint16 *classArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
67 const Offset *coverageTableOffsetArray, le_uint16 glyphCount,
73 le_uint16 substCount,
87 le_uint16 subRuleSetCount;
97 le_uint16 subRuleCount;
106 le_uint16 glyphCoun
[all...]
H A DCoverageTables.h47 le_uint16 coverageFormat;
54 le_uint16 glyphCount;
64 le_uint16 rangeCount;
H A DExtensionSubtables.cpp44 #define READ_LONG(code) (le_uint32)((SWAPW(*(le_uint16*)&code) << 16) + SWAPW(*(((le_uint16*)&code) + 1)))
48 const LookupProcessor *lookupProcessor, le_uint16 lookupType,
56 le_uint16 elt = SWAPW(extensionLookupType);
H A DICUFeatures.h54 le_uint16 lookupCount;
55 le_uint16 lookupListIndexArray[ANY_NUMBER];
61 le_uint16 featureCount;
64 LEReferenceTo<FeatureTable> getFeatureTable(const LETableReference &base, le_uint16 featureIndex, LETag *featureTag, LEErrorCode &success) const;
H A DSubstitutionLookups.cpp53 le_uint16 substCount,
65 for (le_uint16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) {
66 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex);
67 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
H A DContextualGlyphSubstitution.h72 le_uint16 markIndex;
73 le_uint16 currIndex;
H A DMarkArrays.h48 le_uint16 markClass;
54 le_uint16 markCount;
H A DLESwaps.h105 const le_uint16 word = 0xFF00;
121 static le_uint16 swapWord(le_uint16 value)
138 return swapWord((le_uint16) (value >> 16)) | (swapWord((le_uint16) value) << 16);
H A DScriptAndLanguage.h50 le_uint16 reqFeatureIndex;
51 le_uint16 featureCount;
52 le_uint16 featureIndexArray[ANY_NUMBER];
59 le_uint16 langSysCount;
70 le_uint16 scriptCount;
H A DCoverageTables.cpp69 le_uint16 count = SWAPW(glyphCount);
71 le_uint16 power = 1 << bit;
72 le_uint16 extra = count - power;
73 le_uint16 probe = power;
74 le_uint16 index = 0;
102 le_uint16 count = SWAPW(rangeCount);
111 le_uint16 startCoverageIndex = SWAPW(rangeRecordArray[rangeIndex].rangeValue);
H A DGlyphDefinitionTables.h60 le_uint16 glyphCount;
67 le_uint16 pointCount;
68 le_uint16 pointIndexArray[ANY_NUMBER];
75 le_uint16 ligGlyphCount;
82 le_uint16 caretCount;
89 le_uint16 caretValueFormat;
99 le_uint16 caretValuePoint;
H A DLigatureSubstSubtables.h50 le_uint16 ligatureCount;
58 le_uint16 compCount;
65 le_uint16 ligSetCount;
H A DLigatureSubstitution.h76 le_uint16 nextStateIndex;
77 le_uint16 entryFlags;
78 le_uint16 ligActionIndex;
H A DStateTables.h111 le_uint16 nGlyphs;
132 typedef le_uint16 EntryTableIndex2;
136 le_uint16 newStateIndex;
137 le_uint16 flags;
H A DAlternateSubstSubtables.h50 le_uint16 glyphCount;
58 le_uint16 alternateSetCount;
H A DContextualGlyphInsertion.h77 le_uint16 currentInsertionListIndex;
78 le_uint16 markedInsertionListIndex;
H A DMultipleSubstSubtables.h50 le_uint16 glyphCount;
57 le_uint16 sequenceCount;
H A DPairPositioningSubtables.h59 le_uint16 pairValueCount;
74 le_uint16 pairSetCount;
81 le_uint16 recordCount, le_uint16 recordSize, LEErrorCode &success) const;
103 le_uint16 class1Count;
104 le_uint16 class2Count;
H A DLookups.h58 le_uint16 subtableFormat;
73 le_uint16 lookupType;
74 le_uint16 lookupFlags;
75 le_uint16 subTableCount;
78 const LEReferenceTo<LookupSubtable> getLookupSubtable(const LEReferenceTo<LookupTable> &base, le_uint16 subtableIndex, LEErrorCode &success) const;
84 le_uint16 lookupCount;
87 const LEReferenceTo<LookupTable> getLookupTable(const LEReferenceTo<LookupListTable> &base, le_uint16 lookupTableIndex, LEErrorCode &success) const;
H A DClassDefinitionTables.h47 le_uint16 classFormat;
68 le_uint16 glyphCount;
69 le_uint16 classValueArray[ANY_NUMBER];
81 le_uint16 classValue;
86 le_uint16 classRangeCount;

Completed in 67 milliseconds

123