| 963 | } |
| 964 | |
| 965 | void PiuViewPushOrigin(PiuView* self, PocoCoordinate x, PocoCoordinate y) |
| 966 | { |
| 967 | Poco poco = (*self)->poco; |
| 968 | PocoOriginPush(poco, x, y); |
| 969 | } |
| 970 | |
| 971 | void PiuViewReceiver(PocoPixel *pixels, int byteLength, void *refCon) |
| 972 | { |
no test coverage detected