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

  /external/harfbuzz/src/
harfbuzz-gsub-private.h 132 HB_UShort ComponentCount; /* number of components in ligature */
harfbuzz-gpos-private.h 358 HB_UShort ComponentCount;
harfbuzz-dump.c 314 DUMP_FUINT (Ligature, ComponentCount);
316 for (i=0; i < Ligature->ComponentCount - 1; i++)
harfbuzz-gsub.c 737 l->ComponentCount = GET_UShort();
743 count = l->ComponentCount - 1; /* only ComponentCount - 1 elements */
981 if ( buffer->in_pos + lig->ComponentCount > buffer->in_length )
988 if ( context_length != 0xFFFF && context_length < lig->ComponentCount )
991 for ( i = 1, j = buffer->in_pos + 1; i < lig->ComponentCount; i++, j++ )
998 if ( j + lig->ComponentCount - i == (HB_Int)buffer->in_length )
1052 for ( i = 0; i < lig->ComponentCount - 1; i++ )
    [all...]
harfbuzz-gpos.c     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 132 HB_UShort ComponentCount; /* number of components in ligature */
harfbuzz-gpos-private.h 358 HB_UShort ComponentCount;
harfbuzz-gsub.c 737 l->ComponentCount = GET_UShort();
743 count = l->ComponentCount - 1; /* only ComponentCount - 1 elements */
981 if ( buffer->in_pos + lig->ComponentCount > buffer->in_length )
988 if ( context_length != 0xFFFF && context_length < lig->ComponentCount )
991 for ( i = 1, j = buffer->in_pos + 1; i < lig->ComponentCount; i++, j++ )
998 if ( j + lig->ComponentCount - i == (HB_Int)buffer->in_length )
1052 for ( i = 0; i < lig->ComponentCount - 1; i++ )
    [all...]
harfbuzz-gpos.c     [all...]

Completed in 62 milliseconds