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

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.c57 jint srcw = sx2 - sx1; local
60 scalex = ((GLfloat)(dx2-dx1)) / srcw;
81 j2d_glCopyPixels(sx1, sy1, srcw, srch, GL_COLOR);
84 j2d_glCopyPixels(sx1, sy1, srcw, srch, GL_COLOR);
133 // texture coordinates in the range [0,srcw] and [0,srch] instead of
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp949 UINT srcw = srcOps->pResource->GetDesc()->Width; local
969 BOOL fullRead = ((width * height) >= (srcw * srch * 0.5f));
979 GetBlitOSPSurface(srcw, srch, srcFmt, &pLockableRes);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp130 int srcw, srch; member in struct:CreatePrintedPixelsStruct
1939 SIZE size = { cpps->srcw, cpps->srch };
6825 cpps->srcw = srcW;

Completed in 58 milliseconds