Searched defs:glyphID (Results 1 - 15 of 15) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DOpenTypeUtilities.h50 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) { argument
H A DLookups.cpp64 le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const argument
H A DCoverageTables.cpp40 le_int32 CoverageTable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const argument
68 le_int32 CoverageFormat1Table::getGlyphCoverage(LEReferenceTo<CoverageFormat1Table> &base, LEGlyphID glyphID, LEErrorCode &success) const argument
107 le_int32 CoverageFormat2Table::getGlyphCoverage(LEReferenceTo<CoverageFormat2Table> &base, LEGlyphID glyphID, LEErrorCode &success) const argument
H A DCursiveAttachmentSubtables.cpp44 LEGlyphID glyphID = glyphIterator->getCurrGlyphID(); local
H A DMarkArrays.cpp41 le_int32 MarkArray::getMarkClass(const LETableReference &base, LEGlyphID glyphID, argument
H A DClassDefinitionTables.cpp40 le_int32 ClassDefinitionTable::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const argument
92 le_int32 ClassDefFormat1Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const argument
125 le_int32 ClassDefFormat2Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const argument
H A DAnchorTables.cpp40 void AnchorTable::getAnchor(const LETableReference &base, LEGlyphID glyphID, const LEFontInstance *fontInstance, argument
93 getAnchor(const LEReferenceTo<Format2AnchorTable>& base, LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor , LEErrorCode &success) const argument
H A DLookups.h91 inline le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const argument
96 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const { argument
101 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const { argument
[all...]
H A DPairPositioningSubtables.cpp171 PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, LEReferenceTo<PairValueRecord>& records, argument
H A DGlyphPositionAdjustments.cpp132 LEGlyphID glyphID = glyphStorage[i]; local
H A DOpenTypeUtilities.cpp120 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const LEReferenceToArrayOf<GlyphRangeRecord> &records, LEErrorCode &success) argument
H A DGlyphIterator.cpp225 void GlyphIterator::setCurrGlyphID(TTGlyphID glyphID) argument
394 LEGlyphID glyphID = glyphStorage[index]; local
H A DLEGlyphStorage.cpp298 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) argument
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-cmap-table.hh213 ULONG glyphID; /* Glyph index; interpretation depends on member in struct:OT::CmapSubtableLongGroup
341 GlyphID glyphID; /* Glyph ID of the UVS */ member in struct:OT::UVSMapping
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DStandardGlyphVector.java1788 void getGlyphPosition(int glyphID, int ix, float[] positions, float[] result) { argument
1794 void addDefaultGlyphAdvance(int glyphID, Point2D.Float result) { argument
1802 Rectangle2D getGlyphOutlineBounds(int glyphID, float x, float y) { argument
1828 appendGlyphOutline(int glyphID, GeneralPath result, float x, float y) argument
[all...]

Completed in 125 milliseconds