Home
last modified time | relevance | path

Searched refs:pt_dst (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_merge.c92 bGPDspoint *pt_dst = &gps->points[i]; in gpencil_insert_points_to_stroke() local
94 copy_v3_v3(&pt_dst->x, &point_elem->x); in gpencil_insert_points_to_stroke()
95 pt_dst->pressure = point_elem->pressure; in gpencil_insert_points_to_stroke()
96 pt_dst->strength = point_elem->strength; in gpencil_insert_points_to_stroke()
97 pt_dst->uv_fac = 1.0f; in gpencil_insert_points_to_stroke()
98 pt_dst->uv_rot = 0; in gpencil_insert_points_to_stroke()
99 pt_dst->flag |= GP_SPOINT_SELECT; in gpencil_insert_points_to_stroke()
100 copy_v4_v4(pt_dst->vert_color, point_elem->vert_color); in gpencil_insert_points_to_stroke()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/imx/common/include/sci/svc/rm/
H A Dsci_rm_api.h300 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst,
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/imx/common/include/sci/svc/rm/
H A Dsci_rm_api.h300 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst,
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/imx/common/include/sci/svc/rm/
H A Dsci_rm_api.h300 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst,
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/imx/common/include/sci/svc/rm/
H A Dsci_rm_api.h300 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst,
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/imx/common/include/sci/svc/rm/
H A Dsci_rm_api.h300 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst,
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/imx/common/sci/svc/rm/
H A Drm_rpc_clnt.c182 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst, in sc_rm_move_all() argument
192 RPC_U8(&msg, 1U) = (uint8_t)pt_dst; in sc_rm_move_all()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/imx/common/sci/svc/rm/
H A Drm_rpc_clnt.c182 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst, in sc_rm_move_all() argument
192 RPC_U8(&msg, 1U) = (uint8_t)pt_dst; in sc_rm_move_all()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/imx/common/sci/svc/rm/
H A Drm_rpc_clnt.c182 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst, in sc_rm_move_all() argument
192 RPC_U8(&msg, 1U) = (uint8_t)pt_dst; in sc_rm_move_all()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/imx/common/sci/svc/rm/
H A Drm_rpc_clnt.c182 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst, in sc_rm_move_all() argument
192 RPC_U8(&msg, 1U) = (uint8_t)pt_dst; in sc_rm_move_all()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/imx/common/sci/svc/rm/
H A Drm_rpc_clnt.c182 sc_err_t sc_rm_move_all(sc_ipc_t ipc, sc_rm_pt_t pt_src, sc_rm_pt_t pt_dst, in sc_rm_move_all() argument
192 RPC_U8(&msg, 1U) = (uint8_t)pt_dst; in sc_rm_move_all()
/dports/graphics/blender/blender-2.91.0/source/blender/python/mathutils/
H A Dmathutils_geometry.c1037 float pt_src[3], pt_dst[3], tri_src[3][3], tri_dst[3][3]; in M_Geometry_barycentric_transform() local
1060 transform_point_by_tri_v3(pt_dst, pt_src, UNPACK3(tri_dst), UNPACK3(tri_src)); in M_Geometry_barycentric_transform()
1062 return Vector_CreatePyObject(pt_dst, 3, NULL); in M_Geometry_barycentric_transform()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_edit.c1944 float pt_dst[2]; in view_zoom_to_window_xy_camera() local
1956 BLI_rctf_transform_pt_v(&camera_frame_new, &camera_frame_old, pt_dst, pt_src); in view_zoom_to_window_xy_camera()
1957 sub_v2_v2v2(delta_px, pt_dst, pt_src); in view_zoom_to_window_xy_camera()