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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c293 static void TransferImage(disp,reg_image,srcw,srch,reg,
298 int32_t srcw,srch,dst_x , dst_y ;
313 for(i=0 ; i < srch ; i++)
344 for(i=0 ; i < srch ; i++)
364 for(i=0 ; i < srch ; i++)
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.c58 jint srch = sy2 - sy1; local
61 scaley = ((GLfloat)(dy2-dy1)) / srch;
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/hotspot/src/share/vm/utilities/
H A Ddebug.cpp725 FindClassObjectClosure srch(name);
726 Universe::heap()->permanent_object_iterate(&srch);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp950 UINT srch = srcOps->pResource->GetDesc()->Height; 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 };
6826 cpps->srch = srcH;

Completed in 129 milliseconds