* 0x004C5C69 * * @param left @ * @param top @ * @param right @ * @param bottom @ */
| 204 | * @param bottom @<bp> |
| 205 | */ |
| 206 | void SoftwareDrawingEngine::invalidateRegion(int32_t left, int32_t top, int32_t right, int32_t bottom) |
| 207 | { |
| 208 | _invalidationGrid.invalidate(left, top, right, bottom); |
| 209 | } |
| 210 | |
| 211 | void SoftwareDrawingEngine::createPalette() |
| 212 | { |
no test coverage detected