----------------------------------------------------------------is_curve
| 390 | |
| 391 | //----------------------------------------------------------------is_curve |
| 392 | inline bool is_curve(unsigned c) |
| 393 | { |
| 394 | return c == path_cmd_curve3 || c == path_cmd_curve4; |
| 395 | } |
| 396 | |
| 397 | //---------------------------------------------------------------is_curve3 |
| 398 | inline bool is_curve3(unsigned c) |