HomeSort by: relevance | last modified time | path
    Searched refs:num_hints (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/pshinter/
pshrec.h 85 FT_UInt num_hints; member in struct:PS_Hint_TableRec_
pshrec.c 53 table->num_hints = 0;
90 count = table->num_hints;
105 table->num_hints = count;
556 dimension->hints.num_hints = 0;
680 FT_UInt max = dim->hints.num_hints;
1002 FT_UInt count1 = dim[0].hints.num_hints;
1003 FT_UInt count2 = dim[1].hints.num_hints;
1047 FT_UInt count1 = dim[0].hints.num_hints;
1048 FT_UInt count2 = dim[1].hints.num_hints;
pshalgo.c 71 table->num_hints = 0;
117 FT_UInt count = table->num_hints;
134 if ( table->num_hints < table->max_hints )
135 table->sort_global[table->num_hints++] = hint;
182 count = hints->num_hints;
192 table->num_hints = 0;
225 if ( table->num_hints != table->max_hints )
303 table->num_hints = count;
1418 FT_UInt num_hints = table->num_hints; local
    [all...]
pshalgo.h 80 FT_UInt num_hints; member in struct:PSH_Hint_TableRec_
  /xsrc/external/mit/xedit/dist/
xedit.c 617 hints->cur_hint = rand() % hints->num_hints;
646 hints->num_hints = 1;
653 sizeof(char*) * (hints->num_hints + 1));
654 hints->hints[hints->num_hints++] = p;
660 for (i = 0; i < hints->num_hints; i++) {
xedit.h 63 unsigned num_hints; member in struct:_xedit_hints
  /xsrc/external/mit/freetype/dist/src/psaux/
cffdecode.c 519 decoder->num_hints = 0;
980 decoder->num_hints += num_args / 2;
1001 decoder->num_hints += num_args / 2;
1007 /* `num_hints' bits. */
1009 if ( ( ip + ( ( decoder->num_hints + 7 ) >> 3 ) ) >= limit )
1017 (FT_UInt)decoder->num_hints,
1021 (FT_UInt)decoder->num_hints,
1033 maskbyte < (FT_UInt)( ( decoder->num_hints + 7 ) >> 3 );
1040 ip += ( decoder->num_hints + 7 ) >> 3;
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
psaux.h 650 FT_Int num_hints; member in struct:PS_Decoder_
1186 FT_Int num_hints; member in struct:CFF_Decoder_

Completed in 25 milliseconds