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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshrec.h 90 FT_UInt num_hints; member in struct:PS_Hint_TableRec_
pshrec.c 54 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;
1008 FT_UInt count1 = dim[0].hints.num_hints;
1009 FT_UInt count2 = dim[1].hints.num_hints;
1053 FT_UInt count1 = dim[0].hints.num_hints;
1054 FT_UInt count2 = dim[1].hints.num_hints;
pshalgo.c 74 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;
1523 FT_UInt num_hints = table->num_hints; local
    [all...]
pshalgo.h 82 FT_UInt num_hints; member in struct:PSH_Hint_TableRec_
  /external/freetype/src/pshinter/
pshrec.h 90 FT_UInt num_hints; member in struct:PS_Hint_TableRec_
pshrec.c 54 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;
1008 FT_UInt count1 = dim[0].hints.num_hints;
1009 FT_UInt count2 = dim[1].hints.num_hints;
1053 FT_UInt count1 = dim[0].hints.num_hints;
1054 FT_UInt count2 = dim[1].hints.num_hints;
pshalgo.c 74 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...]
pshalgo.h 82 FT_UInt num_hints; member in struct:PSH_Hint_TableRec_
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.h 175 FT_Int num_hints; member in struct:CFF_Decoder_
cffgload.c 925 decoder->num_hints = 0;
    [all...]
  /external/freetype/src/cff/
cffgload.h 175 FT_Int num_hints; member in struct:CFF_Decoder_
cffgload.c 921 decoder->num_hints = 0;
    [all...]

Completed in 364 milliseconds