HomeSort by relevance Sort by last modified time
    Searched refs:min_ey (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 365 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;
481 if ( y < ras.min_ey ) ras.min_ey = y;
487 ras.min_ey = ras.min_ey >> 6;
562 /* . the new vertical position must be within min_ey..max_ey-1. */
570 ey -= ras.min_ey;
614 ras.ey = ey - ras.min_ey;
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 410 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;
530 if ( y < ras.min_ey ) ras.min_ey = y;
536 ras.min_ey = ras.min_ey >> 6;
611 /* . the new vertical position must be within min_ey..max_ey-1. */
619 ey -= ras.min_ey;
663 ras.ey = ey - ras.min_ey;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 373 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;
493 if ( y < ras.min_ey ) ras.min_ey = y;
499 ras.min_ey = ras.min_ey >> 6;
574 /* . the new vertical position must be within min_ey..max_ey-1. */
582 ey -= ras.min_ey;
626 ras.ey = ey - ras.min_ey;
    [all...]

Completed in 41 milliseconds