Searched refs:readWidth (Results 1 – 5 of 5) sorted by relevance
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
D | HDRLoader.java | 213 int readWidth = (data[2] & 0xFF) << 8 | (data[3] & 0xFF); in decodeScanline() local 214 if (readWidth != width) in decodeScanline() 215 … throw new IOException("Illegal scanline width in HDR file: "+width+" != "+readWidth); in decodeScanline()
|
/external/skia/src/gpu/ |
D | GrGpu.h | 202 bool getReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes, 540 virtual bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight,
|
D | GrTest.cpp | 301 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes, in onGetReadPixelsInfo() argument
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 59 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 62 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
|