| 927 | } |
| 928 | |
| 929 | void PiuViewPopOrigin(PiuView* self) |
| 930 | { |
| 931 | Poco poco = (*self)->poco; |
| 932 | PocoOriginPop(poco); |
| 933 | } |
| 934 | |
| 935 | void PiuViewPushClip(PiuView* self, PocoCoordinate x, PocoCoordinate y, PocoDimension w, PocoDimension h) |
| 936 | { |
no test coverage detected