Home
last modified time | relevance | path

Searched refs:stdw (Results 1 – 8 of 8) sorted by relevance

/external/freetype/src/pshinter/
Dpshglob.c45 PSH_Widths stdw = &dim->stdw; in psh_globals_scale_widths() local
46 FT_UInt count = stdw->count; in psh_globals_scale_widths()
47 PSH_Width width = stdw->widths; in psh_globals_scale_widths()
94 for ( n = 0; n < dimension->stdw.count; n++ )
100 w = dimension->stdw.widths[n].cur;
627 globals->dimension[0].stdw.count = 0; in psh_globals_destroy()
628 globals->dimension[1].stdw.count = 0; in psh_globals_destroy()
664 PSH_Width write = dim->stdw.widths; in psh_globals_new()
678 dim->stdw.count = priv->num_snap_widths + 1; in psh_globals_new()
684 PSH_Width write = dim->stdw.widths; in psh_globals_new()
[all …]
Dpshglob.h84 PSH_WidthsRec stdw; member
Dpshalgo.c352 FT_Pos delta = len - dim->stdw.widths[0].cur; in psh_dimension_quantize_len()
360 len = dim->stdw.widths[0].cur; in psh_dimension_quantize_len()
/external/freetype/src/autofit/
Dafcjk.c238 FT_Pos stdw; in af_cjk_metrics_init_widths() local
241 stdw = ( axis->width_count > 0 ) ? axis->widths[0].org in af_cjk_metrics_init_widths()
245 axis->edge_distance_threshold = stdw / 5; in af_cjk_metrics_init_widths()
246 axis->standard_width = stdw; in af_cjk_metrics_init_widths()
Daflatin.c235 FT_Pos stdw; in af_latin_metrics_init_widths() local
238 stdw = ( axis->width_count > 0 ) ? axis->widths[0].org in af_latin_metrics_init_widths()
242 axis->edge_distance_threshold = stdw / 5; in af_latin_metrics_init_widths()
243 axis->standard_width = stdw; in af_latin_metrics_init_widths()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.td1327 "stdw\t$memri, $src",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td1434 "stdw\t$memri, $src",
/external/freetype/docs/oldlogs/
DChangeLog.212889 `dim->stdw.count'.
5233 dim->stdw.count to avoid compiler problem.
9181 * src/pshinter/pshglob.h (PSH_DimensionRec): s/std/stdw/.