| 626 | } |
| 627 | |
| 628 | bool DrawingProgram::prevent_undo_or_redo() { |
| 629 | return drawTool->prevent_undo_or_redo(); |
| 630 | } |
| 631 | |
| 632 | std::pair<SkPaint, SkPaint> DrawingProgram::select_tool_line_paint(const DrawData& drawData) { |
| 633 | constexpr uint64_t INTERVAL_LENGTH = 10; |
no outgoing calls
no test coverage detected