/external/freetype/src/autofit/ |
D | afindic.c | 101 *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()
|
D | afloader.h | 81 FT_Pos standard_width );
|
D | afcjk.h | 81 FT_Pos standard_width; /* the default stem thickness */ member
|
D | aflatin.h | 96 FT_Pos standard_width; /* the default stem thickness */ member
|
D | afloader.c | 551 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()
|
D | aflatin2.c | 164 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()
|
D | afcjk.c | 247 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()
|
D | aflatin.c | 240 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/ |
D | cfftoken.h | 90 CFF_FIELD_NUM ( 10, standard_width, "StdHW" ) 139 CFF_FIELD_NUM ( 10, standard_width, "StdHW" )
|
D | cfftypes.h | 254 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 | 499 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 | 344 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/ |
D | t1tables.h | 158 FT_UShort standard_width[1]; member
|
/external/freetype/include/freetype/ |
D | t1tables.h | 158 FT_UShort standard_width[1]; member
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshglob.c | 667 write->org = priv->standard_width[0]; in psh_globals_new()
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 667 write->org = priv->standard_width[0]; in psh_globals_new()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 3826 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()
|