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

  /external/freetype/src/otvalid/
otvcommn.c 397 FT_UInt LookupCount;
403 LookupCount = FT_NEXT_USHORT( p );
405 OTV_TRACE(( " (LookupCount = %d)\n", LookupCount ));
407 OTV_LIMIT_CHECK( LookupCount * 2 );
409 otvalid->lookup_count = LookupCount;
412 for ( ; LookupCount > 0; LookupCount-- )
441 FT_UInt LookupCount;
448 LookupCount = FT_NEXT_USHORT( p )
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 479 self.LookupCount = len(self.LookupListIndex)
571 'LookupCount': sum,
659 f.LookupCount = 0
681 table.table.LookupList.LookupCount = 0
683 table.table.LookupList.LookupCount += 1
686 feature.Feature.LookupCount += 1
1124 t.table.LookupList.LookupCount = len(t.table.LookupList.Lookup)
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 169 ++LookupCount;
171 CounterType getLookupCount() const { return LookupCount; }
188 /// to completely disable LookupCount in a non-DUMP build to save space.
189 CounterType LookupCount = 0;
    [all...]
  /external/fonttools/Lib/fontTools/feaLib/
builder.py 135 table.LookupList.LookupCount > 0):
572 frec.Feature.LookupCount = len(lookup_indices)
614 table.LookupList.LookupCount = len(table.LookupList.Lookup)
    [all...]
  /external/fonttools/Lib/fontTools/subset/
__init__.py     [all...]
  /external/fonttools/Lib/fontTools/mtiLib/
__init__.py 174 feature.LookupCount = len(feature.LookupListIndex)
909 self.LookupList.LookupCount = len(self.LookupList.Lookup)
    [all...]

Completed in 499 milliseconds