Searched refs:OpenTypeUtilities (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DOpenTypeUtilities.h45 class OpenTypeUtilities /* not : public UObject because all methods are static */ { class
64 OpenTypeUtilities() {} // private - forbid instantiation function in class:OpenTypeUtilities
H A DCoverageTables.cpp34 #include "OpenTypeUtilities.h"
70 le_uint8 bit = OpenTypeUtilities::highBit(count);
104 OpenTypeUtilities::getGlyphRangeIndex(ttGlyphID, rangeRecordArray, count);
H A DFeatures.cpp34 #include "OpenTypeUtilities.h"
67 OpenTypeUtilities::getTagOffset(featureTag, (TagAndOffsetRecord *) featureRecordArray, SWAPW(featureCount));
H A DOpenTypeUtilities.cpp34 #include "OpenTypeUtilities.h"
43 le_int8 OpenTypeUtilities::highBit(le_int32 value)
80 Offset OpenTypeUtilities::getTagOffset(LETag tag, const LEReferenceToArrayOf<TagAndOffsetRecord> &records, LEErrorCode &success)
119 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const LEReferenceToArrayOf<GlyphRangeRecord> &records, LEErrorCode &success)
153 le_int32 OpenTypeUtilities::search(le_uint32 value, const le_uint32 array[], le_int32 count)
175 le_int32 OpenTypeUtilities::search(le_uint16 value, const le_uint16 array[], le_int32 count)
200 void OpenTypeUtilities::sort(le_uint16 *array, le_int32 count)
H A DScriptAndLanguage.cpp35 #include "OpenTypeUtilities.h"
49 OpenTypeUtilities::getTagOffset(languageTag, langSysRecords, success);
109 scriptTableOffset = OpenTypeUtilities::getTagOffset(scriptTag, scriptRecordArrayRef, success); // TODO
H A DLookupProcessor.cpp33 #include "OpenTypeUtilities.h"
270 OpenTypeUtilities::sort(lookupOrderArray, order);
291 OpenTypeUtilities::sort(&lookupOrderArray[order], count);
320 OpenTypeUtilities::sort(lookupOrderArray, order);
H A DClassDefinitionTables.cpp34 #include "OpenTypeUtilities.h"
132 OpenTypeUtilities::getGlyphRangeIndex(ttGlyph, classRangeRecordArrayRef, success);
H A DLayoutEngine.cpp55 #include "OpenTypeUtilities.h"
99 le_int32 index = OpenTypeUtilities::search((le_uint32)ch,
110 le_int32 index = OpenTypeUtilities::search((le_uint32)ch, (le_uint32 *)controlChars, controlCharsCount);
118 le_int32 index = OpenTypeUtilities::search((le_uint32) ch, (le_uint32 *)DefaultCharMapper::mirroredChars, DefaultCharMapper::mirroredCharsCount);
H A DKernTable.cpp38 #include "OpenTypeUtilities.h"
140 entrySelector = OpenTypeUtilities::highBit(nPairs);
H A DPairPositioningSubtables.cpp39 #include "OpenTypeUtilities.h"
189 le_uint8 bit = OpenTypeUtilities::highBit(recordCount);
/openjdk7/jdk/make/sun/font/
H A DFILES_c.gmk88 OpenTypeUtilities.cpp \

Completed in 53 milliseconds