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

  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 266 dimension == AF_DIMENSION_HORZ ? "vertical"
280 dimension == AF_DIMENSION_HORZ
314 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
345 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
353 *offset = ( dim == AF_DIMENSION_HORZ ) ? seg->first->ox
383 * note: AF_DIMENSION_HORZ corresponds to _vertical_ edges
387 dimension == AF_DIMENSION_HORZ ? "vertical"
651 hints->axis[AF_DIMENSION_HORZ].major_dir = AF_DIR_UP;
656 hints->axis[AF_DIMENSION_HORZ].major_dir = AF_DIR_DOWN;
845 if ( dim == AF_DIMENSION_HORZ )
    [all...]
afcjk.c 78 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
452 axis = &metrics->axis[AF_DIMENSION_HORZ];
587 if ( dim == AF_DIMENSION_HORZ )
655 ( dim == AF_DIMENSION_HORZ ) ? 'H' : 'V',
672 af_cjk_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
744 dist_threshold = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
913 scale = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
    [all...]
aflatin.c 68 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
582 if ( dim == AF_DIMENSION_HORZ )
645 if ( dim == AF_DIMENSION_HORZ )
661 if ( dim == AF_DIMENSION_HORZ )
776 af_latin_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
816 if ( dim == AF_DIMENSION_HORZ )
    [all...]
aflatin2.c 68 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
525 if ( dim == AF_DIMENSION_HORZ )
602 if ( dim == AF_DIMENSION_HORZ )
690 af_latin2_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
729 if ( dim == AF_DIMENSION_HORZ )
1084 scale = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
1087 up_dir = ( dim == AF_DIMENSION_HORZ ) ? AF_DIR_UP
1099 if ( dim == AF_DIMENSION_HORZ )
    [all...]
afhints.h 35 AF_DIMENSION_HORZ = 0, /* x coordinates, */
afloader.c 194 AF_AxisHints axis = &hints->axis[AF_DIMENSION_HORZ];
  /external/freetype/src/autofit/
afhints.c 279 dimension == AF_DIMENSION_HORZ ? "vertical"
293 dimension == AF_DIMENSION_HORZ
327 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
360 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
368 *offset = ( dim == AF_DIMENSION_HORZ ) ? seg->first->ox
408 * note: AF_DIMENSION_HORZ corresponds to _vertical_ edges
412 dimension == AF_DIMENSION_HORZ ? "vertical"
617 hints->axis[AF_DIMENSION_HORZ].major_dir = AF_DIR_UP;
622 hints->axis[AF_DIMENSION_HORZ].major_dir = AF_DIR_DOWN;
982 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
930 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 )
1085 scale = ( dim == AF_DIMENSION_HORZ ) ? hints->x_scale
1088 up_dir = ( dim == AF_DIMENSION_HORZ ) ? AF_DIR_UP
1100 if ( dim == AF_DIMENSION_HORZ )
    [all...]
aflatin.c 72 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
897 if ( dim == AF_DIMENSION_HORZ )
960 if ( dim == AF_DIMENSION_HORZ )
989 if ( dim == AF_DIMENSION_HORZ )
1001 dim == AF_DIMENSION_HORZ ? "horizontal" : "vertical",
    [all...]
afhints.h 35 AF_DIMENSION_HORZ = 0, /* x coordinates, */
afloader.c 205 AF_AxisHints axis = &hints->axis[AF_DIMENSION_HORZ];

Completed in 608 milliseconds