Searched refs:max_ex (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/smooth/
H A Dftgrays.c334 TPos min_ex, max_ex; member in struct:gray_TWorker_
433 ras.min_ex = ras.max_ex = 0;
438 ras.min_ex = ras.max_ex = vec->x;
450 if ( x > ras.max_ex ) ras.max_ex = x;
458 ras.max_ex = ( ras.max_ex + 63 ) >> 6;
533 /* . the new horizontal position must be strictly less than max_ex */
542 if ( ex > ras.max_ex )
543 ex = ras.max_ex;
[all...]

Completed in 137 milliseconds