OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_ey
(Results
1 - 2
of
2
) 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;
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
-1; *
[
all
...]
/external/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;
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
-1; *
[
all
...]
Completed in 91 milliseconds