Home
last modified time | relevance | path

Searched refs:pt_active (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_select.c873 bGPDspoint *pt_active = NULL; in gpencil_stroke_do_circle_sel() local
877 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_stroke_do_circle_sel()
880 gpencil_point_to_parent_space(pt_active, diff_mat, &pt_temp); in gpencil_stroke_do_circle_sel()
891 pt_active->flag |= GP_SPOINT_SELECT; in gpencil_stroke_do_circle_sel()
895 pt_active->flag &= ~GP_SPOINT_SELECT; in gpencil_stroke_do_circle_sel()
918 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_stroke_do_circle_sel()
919 if (pt_active != NULL) { in gpencil_stroke_do_circle_sel()
921 pt_active->flag |= GP_SPOINT_SELECT; in gpencil_stroke_do_circle_sel()
924 pt_active->flag &= ~GP_SPOINT_SELECT; in gpencil_stroke_do_circle_sel()
1184 pt_active->flag |= GP_SPOINT_SELECT; in gpencil_generic_select_exec()
[all …]
H A Dgpencil_weight_paint.c394 bGPDspoint *pt_active = NULL; in gpencil_weightpaint_select_stroke() local
415 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_weightpaint_select_stroke()
423 if (pt_active != NULL) { in gpencil_weightpaint_select_stroke()
456 pt_active = pt->runtime.pt_orig; in gpencil_weightpaint_select_stroke()
457 if (pt_active != NULL) { in gpencil_weightpaint_select_stroke()
472 pt_active = pt->runtime.pt_orig; in gpencil_weightpaint_select_stroke()
473 if (pt_active != NULL) { in gpencil_weightpaint_select_stroke()
490 pt_active = pt->runtime.pt_orig; in gpencil_weightpaint_select_stroke()
491 if (pt_active != NULL) { in gpencil_weightpaint_select_stroke()
H A Dgpencil_vertex_paint.c834 bGPDspoint *pt_active = NULL; in gpencil_vertexpaint_select_stroke() local
855 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_vertexpaint_select_stroke()
863 if (pt_active != NULL) { in gpencil_vertexpaint_select_stroke()
906 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_vertexpaint_select_stroke()
908 if (pt_active != NULL) { in gpencil_vertexpaint_select_stroke()
911 ((pt_active->flag & GP_SPOINT_SELECT) == 0)) { in gpencil_vertexpaint_select_stroke()
928 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_vertexpaint_select_stroke()
930 if (pt_active != NULL) { in gpencil_vertexpaint_select_stroke()
947 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_vertexpaint_select_stroke()
949 if (pt_active != NULL) { in gpencil_vertexpaint_select_stroke()
H A Dgpencil_sculpt_paint.c1431 bGPDspoint *pt_active = NULL; in gpencil_sculpt_brush_do_stroke() local
1454 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_sculpt_brush_do_stroke()
1462 if (pt_active != NULL) { in gpencil_sculpt_brush_do_stroke()
1509 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_sculpt_brush_do_stroke()
1512 ((pt_active->flag & GP_SPOINT_SELECT) == 0)) { in gpencil_sculpt_brush_do_stroke()
1516 if ((pt_active != NULL) && (index < gps_active->totpoints)) { in gpencil_sculpt_brush_do_stroke()
1531 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_sculpt_brush_do_stroke()
1533 if ((pt_active != NULL) && (index < gps_active->totpoints)) { in gpencil_sculpt_brush_do_stroke()
1552 pt_active = (pt->runtime.pt_orig) ? pt->runtime.pt_orig : pt; in gpencil_sculpt_brush_do_stroke()
1554 if ((pt_active != NULL) && (index < gps_active->totpoints)) { in gpencil_sculpt_brush_do_stroke()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dtimevar.h76 int pt_active; member
93 #define pt_active pt_data.pt_nonreal.pt_active macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_time.c659 pt->pt_active = 0; in timer_create1()
692 if (pt->pt_active) { in sys_timer_delete()
699 pt->pt_active = 0; in sys_timer_delete()
734 if (pt->pt_active) { in timer_settime()
766 pt->pt_active = 1; in timer_settime()
768 pt->pt_active = 0; in timer_settime()
801 } else if (pt->pt_active) { in timer_gettime()
1179 pt->pt_active = 0; in dosetitimer()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_misc_notalpha.c174 ptp->pt_active = 0; in linux_sys_alarm()