Searched refs:yOrg (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DTexturePaintContext.java54 double yOrg; field in class:TexturePaintContext
161 this.yOrg = xform.getTranslateY();
223 double Y = mod(yOrg + x * incYAcross + y * incYDown, bHeight);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp3567 jint yOrg = GetDeviceCaps(printDC, PHYSICALOFFSETY);
3568 setIntField(env, self, PHYSY_STR, yOrg);

Completed in 283 milliseconds