| 195 | } |
| 196 | |
| 197 | void PiuImageUnbind(void* it, PiuApplication* application, PiuView* view) |
| 198 | { |
| 199 | #ifdef piuGPU |
| 200 | PiuImage* self = it; |
| 201 | PocoBitmapRemove((*view)->poco, (*self)->frameID, PiuViewReceiver, view); |
| 202 | #endif |
| 203 | PiuContentUnbind(it, application, view); |
| 204 | } |
| 205 | |
| 206 | void PiuImage_create(xsMachine* the) |
| 207 | { |
nothing calls this directly
no test coverage detected