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

  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 364 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;
479 if ( x < ras.min_ex ) ras.min_ex = x;
486 ras.min_ex = ras.min_ex >> 6;
566 /* actually set to the (min_ex-1) horizontal position. */
569 /* min_ex - 1 horizontal position. */
575 ex -= ras.min_ex;
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 409 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;
528 if ( x < ras.min_ex ) ras.min_ex = x;
535 ras.min_ex = ras.min_ex >> 6;
615 /* actually set to the (min_ex-1) horizontal position. */
618 /* min_ex - 1 horizontal position. */
624 ex -= ras.min_ex;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 372 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;
491 if ( x < ras.min_ex ) ras.min_ex = x;
498 ras.min_ex = ras.min_ex >> 6;
578 /* actually set to the (min_ex-1) horizontal position. */
581 /* min_ex - 1 horizontal position. */
587 ex -= ras.min_ex;
    [all...]

Completed in 99 milliseconds