Searched defs:depthBytes (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/ |
H A D | splashscreen_gfx.h | 62 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 D | splashscreen_gfx_impl.c | 206 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 39 milliseconds