Home
last modified time | relevance | path

Searched refs:LookupList (Results 1 – 18 of 18) sorted by relevance

/external/fonttools/Lib/fontTools/
Dmerge.py570 otTables.LookupList.mergeMap = {
675 if table.table.LookupList is None:
679 table.table.LookupList = otTables.LookupList()
680 table.table.LookupList.Lookup = []
681 table.table.LookupList.LookupCount = 0
682 table.table.LookupList.Lookup.append(synthLookup)
683 table.table.LookupList.LookupCount += 1
786 @_add_method(otTables.LookupList)
1060 if t.table.LookupList:
1061 lookupMap = {i:v for i,v in enumerate(t.table.LookupList.Lookup)}
[all …]
/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py333 gsub.LookupList = ot.LookupList()
334 gsub.LookupList.Lookup = []
373 firstIndex = len(gsub.LookupList.Lookup)
381 gsub.LookupList.Lookup.append(lookup)
382 assert gsub.LookupList.Lookup[lookupMap[subst]] is lookup
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLookupList.java15 public class LookupList class
20 public LookupList() in LookupList() method in LookupList
DGSUBWriter.java22 private LookupList lookupList;
26 LookupList theLookupList) in GSUBWriter()
DCanonGSUBBuilder.java209 LookupList lookupList, ClassTable classTable) { in buildArabicTables()
318 public static int[] buildLookups(CanonicalCharacterData data, LookupList lookupList, int script) in buildLookups()
467 LookupList lookupList = new LookupList(); in buildDecompTables()
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp68 if (!pdfium::IndexInBounds(LookupList, index)) in GetVerticalGlyphSub()
70 if (LookupList[index].LookupType == 1 && in GetVerticalGlyphSub()
71 GetVerticalGlyphSub2(glyphnum, vglyphnum, &LookupList[index])) { in GetVerticalGlyphSub()
222 LookupList = std::vector<TLookup>(GetUInt16(sp)); in ParseLookupList()
223 for (auto& lookup : LookupList) in ParseLookupList()
Dcfx_cttgsubtable.h154 std::vector<TLookup> LookupList; variable
/external/freetype/src/otvalid/
Dotvgsub.c557 FT_UInt ScriptList, FeatureList, LookupList; in otv_GSUB_validate() local
592 LookupList = FT_NEXT_USHORT( p ); in otv_GSUB_validate()
598 otv_LookupList_validate( table + LookupList, in otv_GSUB_validate()
600 otv_FeatureList_validate( table + FeatureList, table + LookupList, in otv_GSUB_validate()
Dotvgpos.c991 FT_UInt ScriptList, FeatureList, LookupList; in otv_GPOS_validate() local
1026 LookupList = FT_NEXT_USHORT( p ); in otv_GPOS_validate()
1032 otv_LookupList_validate( table + LookupList, in otv_GPOS_validate()
1034 otv_FeatureList_validate( table + FeatureList, table + LookupList, in otv_GPOS_validate()
/external/fonttools/Lib/fontTools/subset/
D__init__.py929 lookup = s.table.LookupList.Lookup[ll.LookupListIndex]
959 lookup = s.table.LookupList.Lookup[ll.LookupListIndex]
980 lookup = s.table.LookupList.Lookup[ll.LookupListIndex]
1201 @_add_method(otTables.LookupList)
1206 @_add_method(otTables.LookupList)
1214 @_add_method(otTables.LookupList)
1223 @_add_method(otTables.LookupList)
1229 @_add_method(otTables.LookupList)
1401 if self.table.LookupList:
1406 if i >= self.table.LookupList.LookupCount: continue
[all …]
/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py51 for lookup in gsub.table.LookupList.Lookup:
59 … add_gsub_context_subtable(subtable, gsub.table.LookupList, glyph_to_codepoint_map, codepoint_map)
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py894 if self.LookupList is None:
895 self.LookupList = ot.LookupList()
896 self.LookupList.Lookup = []
901 lookupMap[name] = len(self.LookupList.Lookup)
903 assert int(name) == len(self.LookupList.Lookup), "%d %d" % (name, len(self.Lookup))
904 self.LookupList.Lookup.append(lookup)
908 if self.LookupList:
909 self.LookupList.LookupCount = len(self.LookupList.Lookup)
/external/noto-fonts/emoji-compat/
Dcreatefont.py507 for lookup in gsub.table.LookupList.Lookup:
515 self.add_gsub_context_subtable(subtable, gsub.table.LookupList, glyph_to_codepoint_map)
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py135 table.LookupList.LookupCount > 0):
539 table.LookupList = otTables.LookupList()
540 table.LookupList.Lookup = self.buildLookups_(tag)
614 table.LookupList.LookupCount = len(table.LookupList.Lookup)
/external/fonttools/Tests/feaLib/
Dbuilder_test.py220 st = font["GPOS"].table.LookupList.Lookup[0].SubTable[0]
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1209 lookups = ttf[overflowRecord.tableType].table.LookupList.Lookup
1443 lookup = table.LookupList.Lookup[overflowRecord.LookupListIndex]
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh810 typedef OffsetListOf<Lookup> LookupList; typedef
Dhb-ot-layout-gsubgpos.hh2786 OffsetTo<LookupList>