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

  /external/chromium_org/third_party/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/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;
627 globals->dimension[0].stdw.count = 0;
628 globals->dimension[1].stdw.count = 0;
664 PSH_Width write = dim->stdw.widths;
678 dim->stdw.count = priv->num_snap_widths + 1
    [all...]
pshglob.h 84 PSH_WidthsRec stdw; member in struct:PSH_DimensionRec_
pshalgo.c 354 FT_Pos delta = len - dim->stdw.widths[0].cur;
362 len = dim->stdw.widths[0].cur;
    [all...]
  /external/chromium_org/third_party/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...]
  /external/freetype/src/autofit/
afcjk.c 164 FT_Pos stdw; local
167 stdw = ( axis->width_count > 0 ) ? axis->widths[0].org
171 axis->edge_distance_threshold = stdw / 5;
172 axis->standard_width = stdw;
    [all...]
aflatin.c 159 FT_Pos stdw; local
162 stdw = ( axis->width_count > 0 )
167 axis->edge_distance_threshold = stdw / 5;
168 axis->standard_width = stdw;
    [all...]
aflatin2.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...]

Completed in 484 milliseconds