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

  /external/freetype/src/smooth/
ftgrays.c 324 TPos min_ex, max_ex; member in struct:TWorker_
425 ras.min_ex = ras.max_ex = 0;
430 ras.min_ex = ras.max_ex = vec->x;
441 if ( x < ras.min_ex ) ras.min_ex = x;
448 ras.min_ex = ras.min_ex >> 6;
528 /* actually set to the (min_ex-1) horizontal position. */
531 /* min_ex - 1 horizontal position. */
537 ex -= ras.min_ex;
    [all...]

Completed in 52 milliseconds