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

  /external/chromium_org/third_party/freetype/include/freetype/internal/
psaux.h 42 typedef struct PS_TableRec_* PS_Table;
52 /* A set of function pointers to manage PS_Table objects. */
66 (*init)( PS_Table table,
71 (*done)( PS_Table table );
74 (*add)( PS_Table table,
80 (*release)( PS_Table table );
91 /* A PS_Table is a simple object used to store an array of objects in */
    [all...]
  /external/freetype/include/internal/
psaux.h 42 typedef struct PS_TableRec_* PS_Table;
52 /* A set of function pointers to manage PS_Table objects. */
66 (*init)( PS_Table table,
71 (*done)( PS_Table table );
74 (*add)( PS_Table table,
80 (*release)( PS_Table table );
91 /* A PS_Table is a simple object used to store an array of objects in */
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
psaux.h 42 typedef struct PS_TableRec_* PS_Table;
52 /* A set of function pointers to manage PS_Table objects. */
66 (*init)( PS_Table table,
71 (*done)( PS_Table table );
74 (*add)( PS_Table table,
80 (*release)( PS_Table table );
91 /* A PS_Table is a simple object used to store an array of objects in */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
psaux.h 42 typedef struct PS_TableRec_* PS_Table;
52 /* A set of function pointers to manage PS_Table objects. */
66 (*init)( PS_Table table,
71 (*done)( PS_Table table );
74 (*add)( PS_Table table,
80 (*release)( PS_Table table );
91 /* A PS_Table is a simple object used to store an array of objects in */
    [all...]

Completed in 485 milliseconds