HomeSort by relevance Sort by last modified time
    Searched full:max_masks (Results 1 - 6 of 6) 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 )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 87 milliseconds