Home
last modified time | relevance | path

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

/dports/graphics/xournal/xournal-0.4.8.2016/src/
H A Dxournal.h217 #define ITEM_RECOGNIZER 23 macro
H A Dxo-shapes.c300 undo->type = ITEM_RECOGNIZER; in remove_recognized_strokes()
H A Dxo-misc.c248 else if (redo->type == ITEM_ERASURE || redo->type == ITEM_RECOGNIZER) { in clear_redo_stack()
315 if (undo->type == ITEM_ERASURE || undo->type == ITEM_RECOGNIZER) { in clear_undo_stack()
H A Dxo-callbacks.c474 else if (undo->type == ITEM_ERASURE || undo->type == ITEM_RECOGNIZER) { in on_editUndo_activate()
688 else if (redo->type == ITEM_ERASURE || redo->type == ITEM_RECOGNIZER) { in on_editRedo_activate()