Searched defs:scriptTag (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/layout/
H A DGlyphLookupTables.cpp15 le_bool GlyphLookupTableHeader::coversScript(LETag scriptTag) const
19 return scriptListOffset != 0 && scriptListTable->findScript(scriptTag) != NULL;
22 le_bool GlyphLookupTableHeader::coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const argument
25 const LangSysTable *langSysTable = scriptListTable->findLanguage(scriptTag, languageTag, exactMatch);
H A DGlyphPositioningTables.cpp20 LETag scriptTag, LETag languageTag,
28 GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
19 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, LEErrorCode &success, const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const argument
H A DGlyphSubstitutionTables.cpp22 LETag scriptTag,
35 GlyphSubstitutionLookupProcessor processor(this, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);
20 process(LEGlyphStorage &glyphStorage, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode &success) const argument
H A DScriptAndLanguage.cpp35 const ScriptTable *ScriptListTable::findScript(LETag scriptTag) const
57 if (SWAPT(scriptRecordArray[s].tag) == scriptTag) {
63 scriptTableOffset = OpenTypeUtilities::getTagOffset(scriptTag, scriptRecordArray, count);
73 const LangSysTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const argument
75 const ScriptTable *scriptTable = findScript(scriptTag);
H A DGlyphPosnLookupProc.cpp36 LETag scriptTag,
47 scriptTag,
34 GlyphPositioningLookupProcessor( const GlyphPositioningTableHeader *glyphPositioningTableHeader, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DGlyphSubstLookupProc.cpp30 LETag scriptTag,
42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
28 GlyphSubstitutionLookupProcessor( const GlyphSubstitutionTableHeader *glyphSubstitutionTableHeader, LETag scriptTag, LETag languageTag, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DLookupProcessor.cpp133 LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures,
150 langSysTable = scriptListTable->findLanguage(scriptTag, languageTag);
131 LookupProcessor(const char *baseAddress, Offset scriptListOffset, Offset featureListOffset, Offset lookupListOffset, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures, LEErrorCode& success) argument
H A DLayoutEngine.cpp209 LETag scriptTag = OpenTypeLayoutEngine::getScriptTag(fScriptCode); local
213 if (canonGSUBTable->coversScript(scriptTag)) {
268 outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success);
533 LETag scriptTag = 0x00000000; local
543 else if (gsubTable != NULL && gsubTable->coversScript(scriptTag = OpenTypeLayoutEngine::getScriptTag(scriptCode))) {
579 if (gsubTable->coversScriptAndLanguage(scriptTag, languageTag, TRUE)) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DUniscribeHelper.cpp732 OPENTYPE_TAG scriptTag,
793 scriptTag, 0, &itemLength,
728 shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, OPENTYPE_TAG scriptTag, Shaping& shaping) argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp315 OpenType::Tag scriptTag; member in struct:WebCore::OpenType::ScriptList::ScriptRecord
325 if (scripts[i].scriptTag == tag)

Completed in 176 milliseconds