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

/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c364 TPos min_ex, max_ex; member in struct:gray_TWorker_
463 ras.min_ex = ras.max_ex = 0;
468 ras.min_ex = ras.max_ex = vec->x;
480 if ( x > ras.max_ex ) ras.max_ex = x;
488 ras.max_ex = ( ras.max_ex + 63 ) >> 6;
563 /* . the new horizontal position must be strictly less than max_ex */
572 if ( ex > ras.max_ex )
573 ex = ras.max_ex;
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c409 TPos min_ex, max_ex; member in struct:gray_TWorker_
512 ras.min_ex = ras.max_ex = 0;
517 ras.min_ex = ras.max_ex = vec->x;
529 if ( x > ras.max_ex ) ras.max_ex = x;
537 ras.max_ex = ( ras.max_ex + 63 ) >> 6;
612 /* . the new horizontal position must be strictly less than max_ex */
621 if ( ex > ras.max_ex )
622 ex = ras.max_ex;
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c372 TPos min_ex, max_ex; member in struct:gray_TWorker_
475 ras.min_ex = ras.max_ex = 0;
480 ras.min_ex = ras.max_ex = vec->x;
492 if ( x > ras.max_ex ) ras.max_ex = x;
500 ras.max_ex = ( ras.max_ex + 63 ) >> 6;
575 /* . the new horizontal position must be strictly less than max_ex */
584 if ( ex > ras.max_ex )
585 ex = ras.max_ex;
[all...]

Completed in 97 milliseconds