Searched refs:actInf (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libavoid/
H A Drouter.cpp447 ActionInfo& actInf = *curr; local
448 if (!((actInf.type == ShapeRemove) || (actInf.type == ShapeMove)))
455 ShapeRef *shape = actInf.shape();
456 bool isMove = (actInf.type == ShapeMove);
457 bool first_move = actInf.firstMove;
484 ActionInfo& actInf = *curr; local
485 if (!((actInf.type == ShapeRemove) ||
486 (actInf.type == ShapeMove)))
493 checkAllBlockedEdges(actInf
505 ActionInfo& actInf = *curr; local
553 ActionInfo& actInf = *curr; local
[all...]

Completed in 15 milliseconds