Home
last modified time | relevance | path

Searched refs:standard_width (Results 1 – 24 of 24) sorted by relevance

/external/freetype/src/autofit/
Dafindic.c101 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_indic_get_standard_widths()
104 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_indic_get_standard_widths()
Dafloader.h81 FT_Pos standard_width );
Dafcjk.h81 FT_Pos standard_width; /* the default stem thickness */ member
Daflatin.h96 FT_Pos standard_width; /* the default stem thickness */ member
Dafloader.c551 FT_Pos standard_width ) in af_loader_compute_darkening() argument
583 if ( standard_width <= 0 ) in af_loader_compute_darkening()
590 stem_width = af_intToFixed( standard_width ); in af_loader_compute_darkening()
Daflatin2.c164 axis->standard_width = stdw; in af_latin2_metrics_init_widths()
632 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 ); in af_latin2_metrics_scale_dim()
710 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_latin2_get_standard_widths()
713 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_latin2_get_standard_widths()
1119 segment_length_threshold = ( laxis->standard_width * 10 ) >> 4; in af_latin2_hints_compute_edges()
1169 if ( dist >= laxis->standard_width >> 1 ) in af_latin2_hints_compute_edges()
Dafcjk.c247 axis->standard_width = stdw; in af_cjk_metrics_init_widths()
259 FT_TRACE5(( " %d (standard)", axis->standard_width )); in af_cjk_metrics_init_widths()
761 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_cjk_get_standard_widths()
764 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_cjk_get_standard_widths()
Daflatin.c240 axis->standard_width = stdw; in af_latin_metrics_init_widths()
252 FT_TRACE5(( " %d (standard)", axis->standard_width )); in af_latin_metrics_init_widths()
1286 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 ); in af_latin_metrics_scale_dim()
1459 *stdHW = metrics->axis[AF_DIMENSION_VERT].standard_width; in af_latin_get_standard_widths()
1462 *stdVW = metrics->axis[AF_DIMENSION_HORZ].standard_width; in af_latin_get_standard_widths()
/external/freetype/src/cff/
Dcfftoken.h90 CFF_FIELD_NUM ( 10, standard_width, "StdHW" )
139 CFF_FIELD_NUM ( 10, standard_width, "StdHW" )
Dcfftypes.h254 FT_Pos standard_width; member
Dcffobjs.c139 priv->standard_width[0] = (FT_UShort)cpriv->standard_width; in cff_make_private_dict()
Dcf2ft.c499 decoder->current_subfont->private_dict.standard_width ); in cf2_getStdHW()
/external/pdfium/third_party/freetype/src/cff/
Dcfftoken.h82 CFF_FIELD_NUM ( 10, standard_width, "StdHW" )
Dcfftypes.h166 FT_Pos standard_width; member
Dcffobjs.c139 priv->standard_width[0] = (FT_UShort)cpriv->standard_width; in cff_make_private_dict()
Dcf2ft.c457 decoder->current_subfont->private_dict.standard_width ); in cf2_getStdHW()
/external/pdfium/third_party/freetype/src/cid/
Dcidtoken.h94 T1_FIELD_NUM_TABLE2( "StdHW", standard_width, 1, 0 )
/external/pdfium/third_party/freetype/src/type1/
Dt1tokens.h83 T1_FIELD_NUM_TABLE2( "StdHW", standard_width, 1,
Dt1driver.c344 retval = sizeof ( type1->private_dict.standard_width[0] ); in t1_ps_get_font_value()
346 *((FT_UShort *)value) = type1->private_dict.standard_width[0]; in t1_ps_get_font_value()
/external/pdfium/third_party/freetype/include/freetype/
Dt1tables.h158 FT_UShort standard_width[1]; member
/external/freetype/include/freetype/
Dt1tables.h158 FT_UShort standard_width[1]; member
/external/pdfium/third_party/freetype/src/pshinter/
Dpshglob.c667 write->org = priv->standard_width[0]; in psh_globals_new()
/external/freetype/src/pshinter/
Dpshglob.c667 write->org = priv->standard_width[0]; in psh_globals_new()
/external/libpng/contrib/libtests/
Dpngvalid.c3826 standard_width(png_const_structp pp, png_uint_32 id) in standard_width() function
3851 png_uint_32 width = standard_width(pp, id); in standard_rowsize()
5195 if (dp->w != standard_width(pp, dp->id)) in standard_info_part1()
5476 const png_uint_32 width = standard_width(pp, dp->id); in sequential_row()