Searched refs:pSrcRect (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.c165 BitmapToYXBandedRectangles(ImageRect * pSrcRect, RECT_T * out) argument
171 for (j = 0; j < pSrcRect->numLines; j++) {
175 byte_t *pSrc = (byte_t *) pSrcRect->pBits + j * pSrcRect->stride;
181 while (i < pSrcRect->numSamples &&
182 getRGBA(pSrc, pSrcRect->format) < ALPHA_THRESHOLD) {
183 pSrc += pSrcRect->depthBytes;
186 if (i >= pSrcRect->numSamples)
189 while (i < pSrcRect->numSamples &&
190 getRGBA(pSrc, pSrcRect
[all...]
H A Dsplashscreen_gfx_impl.c223 convertRect(ImageRect * pSrcRect, ImageRect * pDstRect, int mode) argument
225 return convertRect2(pSrcRect, pDstRect, mode, NULL);
229 convertRect2(ImageRect * pSrcRect, ImageRect * pDstRect, int mode, argument
232 int numLines = pSrcRect->numLines;
233 int numSamples = pSrcRect->numSamples;
234 void *pSrc = pSrcRect->pBits;
255 convertLine(pSrc, pSrcRect->depthBytes, pDst, pDstRect->depthBytes,
256 numSamples, pSrcRect->format, pDstRect->format, mode,
259 INCPN(byte_t, pSrc, pSrcRect->stride);
266 return numLines * pSrcRect
[all...]
H A Dsplashscreen_gfx.h128 int convertRect2(ImageRect * pSrcRect, ImageRect * pDstRect, int mode,
130 int convertRect(ImageRect * pSrcRect, ImageRect * pDstRect, int mode);
H A Dsplashscreen_impl.h168 int BitmapToYXBandedRectangles(ImageRect * pSrcRect, RECT_T * out);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp67 RECT srcRect, dstRect, *pSrcRect, *pDstRect; local
135 pSrcRect = &srcRect;
144 pSrcRect = NULL;
154 pSrcRect = NULL;
158 res = pSwapChain->Present(pSrcRect, pDstRect, 0, NULL, 0);

Completed in 571 milliseconds