Searched defs:depthBytes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h62 int depthBytes; // 1,2,3 or 4. 3 is not supported for XCVT_BYTE_ORDER_NATIVE. member in struct:ImageFormat
84 int depthBytes; // distance between n'th and n+1'th sample in a scanline, in bytes member in struct:ImageRect
H A Dsplashscreen_gfx_impl.c206 int depthBytes = format->depthBytes; local
209 INCPN(byte_t, pRect->pBits, y * stride + x * depthBytes);
213 pRect->depthBytes = depthBytes;
255 convertLine(pSrc, pSrcRect->depthBytes, pDst, pDstRect->depthBytes,
257 pSrc2, pSrcRect2 ? pSrcRect2->depthBytes : 0,
279 fillLine(color, pDst, pDstRect->depthBytes, numSamples,
296 format->depthBytes
[all...]

Completed in 3383 milliseconds