| 372 | } |
| 373 | |
| 374 | void BitmapCanvasContext::Restore() { |
| 375 | TraceCommand("Restore"); |
| 376 | env_ = GetJniEnvSafe(); |
| 377 | F2SafeCallVoidMethodNoArg(env_, canvasContext_->obj(), restore_); |
| 378 | } |
| 379 | |
| 380 | bool BitmapCanvasContext::HasClip() { return hasClip_; } |
| 381 |
no test coverage detected