* 0x004C5C69 * * @param left @ * @param top @ * @param right @ * @param bottom @ */
| 246 | * @param bottom @<bp> |
| 247 | */ |
| 248 | void invalidateRegion(int32_t left, int32_t top, int32_t right, int32_t bottom) |
| 249 | { |
| 250 | getDrawingEngine().invalidateRegion(left, top, right, bottom); |
| 251 | } |
| 252 | |
| 253 | // 0x004C5CFA |
| 254 | void render() |
no test coverage detected