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

/external/freetype/src/smooth/
H A Dftgrays.c431 TPos min_ex, max_ex; member in struct:gray_TWorker_
528 ras.min_ex = ras.max_ex = 0;
533 ras.min_ex = ras.max_ex = vec->x;
545 if ( x > ras.max_ex ) ras.max_ex = x;
553 ras.max_ex = ( ras.max_ex + 63 ) >> 6;
628 /* . the new horizontal position must be strictly less than max_ex */
637 if ( ex > ras.max_ex )
638 ex = ras.max_ex;
[all...]
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c430 TPos min_ex, max_ex; member in struct:gray_TWorker_
524 ras.min_ex = ras.max_ex = 0;
529 ras.min_ex = ras.max_ex = vec->x;
541 if ( x > ras.max_ex ) ras.max_ex = x;
549 ras.max_ex = ( ras.max_ex + 63 ) >> 6;
624 /* . the new horizontal position must be strictly less than max_ex */
633 if ( ex > ras.max_ex )
634 ex = ras.max_ex;
[all...]

Completed in 63 milliseconds