OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AF_DIMENSION_HORZ
(Results
1 - 7
of
7
) sorted by null
/external/freetype/src/autofit/
afindic.c
104
*stdVW = metrics->axis[
AF_DIMENSION_HORZ
].standard_width;
afcjk.c
85
metrics->axis[
AF_DIMENSION_HORZ
].width_count = 0;
320
axis = &metrics->axis[
AF_DIMENSION_HORZ
];
655
if ( dim ==
AF_DIMENSION_HORZ
)
726
( dim ==
AF_DIMENSION_HORZ
) ? 'H' : 'V',
747
af_cjk_metrics_scale_dim( metrics, scaler,
AF_DIMENSION_HORZ
);
764
*stdVW = metrics->axis[
AF_DIMENSION_HORZ
].standard_width;
838
dist_threshold = ( dim ==
AF_DIMENSION_HORZ
) ? hints->x_scale
1000
scale = ( dim ==
AF_DIMENSION_HORZ
) ? hints->x_scale
[
all
...]
afhints.c
420
dimension ==
AF_DIMENSION_HORZ
? "vertical"
469
dim = ( dimension == 0 ) ?
AF_DIMENSION_HORZ
: AF_DIMENSION_VERT;
502
dim = ( dimension == 0 ) ?
AF_DIMENSION_HORZ
: AF_DIMENSION_VERT;
510
*offset = ( dim ==
AF_DIMENSION_HORZ
) ? seg->first->ox
552
* note:
AF_DIMENSION_HORZ
corresponds to _vertical_ edges
555
if ( dimension ==
AF_DIMENSION_HORZ
)
801
hints->axis[
AF_DIMENSION_HORZ
].major_dir = AF_DIR_UP;
806
hints->axis[
AF_DIMENSION_HORZ
].major_dir = AF_DIR_DOWN;
[
all
...]
aflatin2.c
73
metrics->axis[
AF_DIMENSION_HORZ
].width_count = 0;
531
if ( dim ==
AF_DIMENSION_HORZ
)
608
if ( dim ==
AF_DIMENSION_HORZ
)
696
af_latin2_metrics_scale_dim( metrics, scaler,
AF_DIMENSION_HORZ
);
713
*stdVW = metrics->axis[
AF_DIMENSION_HORZ
].standard_width;
751
if ( dim ==
AF_DIMENSION_HORZ
)
1101
scale = ( dim ==
AF_DIMENSION_HORZ
) ? hints->x_scale
1104
up_dir = ( dim ==
AF_DIMENSION_HORZ
) ? AF_DIR_UP
1116
if ( dim ==
AF_DIMENSION_HORZ
)
[
all
...]
aflatin.c
76
metrics->axis[
AF_DIMENSION_HORZ
].width_count = 0;
[
all
...]
afhints.h
35
AF_DIMENSION_HORZ
= 0, /* x coordinates, */
afloader.c
393
AF_AxisHints axis = &hints->axis[
AF_DIMENSION_HORZ
];
Completed in 65 milliseconds