Searched refs:num_hints (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshrec.h85 FT_UInt num_hints; member in struct:PS_Hint_TableRec_
H A Dpshrec.c53 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;
H A Dpshalgo.c71 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 in function:psh_hint_table_find_strong_points
[all...]
H A Dpshalgo.h80 FT_UInt num_hints; member in struct:PSH_Hint_TableRec_
/xsrc/external/mit/xedit/dist/
H A Dxedit.c617 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++) {
H A Dxedit.h63 unsigned num_hints; member in struct:_xedit_hints
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dcffdecode.c519 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/
H A Dpsaux.h650 FT_Int num_hints; member in struct:PS_Decoder_
1186 FT_Int num_hints; member in struct:CFF_Decoder_

Completed in 14 milliseconds