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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshrec.h 112 FT_UInt max_masks; member in struct:PS_Mask_TableRec_
pshrec.c 218 FT_UInt count = table->max_masks;
227 table->max_masks = 0;
237 FT_UInt old_max = table->max_masks;
246 table->max_masks = new_max;
266 if ( count > table->max_masks )
  /external/freetype/src/pshinter/
pshrec.h 112 FT_UInt max_masks; member in struct:PS_Mask_TableRec_
pshrec.c 218 FT_UInt count = table->max_masks;
227 table->max_masks = 0;
237 FT_UInt old_max = table->max_masks;
246 table->max_masks = new_max;
266 if ( count > table->max_masks )

Completed in 126 milliseconds