Searched refs:stemhint (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2intrp.c305 CF2_StemHintRec stemhint; local
308 stemhint.min =
310 stemhint.max =
313 stemhint.used = FALSE;
314 stemhint.maxDS =
315 stemhint.minDS = 0;
317 cf2_arrstack_push( stemHintArray, &stemhint ); /* defer error check */
H A Dcf2hints.c948 CF2_StemHint stemhint = (CF2_StemHint) local
954 stemhint->maxDS = hintmap->edge[i].dsCoord;
956 stemhint->minDS = hintmap->edge[i].dsCoord;
958 stemhint->used = TRUE;
/external/freetype/src/cff/
H A Dcf2intrp.c305 CF2_StemHintRec stemhint; local
308 stemhint.min =
310 stemhint.max =
313 stemhint.used = FALSE;
314 stemhint.maxDS =
315 stemhint.minDS = 0;
317 cf2_arrstack_push( stemHintArray, &stemhint ); /* defer error check */
H A Dcf2hints.c948 CF2_StemHint stemhint = (CF2_StemHint) local
954 stemhint->maxDS = hintmap->edge[i].dsCoord;
956 stemhint->minDS = hintmap->edge[i].dsCoord;
958 stemhint->used = TRUE;

Completed in 180 milliseconds