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

  /external/freetype/src/pshinter/
pshrec.h 86 FT_UInt num_hints; member in struct:PS_Hint_TableRec_
pshrec.c 54 table->num_hints = 0;
91 count = table->num_hints;
106 table->num_hints = count;
557 dimension->hints.num_hints = 0;
681 FT_UInt max = dim->hints.num_hints;
1003 FT_UInt count1 = dim[0].hints.num_hints;
1004 FT_UInt count2 = dim[1].hints.num_hints;
1048 FT_UInt count1 = dim[0].hints.num_hints;
1049 FT_UInt count2 = dim[1].hints.num_hints;
pshalgo.c 72 table->num_hints = 0;
118 FT_UInt count = table->num_hints;
135 if ( table->num_hints < table->max_hints )
136 table->sort_global[table->num_hints++] = hint;
183 count = hints->num_hints;
193 table->num_hints = 0;
226 if ( table->num_hints != table->max_hints )
304 table->num_hints = count;
1419 FT_UInt num_hints = table->num_hints; local
    [all...]
pshalgo.h 80 FT_UInt num_hints; member in struct:PSH_Hint_TableRec_
  /external/freetype/src/psaux/
cffdecode.c 520 decoder->num_hints = 0;
969 decoder->num_hints += num_args / 2;
989 decoder->num_hints += num_args / 2;
995 /* `num_hints' bits. */
997 if ( ( ip + ( ( decoder->num_hints + 7 ) >> 3 ) ) >= limit )
1005 (FT_UInt)decoder->num_hints,
1009 (FT_UInt)decoder->num_hints,
1021 maskbyte < (FT_UInt)( ( decoder->num_hints + 7 ) >> 3 );
1028 ip += ( decoder->num_hints + 7 ) >> 3;
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 656 FT_Int num_hints; member in struct:PS_Decoder_
1195 FT_Int num_hints; member in struct:CFF_Decoder_
    [all...]

Completed in 266 milliseconds