| 91 | } |
| 92 | |
| 93 | unsigned Image::size() const |
| 94 | { |
| 95 | unsigned retVal = 0; |
| 96 | FG_THROW(fg_get_image_size(&retVal, get())); |
| 97 | return retVal; |
| 98 | } |
| 99 | |
| 100 | void Image::render(const Window& pWindow, |
| 101 | const int pX, const int pY, const int pVPW, const int pVPH) const |
no test coverage detected