| 805 | } |
| 806 | |
| 807 | void SetLayer(int32_t z) |
| 808 | { |
| 809 | if (nullptr == data || 8 < SystemVersion) |
| 810 | return; |
| 811 | |
| 812 | ApiInvoker<"SurfaceControl::SetLayer@v8">()(data, z); |
| 813 | } |
| 814 | |
| 815 | void DestroySurface(Surface *surface) |
| 816 | { |
no outgoing calls
no test coverage detected