HomeSort by relevance Sort by last modified time
    Searched full:first_glyph (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/sfnt/
ttsbit.c 354 if ( range->last_glyph < range->first_glyph )
360 num_glyphs = range->last_glyph - range->first_glyph + 1L;
557 range->first_glyph = FT_GET_USHORT();
731 if ( glyph_index >= (FT_UInt)range->first_glyph &&
734 FT_UShort delta = (FT_UShort)( glyph_index - range->first_glyph );
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 562 /* first_glyph :: The first glyph index in the range. */
591 FT_UShort first_glyph; member in struct:TT_SBit_RangeRec_
    [all...]

Completed in 90 milliseconds