| 451 | } |
| 452 | |
| 453 | void J2DPane::clip(const JGeometry::TBox2f& bounds) |
| 454 | { |
| 455 | JGeometry::TBox2f boxA(bounds); |
| 456 | boxA.addPos(mGlobalBounds.i.x, mGlobalBounds.i.y); |
| 457 | mClipRect.intersect(boxA); |
| 458 | } |
| 459 | |
| 460 | J2DPane* J2DPane::search(u64 tag) |
| 461 | { |
no test coverage detected