HomeSort by relevance Sort by last modified time
    Searched defs:wy (Results 1 - 8 of 8) sorted by null

  /external/lzma/CPP/Windows/Control/
Dialog.cpp 97 int wy = RECT_SIZE_Y(rect); local
100 ySize / 8 * y <= wy;
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 78 float wy = (float)py + 0.5f; local
80 float ny = wy / dstH;
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 81 float wy = (float)py + 0.5f; local
83 float ny = wy / dstH;
  /external/ceres-solver/include/ceres/
rotation.h 404 const T wy = angle_axis[1] / theta; local
411 R(1, 0) = wz*sintheta + wx*wy*(kOne - costheta);
412 R(2, 0) = -wy*sintheta + wx*wz*(kOne - costheta);
413 R(0, 1) = wx*wy*(kOne - costheta) - wz*sintheta;
414 R(1, 1) = costheta + wy*wy*(kOne - costheta);
415 R(2, 1) = wx*sintheta + wy*wz*(kOne - costheta);
416 R(0, 2) = wy*sintheta + wx*wz*(kOne - costheta);
417 R(1, 2) = -wx*sintheta + wy*wz*(kOne - costheta);
  /external/libpng/contrib/tools/
genpng.c 316 double wy = bicubic[abs(dy)][0]; local
318 if (wy != 0)
331 alpha += wy * alphay;
388 double wy = fabs(arg->y1-arg->y2)/2; local
390 if (square_check(x, y, cx-wx-w, cy-wy-w, cx+wx+w, cy+wy+w))
396 wy -= w;
397 if (wx > 0 && wy > 0 && square_check(x, y, cx-wx, cy-wy, cx+wx, cy+wy))
497 double wy = fabs(arg->y1-arg->y2)\/2; local
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 339 static inline float triDerivateY (const tcu::Vec3& s, const tcu::Vec3& w, float wy, float height, float nx)
341 float d = w[1]*w[2]*(height*(nx - 1.0f) + wy) - w[0]*(w[1]*height*nx + w[2]*wy);
346 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float height)
349 float dudx = triDerivateX(u, projection, wx, width, wy/height);
350 float dudy = triDerivateY(u, projection, wy, height, wx/width);
356 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& projection, float wx, float wy, float width, float height)
359 float dudx = triDerivateX(u, projection, wx, width, wy/height);
360 float dvdx = triDerivateX(v, projection, wx, width, wy/height);
361 float dudy = triDerivateY(u, projection, wy, height, wx/width)
522 float wy = (float)py + 0.5f; local
565 float wy = (float)py + 0.5f; local
671 const float wy = (float)py + 0.5f; local
867 float wy = (float)py + 0.5f; local
924 const float wy = (float)py + 0.5f; local
1747 const float wy = (float)py + 0.5f; local
1852 const float wy = (float)py + 0.5f; local
2045 const float wy = (float)py + 0.5f; local
2219 const float wy = (float)py + 0.5f; local
2386 const float wy = (float)py + 0.5f; local
2495 const float wy = (float)py + 0.5f; local
2692 const float wy = (float)py + 0.5f; local
2867 const float wy = (float)py + 0.5f; local
2981 const float wy = (float)py + 0.5f; local
3103 const float wy = (float)py + 0.5f; local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 2959 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1154 milliseconds