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

/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DMatrix3D.java47 float yx, yy, yz, yo; field in class:Matrix3D
64 yx *= f;
80 yx *= yf;
129 float Nyx = (float) (yx * ct + zx * st);
134 float Nzx = (float) (zx * ct - yx * st);
140 yx = Nyx;
155 float Nyx = (float) (yx * ct + xx * st);
160 float Nxx = (float) (xx * ct - yx * st);
166 yx = Nyx;
177 float lxx = xx * rhs.xx + yx * rh
[all...]
/openjdk7/jdk/src/share/demo/applets/WireFrame/
H A DMatrix3D.java47 float yx, yy, yz, yo; field in class:Matrix3D
64 yx *= f;
80 yx *= yf;
129 float Nyx = (float) (yx * ct + zx * st);
134 float Nzx = (float) (zx * ct - yx * st);
140 yx = Nyx;
155 float Nyx = (float) (yx * ct + xx * st);
160 float Nxx = (float) (xx * ct - yx * st);
166 yx = Nyx;
177 float lxx = xx * rhs.xx + yx * rh
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.cpp203 float xx, xy, yx, yy; local
215 yx = yy * txMat[2];
218 adjustment.fX = xx + yx;
273 float xx, xy, yx, yy; local
286 yx = 0;
289 yx = yy * txMat[2];
292 pixels.fX = xx + yx;
H A DfreetypeScaler.c389 context->transform.yx = -FloatToFTFixed((float)dmat[1]/ptsz);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h188 double xx, xy, yx, yy; member in struct:_FcMatrix
192 (m)->xy = (m)->yx = 0)

Completed in 39 milliseconds