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 311 dimension == AF_DIMENSION_HORZ ? "vertical"
325 dimension == AF_DIMENSION_HORZ
359 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
392 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
400 *offset = ( dim == AF_DIMENSION_HORZ ) ? seg->first->ox
440 * note: AF_DIMENSION_HORZ corresponds to _vertical_ edges
444 dimension == AF_DIMENSION_HORZ ? "vertical"
680 hints->axis[AF_DIMENSION_HORZ].major_dir = AF_DIR_UP;
685 hints->axis[AF_DIMENSION_HORZ].major_dir = AF_DIR_DOWN;
1040 if ( dim == AF_DIMENSION_HORZ )
    [all...]
afcjk.c 85 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
295 axis = &metrics->axis[AF_DIMENSION_HORZ];
594 if ( dim == AF_DIMENSION_HORZ )
665 ( dim == AF_DIMENSION_HORZ ) ? 'H' : 'V',
686 af_cjk_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
761 dist_threshold = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
926 scale = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
    [all...]
aflatin2.c 68 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
526 if ( dim == AF_DIMENSION_HORZ )
603 if ( dim == AF_DIMENSION_HORZ )
691 af_latin2_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
730 if ( dim == AF_DIMENSION_HORZ )
1080 scale = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
1083 up_dir = ( dim == AF_DIMENSION_HORZ ) ? AF_DIR_UP
1095 if ( dim == AF_DIMENSION_HORZ )
    [all...]
aflatin.c 72 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
898 if ( dim == AF_DIMENSION_HORZ )
961 if ( dim == AF_DIMENSION_HORZ )
990 if ( dim == AF_DIMENSION_HORZ )
1002 dim == AF_DIMENSION_HORZ ? "horizontal" : "vertical",
    [all...]
afhints.h 35 AF_DIMENSION_HORZ = 0, /* x coordinates, */
afloader.c 164 AF_AxisHints axis = &hints->axis[AF_DIMENSION_HORZ];

Completed in 38 milliseconds