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

/external/freetype/src/smooth/
H A Dftgrays.c322 #define SUBPIXELS( x ) ( (TPos)(x) << PIXEL_BITS )
380 typedef long TPos; /* sub-pixel coordinate */ typedef
410 TPos x; /* same with gray_TWorker.ex */
431 TPos min_ex, max_ex;
432 TPos min_ey, max_ey;
433 TPos count_ex, count_ey;
444 TPos x, y;
446 TPos last_ey;
469 TPos ycount;
540 TPos
[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 51 milliseconds