OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stemhint
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/freetype/src/cff/
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
...]
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
...]
cf2blues.c
447
* Check whether `
stemHint
' is captured by one of the blue zones.
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
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
...]
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
...]
cf2blues.c
447
* Check whether `
stemHint
' is captured by one of the blue zones.
/external/freetype/src/cff/
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
...]
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
...]
cf2blues.c
448
* Check whether `
stemHint
' is captured by one of the blue zones.
Completed in 1380 milliseconds