Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsintrp.c309 CF2_StemHintRec stemhint; in cf2_doStems() local
312 stemhint.min = in cf2_doStems()
315 stemhint.max = in cf2_doStems()
319 stemhint.used = FALSE; in cf2_doStems()
320 stemhint.maxDS = in cf2_doStems()
321 stemhint.minDS = 0; in cf2_doStems()
323 cf2_arrstack_push( stemHintArray, &stemhint ); /* defer error check */ in cf2_doStems()
Dpshints.c1059 CF2_StemHint stemhint = (CF2_StemHint) in cf2_hintmap_build() local
1065 stemhint->maxDS = hintmap->edge[i].dsCoord; in cf2_hintmap_build()
1067 stemhint->minDS = hintmap->edge[i].dsCoord; in cf2_hintmap_build()
1069 stemhint->used = TRUE; in cf2_hintmap_build()