Searched refs:func_move (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/truetype/ |
D | ttinterp.c | 2563 exc->func_move = (TT_Move_Func)Direct_Move; in Compute_Funcs() 2570 exc->func_move = (TT_Move_Func)Direct_Move_X; in Compute_Funcs() 2575 exc->func_move = (TT_Move_Func)Direct_Move_Y; in Compute_Funcs() 4872 exc->func_move( exc, &exc->zp2, L, SUB_LONG( args[1], K ) ); in Ins_SCFS() 5899 exc->func_move( exc, in Ins_MSIRP() 5959 exc->func_move( exc, &exc->zp0, point, distance ); in Ins_MDAP() 6078 exc->func_move( exc, &exc->zp0, point, SUB_LONG( distance, org_dist ) ); in Ins_MIAP() 6219 exc->func_move( exc, &exc->zp1, point, SUB_LONG( distance, org_dist ) ); in Ins_MDRP() 6432 exc->func_move( exc, in Ins_MIRP() 6459 exc->func_move( exc, in Ins_MIRP() [all …]
|
D | ttinterp.h | 242 TT_Move_Func func_move; /* current point move function */ member
|