Home | History | Annotate | Download | only in cff

Lines Matching refs:stemhint

83    * Construct from a StemHint; this is used as a parameter to
99 const CF2_StemHintRec* stemHint;
104 stemHint = (const CF2_StemHintRec*)cf2_arrstack_getPointer(
108 width = stemHint->max - stemHint->min;
116 hint->csCoord = stemHint->max;
131 hint->csCoord = stemHint->min;
158 hint->csCoord = stemHint->max;
163 hint->csCoord = stemHint->min;
174 hint->csCoord = stemHint->min;
179 hint->csCoord = stemHint->max;
195 if ( hint->flags != 0 && stemHint->used )
198 hint->dsCoord = stemHint->maxDS;
200 hint->dsCoord = stemHint->minDS;
824 /* expand StemHint into two `CF2_Hint' elements */
979 CF2_StemHint stemhint = (CF2_StemHint)
985 stemhint->maxDS = hintmap->edge[i].dsCoord;
987 stemhint->minDS = hintmap->edge[i].dsCoord;
989 stemhint->used = TRUE;