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

/external/freetype/src/pshinter/
H A Dpshrec.h86 FT_UInt num_hints; member in struct:PS_Hint_TableRec_
H A Dpshrec.c54 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;
H A Dpshalgo.c72 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;
1513 FT_UInt num_hints = table->num_hints; local
[all...]
H A Dpshalgo.h80 FT_UInt num_hints; member in struct:PSH_Hint_TableRec_
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshrec.h90 FT_UInt num_hints; member in struct:PS_Hint_TableRec_
H A Dpshrec.c54 table->num_hints = 0;
91 count = table->num_hints;
106 table->num_hints = count;
549 dimension->hints.num_hints = 0;
673 FT_UInt max = dim->hints.num_hints;
1007 FT_UInt count1 = dim[0].hints.num_hints;
1008 FT_UInt count2 = dim[1].hints.num_hints;
1052 FT_UInt count1 = dim[0].hints.num_hints;
1053 FT_UInt count2 = dim[1].hints.num_hints;
H A Dpshalgo.c74 table->num_hints = 0;
120 FT_UInt count = table->num_hints;
137 if ( table->num_hints < table->max_hints )
138 table->sort_global[table->num_hints++] = hint;
185 count = hints->num_hints;
195 table->num_hints = 0;
228 if ( table->num_hints != table->max_hints )
306 table->num_hints = count;
1522 FT_UInt num_hints = table->num_hints; local
[all...]
H A Dpshalgo.h82 FT_UInt num_hints; member in struct:PSH_Hint_TableRec_
/external/freetype/src/cff/
H A Dcffgload.h180 FT_Int num_hints; member in struct:CFF_Decoder_
H A Dcffgload.c921 decoder->num_hints = 0;
1341 decoder->num_hints += num_args / 2;
1361 decoder->num_hints += num_args / 2;
1367 /* `num_hints' bits. */
1369 if ( ( ip + ( ( decoder->num_hints + 7 ) >> 3 ) ) >= limit )
1377 (FT_UInt)decoder->num_hints,
1381 (FT_UInt)decoder->num_hints,
1393 maskbyte < (FT_UInt)( ( decoder->num_hints + 7 ) >> 3 );
1400 ip += ( decoder->num_hints + 7 ) >> 3;
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.h175 FT_Int num_hints; member in struct:CFF_Decoder_
H A Dcffgload.c921 decoder->num_hints = 0;
1341 decoder->num_hints += num_args / 2;
1361 decoder->num_hints += num_args / 2;
1367 /* `num_hints' bits. */
1369 if ( ( ip + ( ( decoder->num_hints + 7 ) >> 3 ) ) >= limit )
1377 decoder->num_hints,
1381 decoder->num_hints,
1393 maskbyte < (FT_UInt)( ( decoder->num_hints + 7 ) >> 3 );
1400 ip += ( decoder->num_hints + 7 ) >> 3;

Completed in 4666 milliseconds