Home
last modified time | relevance | path

Searched refs:func_move (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/truetype/
Dttinterp.c2602 exc->func_move = (TT_Move_Func)Direct_Move; in Compute_Funcs()
2609 exc->func_move = (TT_Move_Func)Direct_Move_X; in Compute_Funcs()
2614 exc->func_move = (TT_Move_Func)Direct_Move_Y; in Compute_Funcs()
4908 exc->func_move( exc, &exc->zp2, L, SUB_LONG( args[1], K ) ); in Ins_SCFS()
5916 exc->func_move( exc, in Ins_MSIRP()
5968 exc->func_move( exc, &exc->zp0, point, distance ); in Ins_MDAP()
6082 exc->func_move( exc, &exc->zp0, point, SUB_LONG( distance, org_dist ) ); in Ins_MIAP()
6215 exc->func_move( exc, &exc->zp1, point, SUB_LONG( distance, org_dist ) ); in Ins_MDRP()
6423 exc->func_move( exc, in Ins_MIRP()
6437 exc->func_move( exc, in Ins_MIRP()
[all …]
Dttinterp.h241 TT_Move_Func func_move; /* current point move function */ member