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

  /external/harfbuzz/src/
harfbuzz-open.h 99 HB_UShort* LookupListIndex; /* array of LookupList indices */
harfbuzz-open.c 322 f->LookupListIndex = NULL;
324 if ( ALLOC_ARRAY( f->LookupListIndex, count, HB_UShort ) )
327 lli = f->LookupListIndex;
331 FREE( f->LookupListIndex );
346 FREE( f->LookupListIndex );
harfbuzz-gsub-private.h 164 HB_UShort LookupListIndex; /* Lookup to apply to that pos. */
harfbuzz-gpos-private.h 430 HB_UShort LookupListIndex; /* Lookup to apply to that pos. */
harfbuzz-gsub.c 1098 error = GSUB_Do_Glyph_Lookup( gsub, subst->LookupListIndex, buffer,
1183 slr[n].LookupListIndex = GET_UShort();
1433 slr[n].LookupListIndex = GET_UShort();
    [all...]
harfbuzz-dump.c 150 DUMP1("<LookupIndex>%d</LookupIndex>\n", Feature->LookupListIndex[i]);
259 DUMP_FUINT (SubstLookupRecord, LookupListIndex);
harfbuzz-gpos.c     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.h 99 HB_UShort* LookupListIndex; /* array of LookupList indices */
harfbuzz-open.c 322 f->LookupListIndex = NULL;
324 if ( ALLOC_ARRAY( f->LookupListIndex, count, HB_UShort ) )
327 lli = f->LookupListIndex;
331 FREE( f->LookupListIndex );
346 FREE( f->LookupListIndex );
harfbuzz-gsub-private.h 164 HB_UShort LookupListIndex; /* Lookup to apply to that pos. */
harfbuzz-gpos-private.h 430 HB_UShort LookupListIndex; /* Lookup to apply to that pos. */
harfbuzz-gsub.c 1098 error = GSUB_Do_Glyph_Lookup( gsub, subst->LookupListIndex, buffer,
1183 slr[n].LookupListIndex = GET_UShort();
1433 slr[n].LookupListIndex = GET_UShort();
    [all...]
harfbuzz-gpos.c     [all...]

Completed in 134 milliseconds