Home | History | Annotate | Download | only in cff

Lines Matching refs:num_hints

902     decoder->num_hints  = 0;
1319 decoder->num_hints += num_args / 2;
1339 decoder->num_hints += num_args / 2;
1345 /* `num_hints' bits. */
1347 if ( ( ip + ( ( decoder->num_hints + 7 ) >> 3 ) ) >= limit )
1355 decoder->num_hints,
1359 decoder->num_hints,
1371 maskbyte < (FT_UInt)( ( decoder->num_hints + 7 ) >> 3 );
1378 ip += ( decoder->num_hints + 7 ) >> 3;