Searched refs:glyphCount (Results 26 - 37 of 37) sorted by relevance

12

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DClassDefinitionTables.h70 le_uint16 glyphCount; member in struct:ClassDefFormat1Table
H A DGlyphDefinitionTables.h60 le_uint16 glyphCount; member in struct:AttachmentListTable
H A DLookupTables.h115 TTGlyphID glyphCount; member in struct:TrimmedArrayLookupTable
H A DClassDefinitionTables.cpp96 le_uint16 count = SWAPW(glyphCount);
112 le_uint16 count = SWAPW(glyphCount);
H A DCoverageTables.cpp73 le_uint16 count = SWAPW(glyphCount);
H A DSingleSubstitutionSubtables.cpp97 LEReferenceToArrayOf<TTGlyphID> substituteArrayRef(base, success, substituteArray, SWAPW(glyphCount));
H A DOpenTypeLayoutEngine.cpp483 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
484 if (glyphCount == 0) {
489 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount);
500 for (i = 0; i < glyphCount; i += 1) {
532 for (i = 0; i < glyphCount; i += 1) {
560 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
571 for (le_int32 g = 0; g < glyphCount; g += 1) {
H A DLookupProcessor.cpp84 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
87 return glyphCount;
92 le_int32 newGlyphCount = glyphCount;
H A DGlyphIterator.cpp51 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
60 nextLimit = glyphCount;
64 position = glyphCount;
66 prevLimit = glyphCount;
H A DGlyphPositionAdjustments.h127 GlyphPositionAdjustments(le_int32 glyphCount);
H A DLEGlyphStorage.cpp630 if (position == glyphCount) {
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout-gsubgpos-private.hh1435 const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_size * glyphCount);
1441 glyphCount, (const USHORT *) (coverageZ + 1),
1451 const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_size * glyphCount);
1458 glyphCount, (const USHORT *) (coverageZ + 1),
1467 const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_size * glyphCount);
1472 return_trace (context_would_apply_lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), lookupCount, lookupRecord, lookup_context));
1486 const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_size * glyphCount);
1491 return_trace (context_apply_lookup (c, glyphCount, (const USHORT *) (coverageZ + 1), lookupCount, lookupRecord, lookup_context));
1498 unsigned int count = glyphCount;
1509 USHORT glyphCount; /* Numbe member in struct:OT::ContextFormat3
[all...]

Completed in 115 milliseconds

12