HomeSort by relevance Sort by last modified time
    Searched refs:indextable (Results 1 - 3 of 3) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I__3.py 9 indextable = "TSI2" variable in class:table_T_S_I__3
T_S_I__1.py 9 indextable = "TSI0" variable in class:table_T_S_I__1
12 indextable = ttFont[self.indextable]
14 for i in range(len(indextable.indices)):
15 glyphID, textLength, textOffset = indextable.indices[i]
18 textLength = indextable.indices[i+1][1]
27 for i in range(len(indextable.extra_indices)):
28 extraCode, textLength, textOffset = indextable.extra_indices[i]
33 textLength = indextable.extra_indices[i+1][1]
44 indextable = ttFont[self.indextable
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
syms.c 905 struct indexentry *indextable; member in struct:stab_find_info
906 /* The number of entries in indextable. */
1141 info->indextable = (struct indexentry *) bfd_alloc (abfd, amt);
1142 if (info->indextable == NULL)
    [all...]

Completed in 107 milliseconds