Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c99 const CF2_StemHintRec* stemHint; in cf2_hint_init() local
104 stemHint = (const CF2_StemHintRec*)cf2_arrstack_getPointer( in cf2_hint_init()
108 width = SUB_INT32( stemHint->max, stemHint->min ); in cf2_hint_init()
116 hint->csCoord = stemHint->max; in cf2_hint_init()
131 hint->csCoord = stemHint->min; in cf2_hint_init()
158 hint->csCoord = stemHint->max; in cf2_hint_init()
163 hint->csCoord = stemHint->min; in cf2_hint_init()
174 hint->csCoord = stemHint->min; in cf2_hint_init()
179 hint->csCoord = stemHint->max; in cf2_hint_init()
195 if ( hint->flags != 0 && stemHint->used ) in cf2_hint_init()
[all …]