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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphLookupTables.h52 le_bool coversScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const;
H A DGlyphLookupTables.cpp40 le_bool GlyphLookupTableHeader::coversScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const function in class:GlyphLookupTableHeader
H A DLayoutEngine.cpp271 if (canonGSUBTable->coversScript(canonGSUBTable,scriptTag, success) || LE_SUCCESS(success)) {
600 if ( v2ScriptTag == dev2ScriptTag && gsubTable.isValid() && gsubTable->coversScript(gsubTable, v2ScriptTag, success )) {
603 else if (gsubTable.isValid() && gsubTable->coversScript(gsubTable, scriptTag = OpenTypeLayoutEngine::getScriptTag(scriptCode), success)) {
H A DOpenTypeLayoutEngine.cpp167 if (!fGPOSTable.isEmpty()&& !fGPOSTable->coversScript(fGPOSTable, fScriptTag, success)) {

Completed in 464 milliseconds