Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.c2474 exc->func_move = Direct_Move_X; in Compute_Funcs()
2480 exc->func_move = Direct_Move_Y; in Compute_Funcs()
2521 exc->func_move = (TT_Move_Func)Direct_Move; in Compute_Funcs()
2528 exc->func_move = (TT_Move_Func)Direct_Move_X; in Compute_Funcs()
2533 exc->func_move = (TT_Move_Func)Direct_Move_Y; in Compute_Funcs()
4835 exc->func_move( exc, &exc->zp2, L, args[1] - K ); in Ins_SCFS()
5840 exc->func_move( exc, &exc->zp1, point, args[1] - distance ); in Ins_MSIRP()
5895 exc->func_move( exc, &exc->zp0, point, distance ); in Ins_MDAP()
6007 exc->func_move( exc, &exc->zp0, point, distance - org_dist ); in Ins_MIAP()
6142 exc->func_move( exc, &exc->zp1, point, distance - org_dist ); in Ins_MDRP()
[all …]
Dttinterp.h241 TT_Move_Func func_move; /* current point move function */ member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
Dttinterp.c2465 exc->func_move = Direct_Move_X; in Compute_Funcs()
2471 exc->func_move = Direct_Move_Y; in Compute_Funcs()
2512 exc->func_move = (TT_Move_Func)Direct_Move; in Compute_Funcs()
2519 exc->func_move = (TT_Move_Func)Direct_Move_X; in Compute_Funcs()
2524 exc->func_move = (TT_Move_Func)Direct_Move_Y; in Compute_Funcs()
4826 exc->func_move( exc, &exc->zp2, L, args[1] - K ); in Ins_SCFS()
5831 exc->func_move( exc, &exc->zp1, point, args[1] - distance ); in Ins_MSIRP()
5886 exc->func_move( exc, &exc->zp0, point, distance ); in Ins_MDAP()
5998 exc->func_move( exc, &exc->zp0, point, distance - org_dist ); in Ins_MIAP()
6133 exc->func_move( exc, &exc->zp1, point, distance - org_dist ); in Ins_MDRP()
[all …]
Dttinterp.h241 TT_Move_Func func_move; /* current point move function */ member
/external/freetype/src/truetype/
Dttinterp.c2471 exc->func_move = (TT_Move_Func)Direct_Move; in Compute_Funcs()
2478 exc->func_move = (TT_Move_Func)Direct_Move_X; in Compute_Funcs()
2483 exc->func_move = (TT_Move_Func)Direct_Move_Y; in Compute_Funcs()
4741 exc->func_move( exc, &exc->zp2, L, args[1] - K ); in Ins_SCFS()
5759 exc->func_move( exc, &exc->zp1, point, args[1] - distance ); in Ins_MSIRP()
5814 exc->func_move( exc, &exc->zp0, point, distance ); in Ins_MDAP()
5926 exc->func_move( exc, &exc->zp0, point, distance - org_dist ); in Ins_MIAP()
6061 exc->func_move( exc, &exc->zp1, point, distance - org_dist ); in Ins_MDRP()
6261 exc->func_move( exc, &exc->zp1, point, distance - cur_dist ); in Ins_MIRP()
6285 exc->func_move( exc, &exc->zp1, point, -( distance - cur_dist ) ); in Ins_MIRP()
[all …]
Dttinterp.h242 TT_Move_Func func_move; /* current point move function */ member