HomeSort by relevance Sort by last modified time
    Searched full:max_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;
442 if ( x > ras.max_ex ) ras.max_ex = x;
450 ras.max_ex = ( ras.max_ex + 63 ) >> 6;
525 /* . the new horizontal position must be strictly less than max_ex */
534 if ( ex > ras.max_ex )
535 ex = ras.max_ex;
    [all...]

Completed in 338 milliseconds