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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp573 IDirect3DSurface9 *pBlitSurface = NULL, *pSrc = NULL; local
594 pBlitSurface = pBlitTextureRes->GetSurface();
638 &srcRect, pBlitSurface, &dstRect,
1072 IDirect3DSurface9 *pBlitSurface = NULL; local
1080 pBlitSurface = pBlitTextureRes->GetSurface();
1083 if (!pBlitTexture || !pBlitSurface) {
1100 pBlitSurface, &tmpDstRect,
1107 res = pd3dDevice->StretchRect(pBlitSurface, &tmpDstRect,

Completed in 97 milliseconds