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

/external/freetype/src/smooth/
H A Dftgrays.c328 #define SUBPIXELS( x ) ( (TPos)(x) * ONE_PIXEL )
396 typedef long TPos; /* sub-pixel coordinate */ typedef
452 TPos x, y;
596 TPos x1,
598 TPos x2,
602 TPos p, dx;
693 gray_render_line( RAS_ARG_ TPos to_x,
694 TPos to_y )
697 TPos p, dx, dy, x, x2;
834 gray_render_line( RAS_ARG_ TPos to_
[all...]
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c321 #define SUBPIXELS( x ) ( (TPos)(x) << PIXEL_BITS )
379 typedef long TPos; /* sub-pixel coordinate */ typedef
409 TPos x; /* same with gray_TWorker.ex */
430 TPos min_ex, max_ex;
431 TPos min_ey, max_ey;
432 TPos count_ex, count_ey;
442 TPos x, y;
465 TPos ycount;
536 TPos x = vec->x;
537 TPos
[all...]

Completed in 660 milliseconds