HomeSort by relevance Sort by last modified time
    Searched full:xx1max (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/autofit/
afwarp.c 94 FT_Pos xx1max = warper->x1max; local
101 xx1max = warper->x1max;
102 if ( xx1max + w > warper->x2max )
103 xx1max = warper->x2max - w;
106 idx_max = xx1max - warper->t1;

Completed in 464 milliseconds