HomeSort by: relevance | last modified time | path
    Searched refs:x2max (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/autofit/
afwarp.h 39 FT_Pos x2min, x2max; member in struct:AF_WarperRec_
afwarp.c 101 if ( xx1max + w > warper->x2max )
102 xx1max = warper->x2max - w;
111 " x1min=%ld x1max=%ld, x2min=%ld x2max=%ld\n",
114 warper->x2min, warper->x2max ));
250 warper->x2max = warper->x2min + 32;
268 warper->wmax = warper->x2max - warper->x1min;

Completed in 5 milliseconds