| 909 | } |
| 910 | |
| 911 | void PiuViewPopClip(PiuView* self) |
| 912 | { |
| 913 | #ifdef piuGPU |
| 914 | Poco poco = (*self)->poco; |
| 915 | PocoClipPop(poco); |
| 916 | #else |
| 917 | PIUQueueCommand(PopClipCommand); |
| 918 | #endif |
| 919 | } |
| 920 | |
| 921 | void PiuViewPopColor(PiuView* self) |
| 922 | { |
no test coverage detected