Searched defs:oz (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMMatrix.cpp73 DOMMatrix* DOMMatrix::scale3dSelf(double scale, double ox, double oy, double oz) argument
75 return scaleNonUniformSelf(scale, scale, scale, ox, oy, oz);
79 double ox, double oy, double oz)
81 if (sz != 1 || oz)
87 bool hasTranslation = (ox || oy || oz);
90 translateSelf(ox, oy, oz);
98 translateSelf(-ox, -oy, -oz);
78 scaleNonUniformSelf(double sx, double sy, double sz, double ox, double oy, double oz) argument
H A DDOMMatrixReadOnly.cpp35 DOMMatrix* DOMMatrixReadOnly::scale3d(double scale, double ox, double oy, double oz) argument
37 return DOMMatrix::create(this)->scale3dSelf(scale, ox, oy, oz);
41 double ox, double oy, double oz)
43 return DOMMatrix::create(this)->scaleNonUniformSelf(sx, sy, sz, ox, oy, oz);
40 scaleNonUniform(double sx, double sy, double sz, double ox, double oy, double oz) argument
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_xform_tmp.h425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
426 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12;
427 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13;
428 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14;
429 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15;
471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
474 to[i][2] = + oz ;
493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
496 to[i][2] = + oz ;
517 const GLfloat ox = from[0], oy = from[1], oz local
542 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
565 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_xform_tmp.h425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
426 to[i][0] = m0 * ox + m4 * oy + m8 * oz + m12;
427 to[i][1] = m1 * ox + m5 * oy + m9 * oz + m13;
428 to[i][2] = m2 * ox + m6 * oy + m10 * oz + m14;
429 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15;
471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
474 to[i][2] = + oz ;
493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
496 to[i][2] = + oz ;
517 const GLfloat ox = from[0], oy = from[1], oz local
542 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
565 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
[all...]

Completed in 1558 milliseconds