Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dfreehand-base.cpp383 static shapeType previous_shape_type = NONE; variable
400 if (previous_shape_type == NONE) { in spdc_check_for_and_apply_waiting_LPE()
401 previous_shape_type = shape; in spdc_check_for_and_apply_waiting_LPE()
404 shape = previous_shape_type; in spdc_check_for_and_apply_waiting_LPE()
411 … (shape == BEND_CLIPBOARD || (shape == LAST_APPLIED && previous_shape_type != CLIPBOARD)) && in spdc_check_for_and_apply_waiting_LPE()
416 previous_shape_type = NONE; in spdc_check_for_and_apply_waiting_LPE()
422 if (!is_bend && previous_shape_type == BEND_CLIPBOARD && shape == BEND_CLIPBOARD) { in spdc_check_for_and_apply_waiting_LPE()
466 previous_shape_type = NONE; in spdc_check_for_and_apply_waiting_LPE()
577 if(previous_shape_type == CLIPBOARD){ in spdc_check_for_and_apply_waiting_LPE()
615 previous_shape_type = shape; in spdc_check_for_and_apply_waiting_LPE()
[all …]