HomeSort by relevance Sort by last modified time
    Searched refs:ox (Results 1 - 25 of 60) sorted by null

1 2 3

  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 43 Object ox = o; local
47 i = (ox instanceof String) ? 0 : 1;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMMatrix.cpp 68 DOMMatrix* DOMMatrix::scaleSelf(double scale, double ox, double oy)
70 return scaleNonUniformSelf(scale, scale, 1, ox, oy);
73 DOMMatrix* DOMMatrix::scale3dSelf(double scale, double ox, double oy, double oz)
75 return scaleNonUniformSelf(scale, scale, scale, ox, oy, oz);
79 double ox, double oy, double oz)
87 bool hasTranslation = (ox || oy || oz);
90 translateSelf(ox, oy, oz);
98 translateSelf(-ox, -oy, -oz);
DOMMatrixReadOnly.cpp 30 DOMMatrix* DOMMatrixReadOnly::scale(double scale, double ox, double oy)
32 return DOMMatrix::create(this)->scaleSelf(scale, ox, oy);
35 DOMMatrix* DOMMatrixReadOnly::scale3d(double scale, double ox, double oy, double oz)
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);
DOMMatrixReadOnly.h 49 DOMMatrix* scale(double scale, double ox = 0, double oy = 0);
50 DOMMatrix* scale3d(double scale, double ox = 0, double oy = 0, double oz = 0);
52 double ox = 0, double oy = 0, double oz = 0);
DOMMatrix.h 44 DOMMatrix* scaleSelf(double scale, double ox = 0, double oy = 0);
45 DOMMatrix* scale3dSelf(double scale, double ox = 0, double oy = 0, double oz = 0);
47 double ox = 0, double oy = 0, double oz = 0);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.c 277 static INLINE void map_if_relative(VGfloat ox, VGfloat oy,
283 *x += ox;
291 VGfloat ox, VGfloat oy,
294 if (!floatsEqual(sx, ox) ||
364 VGfloat sx, sy, px, py, ox, oy; local
388 sx = sy = px = py = ox = oy = 0.f;
400 close_polygon(current, sx, sy, ox, oy, matrix);
401 ox = sx;
407 close_polygon(current, sx, sy, ox, oy, matrix);
414 map_if_relative(ox, oy, relative, &x0, &y0)
952 VGfloat px, py, ox, oy, sx, sy; member in struct:path_iter_data
1233 VGfloat sx, sy, px, py, ox, oy; local
1719 VGfloat ox, oy; local
1802 VGfloat ox, oy; local
    [all...]
path.h 46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 277 static INLINE void map_if_relative(VGfloat ox, VGfloat oy,
283 *x += ox;
291 VGfloat ox, VGfloat oy,
294 if (!floatsEqual(sx, ox) ||
364 VGfloat sx, sy, px, py, ox, oy; local
388 sx = sy = px = py = ox = oy = 0.f;
400 close_polygon(current, sx, sy, ox, oy, matrix);
401 ox = sx;
407 close_polygon(current, sx, sy, ox, oy, matrix);
414 map_if_relative(ox, oy, relative, &x0, &y0)
952 VGfloat px, py, ox, oy, sx, sy; member in struct:path_iter_data
1233 VGfloat sx, sy, px, py, ox, oy; local
1719 VGfloat ox, oy; local
1802 VGfloat ox, oy; local
    [all...]
path.h 46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_xform_tmp.h 88 const GLfloat ox = from[0]; local
89 to[i][0] = m0 * ox + m12;
90 to[i][1] = m1 * ox + m13;
91 to[i][2] = m2 * ox + m14;
92 to[i][3] = m3 * ox + m15;
132 const GLfloat ox = from[0]; local
133 to[i][0] = m0 * ox + m12;
134 to[i][1] = m1 * ox + m13;
153 const GLfloat ox = from[0]; local
154 to[i][0] = m0 * ox + m12
175 const GLfloat ox = from[0]; local
199 const GLfloat ox = from[0]; local
221 const GLfloat ox = from[0]; local
254 const GLfloat ox = from[0], oy = from[1]; local
299 const GLfloat ox = from[0], oy = from[1]; local
320 const GLfloat ox = from[0], oy = from[1]; local
342 const GLfloat ox = from[0], oy = from[1]; local
369 const GLfloat ox = from[0], oy = from[1]; local
397 const GLfloat ox = from[0], oy = from[1]; local
425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
517 const GLfloat ox = from[0], oy = from[1], oz = from[2]; 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/
m_xform_tmp.h 88 const GLfloat ox = from[0]; local
89 to[i][0] = m0 * ox + m12;
90 to[i][1] = m1 * ox + m13;
91 to[i][2] = m2 * ox + m14;
92 to[i][3] = m3 * ox + m15;
132 const GLfloat ox = from[0]; local
133 to[i][0] = m0 * ox + m12;
134 to[i][1] = m1 * ox + m13;
153 const GLfloat ox = from[0]; local
154 to[i][0] = m0 * ox + m12
175 const GLfloat ox = from[0]; local
199 const GLfloat ox = from[0]; local
221 const GLfloat ox = from[0]; local
254 const GLfloat ox = from[0], oy = from[1]; local
299 const GLfloat ox = from[0], oy = from[1]; local
320 const GLfloat ox = from[0], oy = from[1]; local
342 const GLfloat ox = from[0], oy = from[1]; local
369 const GLfloat ox = from[0], oy = from[1]; local
397 const GLfloat ox = from[0], oy = from[1]; local
425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
517 const GLfloat ox = from[0], oy = from[1], oz = from[2]; 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...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 92 float ox = nx; local
94 ny = -ox;
  /external/valgrind/main/memcheck/
mc_machine.c 169 by testing ox instead of o, and setting ox back 4 bytes when sz == 4.
171 Int ox = sz == 8 ? o : (o - 4); local
172 if (ox == GOF(GPR0)) return ox;
173 if (ox == GOF(GPR1)) return ox;
174 if (ox == GOF(GPR2)) return ox;
175 if (ox == GOF(GPR3)) return ox
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /external/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 253 const int ox = width/2; local
259 const int x1i = (int)((px/2.0f) * x1 + ox);
262 const int x2i = (int)((px/2.0f) * x2 + ox);
300 const int ox = target->getWidth()/2; local
306 const int x1i = (int)((px/2.0) * x1 + ox);
309 const int x2i = (int)((px/2.0) * x2 + ox);
520 const int ox = width/2; local
526 const int x1i = (int)((px/2.0f) * postSwapX1 + ox);
529 const int x2i = (int)((px/2.0f) * postSwapX2 + ox);
  /external/chromium_org/third_party/skia/include/gpu/
GrTexture.h 205 void setOffset(int ox, int oy) { fOffset.set(ox, oy); }
  /external/skia/include/gpu/
GrTexture.h 207 void setOffset(int ox, int oy) { fOffset.set(ox, oy); }
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorBrightnessView.java 103 float ox = mDotX; local
121 invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
ColorOpacityView.java 108 float ox = mDotX; local
126 invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
ColorSaturationView.java 103 float ox = mDotX; local
121 invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
ColorValueView.java 86 float ox = mDotX; local
104 invalidate((int) (ox - dotRadus), (int) (oy - dotRadus), (int) (ox + dotRadus),
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 296 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
328 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
512 ox[1] = '\0';
673 ox[1] = 'x';
677 ox[1] = 'X';
707 ox[1] = '\0';
843 ox[1] = 'x';
902 ox[1] = ch;
992 if (ox[1]
    [all...]
vfwprintf.c 299 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
328 wchar_t ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
488 ox[1] = '\0';
635 ox[1] = 'x';
639 ox[1] = 'X';
669 ox[1] = '\0';
820 ox[1] = 'x';
878 ox[1] = ch;
968 if (ox[1]
    [all...]

Completed in 1937 milliseconds

1 2 3