Searched defs:xy (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/ |
H A D | Matrix3D.java | 46 float xx, xy, xz, xo; field in class:Matrix3D 61 xy *= f; 77 xy *= xf; 104 float Nxy = (float) (xy * ct + zy * st); 109 float Nzy = (float) (zy * ct - xy * st); 115 xy = Nxy; 156 float Nyy = (float) (yy * ct + xy * st); 161 float Nxy = (float) (xy * ct - yy * st); 171 xy = Nxy; 177 float lxx = xx * rhs.xx + yx * rhs.xy [all...] |
/openjdk7/jdk/src/share/demo/applets/WireFrame/ |
H A D | Matrix3D.java | 46 float xx, xy, xz, xo; field in class:Matrix3D 61 xy *= f; 77 xy *= xf; 104 float Nxy = (float) (xy * ct + zy * st); 109 float Nzy = (float) (zy * ct - xy * st); 115 xy = Nxy; 156 float Nyy = (float) (yy * ct + xy * st); 161 float Nxy = (float) (xy * ct - yy * st); 171 xy = Nxy; 177 float lxx = xx * rhs.xx + yx * rhs.xy [all...] |
/openjdk7/jdk/src/share/native/sun/font/ |
H A D | FontInstanceAdapter.cpp | 203 float xx, xy, yx, yy; local 211 xy = xx * txMat[1]; 219 adjustment.fY = xy + yy; 273 float xx, xy, yx, yy; local 280 xy = 0; 282 xy = xx * txMat[1]; 293 pixels.fY = xy + yy;
|
/openjdk7/jdk/src/solaris/native/sun/awt/ |
H A D | fontconfig.h | 188 double xx, xy, yx, yy; member in struct:_FcMatrix 192 (m)->xy = (m)->yx = 0)
|
Completed in 45 milliseconds