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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshrec.h 91 FT_UInt max_hints; member in struct:PS_Hint_TableRec_
pshalgo.c 75 table->max_hints = 0;
84 FT_UInt count = table->max_hints;
104 if ( idx >= table->max_hints )
137 if ( table->num_hints < table->max_hints )
193 table->max_hints = count;
228 if ( table->num_hints != table->max_hints )
235 count = table->max_hints;
295 if ( count < table->max_hints )
407 for ( count = 0; count < table->max_hints; count++ )
878 count = table->max_hints;
    [all...]
pshalgo.h 81 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 )
  /external/freetype/src/pshinter/
pshrec.h 91 FT_UInt max_hints; member in struct:PS_Hint_TableRec_
pshalgo.c 75 table->max_hints = 0;
84 FT_UInt count = table->max_hints;
104 if ( idx >= table->max_hints )
137 if ( table->num_hints < table->max_hints )
193 table->max_hints = count;
228 if ( table->num_hints != table->max_hints )
235 count = table->max_hints;
295 if ( count < table->max_hints )
407 for ( count = 0; count < table->max_hints; count++ )
878 count = table->max_hints;
    [all...]
pshalgo.h 81 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 )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshrec.h 91 FT_UInt max_hints; member in struct:PS_Hint_TableRec_
pshalgo.c 75 table->max_hints = 0;
84 FT_UInt count = table->max_hints;
104 if ( idx >= table->max_hints )
137 if ( table->num_hints < table->max_hints )
193 table->max_hints = count;
228 if ( table->num_hints != table->max_hints )
235 count = table->max_hints;
295 if ( count < table->max_hints )
407 for ( count = 0; count < table->max_hints; count++ )
878 count = table->max_hints;
    [all...]
pshalgo.h 81 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 95 milliseconds