OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_v
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/autofit/
aflatin2.c
911
FT_Pos
last_v
= last->v;
local
914
if ( first_v <
last_v
)
922
if ( p->v >
last_v
)
924
( ( p->v -
last_v
) >> 1 ) );
934
if ( p->v <
last_v
)
936
( (
last_v
- p->v ) >> 1 ) );
[
all
...]
aflatin.c
1856
FT_Pos
last_v
= last->v;
local
[
all
...]
Completed in 59 milliseconds