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

  /external/freetype/src/pshinter/
pshglob.c 45 PSH_Widths stdw = &dim->stdw; local
46 FT_UInt count = stdw->count;
47 PSH_Width width = stdw->widths;
94 for ( n = 0; n < dimension->stdw.count; n++ )
100 w = dimension->stdw.widths[n].cur;
605 globals->dimension[0].stdw.count = 0;
606 globals->dimension[1].stdw.count = 0;
642 PSH_Width write = dim->stdw.widths;
656 dim->stdw.count = priv->num_snap_widths + 1
    [all...]
pshglob.h 84 PSH_WidthsRec stdw; member in struct:PSH_DimensionRec_
pshalgo.c 355 FT_Pos delta = len - dim->stdw.widths[0].cur;
363 len = dim->stdw.widths[0].cur;
    [all...]
  /external/freetype/src/autofit/
afcjk.c 161 FT_Pos stdw; local
164 stdw = ( axis->width_count > 0 ) ? axis->widths[0].org
168 axis->edge_distance_threshold = stdw / 5;
169 axis->standard_width = stdw;
    [all...]
aflatin.c 149 FT_Pos stdw; local
152 stdw = ( axis->width_count > 0 )
157 axis->edge_distance_threshold = stdw / 5;
158 axis->standard_width = stdw;
    [all...]
aflatin2.c 148 FT_Pos stdw; local
151 stdw = ( axis->width_count > 0 )
156 axis->edge_distance_threshold = stdw / 5;
157 axis->standard_width = stdw;
    [all...]

Completed in 53 milliseconds