HomeSort by relevance Sort by last modified time
    Searched refs:stdw (Results 1 - 5 of 5) 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/
aflatin.c 130 FT_Pos stdw; local
133 stdw = ( axis->width_count > 0 )
138 axis->edge_distance_threshold = stdw / 5;
139 axis->standard_width = stdw;
    [all...]
aflatin2.c 137 FT_Pos stdw; local
140 stdw = ( axis->width_count > 0 )
145 axis->edge_distance_threshold = stdw / 5;
146 axis->standard_width = stdw;
    [all...]

Completed in 345 milliseconds