Home
last modified time | relevance | path

Searched refs:hint_type (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/pshinter/
Dpshrec.c812 PS_Hint_Type hint_type ) in ps_hints_open() argument
814 switch ( hint_type ) in ps_hints_open()
819 hints->hint_type = hint_type; in ps_hints_open()
827 hints->hint_type = hint_type; in ps_hints_open()
853 switch ( hints->hint_type ) in ps_hints_stem()
884 hints->hint_type )); in ps_hints_stem()
919 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1stem3()
967 if ( hints->hint_type == PS_HINT_TYPE_1 ) in ps_hints_t1reset()
Dpshrec.h136 PS_Hint_Type hint_type; member