(int x, int y, int width, int height, int format, int type, Buffer buffer)
| 3158 | } |
| 3159 | |
| 3160 | protected abstract void readPixelsImpl(int x, int y, int width, int height, int format, int type, Buffer buffer); |
| 3161 | protected abstract void readPixelsImpl(int x, int y, int width, int height, int format, int type, long offset); |
| 3162 | |
| 3163 | ////////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected