HomeSort by relevance Sort by last modified time
    Searched refs:stemhint (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/freetype/src/cff/
cf2intrp.c 305 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 */
    [all...]
cf2hints.c 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
948 CF2_StemHint stemhint = (CF2_StemHint) local
    [all...]
  /external/freetype/src/cff/
cf2intrp.c 305 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 */
    [all...]
cf2hints.c 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
979 CF2_StemHint stemhint = (CF2_StemHint) local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2intrp.c 305 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 */
    [all...]
cf2hints.c 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
962 CF2_StemHint stemhint = (CF2_StemHint) local
    [all...]

Completed in 2210 milliseconds