OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TT_Move_Func
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.h
58
(*
TT_Move_Func
)( TT_ExecContext exc,
241
TT_Move_Func
func_move; /* current point move function */
242
TT_Move_Func
func_move_orig; /* move original position function */
ttinterp.c
2602
exc->func_move = (
TT_Move_Func
)Direct_Move;
2603
exc->func_move_orig = (
TT_Move_Func
)Direct_Move_Orig;
2609
exc->func_move = (
TT_Move_Func
)Direct_Move_X;
2610
exc->func_move_orig = (
TT_Move_Func
)Direct_Move_Orig_X;
2614
exc->func_move = (
TT_Move_Func
)Direct_Move_Y;
2615
exc->func_move_orig = (
TT_Move_Func
)Direct_Move_Orig_Y;
Completed in 17 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026