Searched refs:fUndo (Results 1 – 1 of 1) sorted by relevance
811 std::unique_ptr<PathUndo> fUndo; member in AAGeometryView881 std::unique_ptr<PathUndo> undo = std::move(fUndo); in ~AAGeometryView()896 if (fUndo && fUndo->fPath == fPath) { in savePath()901 undo->fNext = std::move(fUndo); in savePath()902 fUndo = std::move(undo); in savePath()906 if (!fUndo) { in undo()909 fPath = std::move(fUndo->fPath); in undo()910 fUndo = std::move(fUndo->fNext); in undo()