| 40 | U32 getImage(KThread* thread, S32 x, S32 y, U32 width, U32 height, U32 planeMask, U32 format, U32 redMask, U32 greenMask, U32 blueMask); |
| 41 | |
| 42 | U32 width() { return w; } |
| 43 | U32 height() { return h; } |
| 44 | U32 getDepth() { return depth; } |
| 45 | U32 getBytesPerLine() { return bytes_per_line; } |
no outgoing calls
no test coverage detected