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

1 2

  /external/mesa3d/src/gallium/state_trackers/vega/
path.h 46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
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...]
  /external/valgrind/memcheck/
mc_machine.c 138 by testing ox instead of o, and setting ox back 4 bytes when sz == 4.
141 Int ox = o; local
143 Int ox = sz == 8 ? o : (o - 4);
145 if (ox == GOF(GPR0)) return ox;
146 if (ox == GOF(GPR1)) return ox;
147 if (ox == GOF(GPR2)) return ox;
    [all...]
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 43 Object ox = o; local
47 i = (ox instanceof String) ? 0 : 1;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 92 float ox = nx; local
94 ny = -ox;
  /external/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /external/pdfium/third_party/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /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...]
  /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),
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),
ColorHueView.java 118 float ox = mDotX; local
137 // 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),
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 439 int ox = deRoundFloatToInt32(width / 2.0f); local
441 int x1 = deRoundFloatToInt32((width * fx1 / 2.0f) + ox);
443 int x2 = deRoundFloatToInt32((width * fx2 / 2.0f) + ox);
    [all...]
teglPreservingSwapTests.cpp 209 const int ox = width/2; local
215 const int x1i = (int)((px/2.0f) * x1 + ox);
218 const int x2i = (int)((px/2.0f) * x2 + ox);
256 const int ox = target->getWidth()/2; local
262 const int x1i = (int)((px/2.0) * x1 + ox);
265 const int x2i = (int)((px/2.0) * x2 + ox);
498 const int ox = width/2; local
504 const int x1i = (int)((px/2.0f) * postSwapX1 + ox);
507 const int x2i = (int)((px/2.0f) * postSwapX2 + ox);
  /external/freetype/src/autofit/
afhints.h 244 FT_Pos ox, oy; /* original, scaled position */ member in struct:AF_PointRec_
  /external/freetype/src/truetype/
ttobjs.h 195 FT_F26Dot6 ox, oy; /* offsets */ member in struct:TT_Transform_
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 195 FT_F26Dot6 ox, oy; /* offsets */ member in struct:TT_Transform_
  /external/skia/src/effects/
SkBlurMask.cpp 708 int ox = dx >> 1; local
709 if (ox < 0) {
710 ox = 0;
713 return profile[ox];
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
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';
819 ox[1] = 'x';
877 ox[1] = ch;
967 if (ox[1]
    [all...]
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';
842 ox[1] = 'x';
901 ox[1] = ch;
991 if (ox[1]
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 733 float ox = x - ix; local
737 float jx = ox - 1;
741 float cn1 = ox * ox;
748 cn1 = 1.0f - 3.0f * cn1 + 2.0f * cn1 * ox;
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 698 GLfloat ox = sx + x; local
709 f[0] = sx; f[4] = 0; f[ 8] = 0; f[12] = ox;
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 3942 U4 ox = rand(); \/\/NOLINT local
4046 int ox = __LINE__; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 904 milliseconds

1 2