Searched refs:standard_width (Results 1 – 21 of 21) sorted by relevance
/external/freetype/src/autofit/ |
D | afcjk.h | 81 FT_Pos standard_width; /* the default stem thickness */ member
|
D | aflatin.h | 90 FT_Pos standard_width; /* the default stem thickness */ member
|
D | aflatin2.c | 159 axis->standard_width = stdw; in af_latin2_metrics_init_widths() 627 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 ); in af_latin2_metrics_scale_dim() 1098 segment_length_threshold = ( laxis->standard_width * 10 ) >> 4; in af_latin2_hints_compute_edges() 1148 if ( dist >= laxis->standard_width >> 1 ) in af_latin2_hints_compute_edges()
|
D | aflatin.c | 226 axis->standard_width = stdw; in af_latin_metrics_init_widths() 238 FT_TRACE5(( " %d (standard)", axis->standard_width )); in af_latin_metrics_init_widths() 1024 (FT_Bool)( FT_MulFix( axis->standard_width, scale ) < 32 + 8 ); in af_latin_metrics_scale_dim()
|
D | afcjk.c | 226 axis->standard_width = stdw; in af_cjk_metrics_init_widths() 238 FT_TRACE5(( " %d (standard)", axis->standard_width )); in af_cjk_metrics_init_widths()
|
/external/freetype/src/cff/ |
D | cfftoken.h | 82 CFF_FIELD_NUM ( 10, standard_width, "StdHW" )
|
D | cfftypes.h | 166 FT_Pos standard_width; member
|
D | cffobjs.c | 139 priv->standard_width[0] = (FT_UShort)cpriv->standard_width; in cff_make_private_dict()
|
D | cf2ft.c | 457 decoder->current_subfont->private_dict.standard_width ); in cf2_getStdHW()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cfftoken.h | 82 CFF_FIELD_NUM ( 10, standard_width, "StdHW" )
|
D | cfftypes.h | 166 FT_Pos standard_width; member
|
D | cffobjs.c | 139 priv->standard_width[0] = (FT_UShort)cpriv->standard_width; in cff_make_private_dict()
|
D | cf2ft.c | 457 decoder->current_subfont->private_dict.standard_width ); in cf2_getStdHW()
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidtoken.h | 94 T1_FIELD_NUM_TABLE2( "StdHW", standard_width, 1, 0 )
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1tokens.h | 83 T1_FIELD_NUM_TABLE2( "StdHW", standard_width, 1,
|
D | t1driver.c | 342 retval = sizeof ( type1->private_dict.standard_width[0] ); in t1_ps_get_font_value() 344 *((FT_UShort *)value) = type1->private_dict.standard_width[0]; in t1_ps_get_font_value()
|
/external/freetype/include/ |
D | t1tables.h | 158 FT_UShort standard_width[1]; member
|
/external/pdfium/third_party/freetype/include/ |
D | t1tables.h | 158 FT_UShort standard_width[1]; member
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 667 write->org = priv->standard_width[0]; in psh_globals_new()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshglob.c | 667 write->org = priv->standard_width[0]; in psh_globals_new()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 3256 standard_width(png_const_structp pp, png_uint_32 id) in standard_width() function 3281 png_uint_32 width = standard_width(pp, id); in standard_rowsize() 4498 if (dp->w != standard_width(pp, dp->id)) in standard_info_part1() 4759 PNG_CONST png_uint_32 width = standard_width(pp, dp->id); in sequential_row()
|