HomeSort by relevance Sort by last modified time
    Searched refs:ComponentCount (Results 1 - 15 of 15) 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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
d3d11.idl 443 BYTE ComponentCount;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
d3d11.idl 443 BYTE ComponentCount;
    [all...]

Completed in 413 milliseconds