Searched defs:wmax (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/autofit/
H A Dafwarp.h40 FT_Pos w0, wmin, wmax; member in struct:AF_WarperRec_
/external/libedit/src/
H A Dtokenizer.c78 Char *wptr, *wmax; /* Space and limit on the word buffer */ local
137 tok->wmax = tok->wspace + WINCR;
396 if (tok->wptr >= tok->wmax - 4) {
397 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR);
413 tok->wmax = s + size;

Completed in 127 milliseconds