OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_y
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/autofit/
afhints.c
1094
FT_Pos in_x,
in_y
;
local
1102
in_y
= point->fy - prev_v->fy;
1107
if ( ( in_x ^ out_x ) >= 0 && (
in_y
^ out_y ) >= 0 )
/xsrc/external/mit/freetype/dist/src/pshinter/
pshalgo.c
934
FT_Pos in_x,
in_y
, out_x, out_y;
local
954
in_y
= end->org_v - start->org_v;
956
} while ( in_x == 0 &&
in_y
== 0 );
974
orient_prev = psh_corner_orientation( in_x,
in_y
, out_x, out_y );
980
in_y
= out_y;
1001
orient_cur = psh_corner_orientation( in_x,
in_y
, out_x, out_y );
1021
in_y
= out_y;
Completed in 8 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026