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

/haiku/src/apps/icon-o-matic/shape/commands/
H A DRotatePathIndicesCommand.h24 status_t _Rotate(bool clockWise);
H A DRotatePathIndicesCommand.cpp47 return _Rotate(fClockWise);
54 return _Rotate(!fClockWise);
66 RotatePathIndicesCommand::_Rotate(bool clockWise) function in class:RotatePathIndicesCommand

Completed in 14 milliseconds