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

  /external/freetype/include/freetype/internal/
pshints.h 366 * T2_Hints
391 typedef struct T2_HintsRec_* T2_Hints;
401 * a given @T2_Hints object.
413 * A method of the @T2_Hints class used to prepare it for a new Type 2
426 (*T2_Hints_OpenFunc)( T2_Hints hints );
435 * A method of the @T2_Hints class used to set the table of stems in
466 (*T2_Hints_StemsFunc)( T2_Hints hints,
478 * A method of the @T2_Hints class used to set a given hintmask (this
508 (*T2_Hints_MaskFunc)( T2_Hints hints,
520 * A method of the @T2_Hints class used to set a given counter mas
    [all...]
  /external/freetype/src/pshinter/
pshmod.c 66 module->t2_funcs.hints = (T2_Hints)ph;
pshrec.c 1167 t2_hints_open( T2_Hints hints )
1174 t2_hints_stems( T2_Hints hints,

Completed in 256 milliseconds