OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_ex
(Results
1 - 2
of
2
) 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;
480
if ( x > ras.
max_ex
) ras.
max_ex
= x;
488
ras.
max_ex
= ( ras.
max_ex
+ 63 ) >> 6;
563
/* . the new horizontal position must be strictly less than
max_ex
*/
572
if ( ex > ras.
max_ex
)
573
ex = ras.
max_ex
;
[
all
...]
/external/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;
480
if ( x > ras.
max_ex
) ras.
max_ex
= x;
488
ras.
max_ex
= ( ras.
max_ex
+ 63 ) >> 6;
563
/* . the new horizontal position must be strictly less than
max_ex
*/
572
if ( ex > ras.
max_ex
)
573
ex = ras.
max_ex
;
[
all
...]
Completed in 163 milliseconds