Searched refs:glyphSubstitutionTable (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DCanonShaping.h44 static const le_uint8 glyphSubstitutionTable[]; member in class:CanonShaping
H A DArabicLayoutEngine.cpp160 fGSUBTable = (const GlyphSubstitutionTableHeader *) CanonShaping::glyphSubstitutionTable;
H A DLayoutEngine.cpp266 LEReferenceTo<GlyphSubstitutionTableHeader> canonGSUBTable((GlyphSubstitutionTableHeader *) CanonShaping::glyphSubstitutionTable);
H A DCanonData.cpp41 const le_uint8 CanonShaping::glyphSubstitutionTable[] = { member in class:CanonShaping
3645 const size_t CanonShaping::glyphSubstitutionTableLen = sizeof(glyphSubstitutionTable)/sizeof(glyphSubstitutionTable[0]);

Completed in 105 milliseconds