OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_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;
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
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
...]
Completed in 30 milliseconds