| 816 | } |
| 817 | |
| 818 | void PiuViewGetSize(PiuView* self, PiuDimension *width, PiuDimension *height) |
| 819 | { |
| 820 | Poco poco = (*self)->poco; |
| 821 | *width = poco->width; |
| 822 | *height = poco->height; |
| 823 | } |
| 824 | |
| 825 | void PiuViewIdleCheck(PiuView* self, PiuInterval idle) |
| 826 | { |
no outgoing calls
no test coverage detected