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

  /external/freetype/src/pshinter/
pshrec.h 91 FT_UInt max_hints; member in struct:PS_Hint_TableRec_
pshalgo.c 76 table->max_hints = 0;
85 FT_UInt count = table->max_hints;
105 if ( idx >= table->max_hints )
138 if ( table->num_hints < table->max_hints )
194 table->max_hints = count;
229 if ( table->num_hints != table->max_hints )
236 count = table->max_hints;
296 if ( count < table->max_hints )
409 for ( count = 0; count < table->max_hints; count++ )
879 count = table->max_hints;
    [all...]
pshalgo.h 82 FT_UInt max_hints; member in struct:PSH_Hint_TableRec_
pshrec.c 55 table->max_hints = 0;
65 FT_UInt old_max = table->max_hints;
75 table->max_hints = new_max;
94 if ( count >= table->max_hints )

Completed in 94 milliseconds