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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
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
235 void *pDst = pDstRect->pBits;
239 if (pDstRect->numLines < numLines)
240 numLines = pDstRect->numLines;
241 if (pDstRect->numSamples < numSamples) {
242 numSamples = pDstRect->numSamples;
253 row = pDstRect->row;
255 convertLine(pSrc, pSrcRect->depthBytes, pDst, pDstRect
270 fillRect(rgbquad_t color, ImageRect * pDstRect) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp67 RECT srcRect, dstRect, *pSrcRect, *pDstRect; local
136 pDstRect = &dstRect;
139 OffsetRect(pDstRect, d3dsdo->xoff, d3dsdo->yoff);
145 pDstRect = NULL;
155 pDstRect = NULL;
158 res = pSwapChain->Present(pSrcRect, pDstRect, 0, NULL, 0);

Completed in 32 milliseconds