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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h85 void *pBits; // points to sample 0, scanline 0 member in struct:ImageRect
127 int stride, void *pBits, ImageFormat * format);
H A Dsplashscreen_gfx_impl.c204 int stride, void *pBits, ImageFormat * format)
208 pRect->pBits = pBits;
209 INCPN(byte_t, pRect->pBits, y * stride + x * depthBytes);
234 void *pSrc = pSrcRect->pBits;
235 void *pDst = pDstRect->pBits;
251 pSrc2 = pSrcRect2->pBits;
274 void *pDst = pDstRect->pBits;
203 initRect(ImageRect * pRect, int x, int y, int width, int height, int jump, int stride, void *pBits, ImageFormat * format) argument

Completed in 21 milliseconds