OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stemhint
(Results
1 - 2
of
2
) sorted by null
/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
948
CF2_StemHint
stemhint
= (CF2_StemHint)
local
[
all
...]
Completed in 120 milliseconds