Searched defs:sh (Results 26 - 31 of 31) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmspcs.c475 cmsFloat64Number c12, sc, sh; local
494 sh = 1.0 + (0.014 * c12);
496 return sqrt(Sqr(dL) + Sqr(dC) / Sqr(sc) + Sqr(dh) / Sqr(sh));
570 cmsFloat64Number dE,dL,dC,dh,sl,sc,sh,t,f,cmc; local
601 sh = sc*(t*f+1-f);
602 cmc = sqrt(Sqr(dL/(l*sl))+Sqr(dC/(c*sc))+Sqr(dh/sh));
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c171 * source coordinate that falls within the (0, 0, sw, sh) bounds of the
184 juint sw, juint sh)
215 (((juint) WholeOfLong(ylong)) >= sh ||
226 (((juint) WholeOfLong(ylong)) >= sh ||
256 jint dxoff, jint dyoff, jint sw, jint sh);
549 jint dxoff, jint dyoff, jint sw, jint sh)
593 if (x >= 0 && y >= 0 && x < sw && y < sh &&
595 WholeOfLong(ylong) < sh)
180 calculateEdges(jint *pEdges, SurfaceDataBounds *pBounds, TransformInfo *pItxInfo, jlong xbase, jlong ybase, juint sw, juint sh) argument
538 Transform_SafeHelper(JNIEnv *env, SurfaceDataOps *srcOps, SurfaceDataOps *dstOps, SurfaceDataRasInfo *pSrcInfo, SurfaceDataRasInfo *pDstInfo, NativePrimitive *pMaskBlitPrim, CompositeInfo *pCompInfo, TransformHelperFunc *pHelperFunc, TransformInterpFunc *pInterpFunc, RegionData *pClipInfo, TransformInfo *pItxInfo, jint *pData, jint *pEdges, jint dxoff, jint dyoff, jint sw, jint sh) argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c919 jint sx, sy, sw, sh; local
936 sh = ((sy + th) > h) ? (h - sy) : th;
942 sx, sy, x, y, sw, sh,
959 jint sx, sy, sw, sh, dxadj, dyadj; local
1000 sh = ((sy + th) > h) ? (h - sy) : th;
1012 0, 0, sw, sh,
1018 ty2 = ((GLfloat)sh) / OGLC_BLIT_TILE_SIZE;
1022 dyadj = dstOps->yOffset + dstOps->height - (y + sh);
1031 sw, sh);
1035 dty1 = ((GLfloat)sh) / OGLTR_CACHED_DEST_HEIGH
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp157 klassOop Management::load_and_initialize_klass(Symbol* sh, TRAPS) { argument
158 klassOop k = SystemDictionary::resolve_or_fail(sh, true, CHECK_NULL);
1384 objArrayHandle sh(THREAD, array);
1385 synchronizers_array = sh;
1738 Handle sh(THREAD, s);
1742 add_global_entry(env, sh, &globals[i], flag, THREAD)) {
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java1010 public void blitImage(CRenderer renderer, SunGraphics2D sg2d, SurfaceData img, boolean fliph, boolean flipv, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh, Color bgColor) { argument
1011 // System.err.println("--- blitImage sx="+sx+", sy="+sy+", sw="+sw+", sh="+sh+", img="+img);
1025 renderer.doImage(this, img, fliph, flipv, w, h, sx, sy, sw, sh, dx, dy, dw, dh);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java1999 public void setClip(Shape sh) { argument
2000 usrClip = transformShape(sh);

Completed in 60 milliseconds

12