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

/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c365 TPos min_ey, max_ey; member in struct:gray_TWorker_
464 ras.min_ey = ras.max_ey = 0;
469 ras.min_ey = ras.max_ey = vec->y;
482 if ( y > ras.max_ey ) ras.max_ey = y;
489 ras.max_ey = ( ras.max_ey + 63 ) >> 6;
562 /* . the new vertical position must be within min_ey..max_ey-1. */
747 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c410 TPos min_ey, max_ey; member in struct:gray_TWorker_
513 ras.min_ey = ras.max_ey = 0;
518 ras.min_ey = ras.max_ey = vec->y;
531 if ( y > ras.max_ey ) ras.max_ey = y;
538 ras.max_ey = ( ras.max_ey + 63 ) >> 6;
611 /* . the new vertical position must be within min_ey..max_ey-1. */
784 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c373 TPos min_ey, max_ey; member in struct:gray_TWorker_
476 ras.min_ey = ras.max_ey = 0;
481 ras.min_ey = ras.max_ey = vec->y;
494 if ( y > ras.max_ey ) ras.max_ey = y;
501 ras.max_ey = ( ras.max_ey + 63 ) >> 6;
574 /* . the new vertical position must be within min_ey..max_ey-1. */
759 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey
[all...]

Completed in 40 milliseconds