| 478 | } |
| 479 | |
| 480 | void BLOBNBOX::plot(ScrollView* window, // window to draw in |
| 481 | ScrollView::Color blob_colour, // for outer bits |
| 482 | ScrollView::Color child_colour) { // for holes |
| 483 | if (cblob_ptr != NULL) |
| 484 | cblob_ptr->plot(window, blob_colour, child_colour); |
| 485 | } |
| 486 | #endif |
| 487 | /********************************************************************** |
| 488 | * find_cblob_limits |
no outgoing calls
no test coverage detected