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

  /external/freetype/src/autofit/
afhints.c 255 dimension == AF_DIMENSION_HORZ ? "vertical" : "horizontal" );
263 dimension == AF_DIMENSION_HORZ ? (int)seg->first->ox / 64.0
294 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
325 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
333 *offset = (dim == AF_DIMENSION_HORZ) ? seg->first->ox
363 * note: AF_DIMENSION_HORZ corresponds to _vertical_ edges
367 dimension == AF_DIMENSION_HORZ ? "vertical" : "horizontal" );
629 hints->axis[AF_DIMENSION_HORZ].major_dir = AF_DIR_UP;
634 hints->axis[AF_DIMENSION_HORZ].major_dir = AF_DIR_DOWN;
823 if ( dim == AF_DIMENSION_HORZ )
    [all...]
afcjk.c 79 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
449 axis = &metrics->axis[AF_DIMENSION_HORZ];
583 if ( dim == AF_DIMENSION_HORZ )
651 ( dim == AF_DIMENSION_HORZ ) ? 'H' : 'V',
668 af_cjk_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
740 dist_threshold = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
909 scale = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
    [all...]
aflatin.c 65 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
533 if ( dim == AF_DIMENSION_HORZ )
579 if ( dim == AF_DIMENSION_HORZ )
595 if ( dim == AF_DIMENSION_HORZ )
709 af_latin_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
749 if ( dim == AF_DIMENSION_HORZ )
1061 scale = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
1065 up_dir = ( dim == AF_DIMENSION_HORZ ) ? AF_DIR_UP
1074 if ( dim == AF_DIMENSION_HORZ )
    [all...]
aflatin2.c 68 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
516 if ( dim == AF_DIMENSION_HORZ )
575 if ( dim == AF_DIMENSION_HORZ )
662 af_latin2_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
701 if ( dim == AF_DIMENSION_HORZ )
1055 scale = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
1058 up_dir = ( dim == AF_DIMENSION_HORZ ) ? AF_DIR_UP
1070 if ( dim == AF_DIMENSION_HORZ )
    [all...]
afhints.h 35 AF_DIMENSION_HORZ = 0, /* x coordinates, */
afloader.c 188 AF_AxisHints axis = &hints->axis[AF_DIMENSION_HORZ];

Completed in 161 milliseconds