Searched refs:stemhint (Results 1 – 2 of 2) sorted by relevance
309 CF2_StemHintRec stemhint; in cf2_doStems() local312 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()
1056 CF2_StemHint stemhint = (CF2_StemHint) in cf2_hintmap_build() local1062 stemhint->maxDS = hintmap->edge[i].dsCoord; in cf2_hintmap_build()1064 stemhint->minDS = hintmap->edge[i].dsCoord; in cf2_hintmap_build()1066 stemhint->used = TRUE; in cf2_hintmap_build()