HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 701 - 725 of 1250) sorted by null

<<21222324252627282930>>

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp 142 int32_t y1 = TYPE_INFO_COORDINATES[i][1]; local
143 matrix->Set(x1, y1, bit);
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat3x3.hpp 76 T const & x1, T const & y1, T const & z1,
86 typename X1, typename Y1, typename Z1,
90 X1 const & x1, Y1 const & y1, Z1 const & z1,
type_mat4x4.hpp 76 T const & x1, T const & y1, T const & z1, T const & w1,
89 typename X1, typename Y1, typename Z1, typename W1,
94 X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
  /external/webrtc/webrtc/base/
optional_unittest.cc 470 Optional<Logger> x1(a), x2(b), y1(a), y2, z1, z2;
473 swap(y1, y2); // Swap full <-> empty.
  /frameworks/base/core/java/android/view/
GestureDetector.java 538 final float y1 = mVelocityTracker.getYVelocity(id1); local
544 final float y = y1 * mVelocityTracker.getYVelocity(id2);
ViewGroup.java 3405 int y1 = y2 - dy1; local
    [all...]
  /frameworks/support/compat/java/android/support/v4/view/
GestureDetectorCompat.java 271 final float y1 = VelocityTrackerCompat.getYVelocity(mVelocityTracker, id1); local
277 final float y = y1 * VelocityTrackerCompat.getYVelocity(mVelocityTracker, id2);
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 231 /* Y1 Y2 */
233 int y1 = *(src_y + x); local
242 yuv2pixel(dest_even++, y1, u, v);
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 136 uint8_t y1 = (src[0] >> 24) & 0xFF; local
140 dst[3] = y1;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 107 private boolean centerIsOutside(float x1, float y1) {
108 return (!mImageBounds.contains((int) x1, (int) y1));
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 282 final float y1 = from.top; local
305 float y = (1f - t) * (1f - t) * (y1 - y1o) + 2 * (1f - t) * t * (y2 - x1o) +
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 94 short x1,y1; member in struct:_XkbBounds
98 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 242 __MATHCALL (y1,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 94 short x1,y1; member in struct:_XkbBounds
98 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 243 __MATHCALL (y1,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 243 __MATHCALL (y1,, (_Mdouble_));
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
videoreader.py 83 x0, y0, x1, y1 = self.movie.GetMovieBox()
84 self.videodescr = {'width':(x1-x0), 'height':(y1-y0)}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 83 x0, y0, x1, y1 = self.movie.GetMovieBox()
84 self.videodescr = {'width':(x1-x0), 'height':(y1-y0)}
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 792 static void SC_DrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1,
808 //ALOGE("%4.2f, %4.2f, %4.2f", x1, y1, z1);
813 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
826 static void SC_DrawQuad(float x1, float y1, float z1,
830 SC_DrawQuadTexCoords(x1, y1, z1, 0, 1,
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 1933 uint16_t x1, x2, y1, y2, dx, dy; local
2008 uint16_t x1, x2, y1, y2; local
    [all...]
  /bionic/libm/include/
math.h 211 double y1(double);
  /external/ImageMagick/MagickCore/
image.h 111 y1, member in struct:_SegmentInfo
studio.h 248 #undef y1 macro
  /external/ImageMagick/MagickWand/
studio.h 245 #undef y1 macro
  /external/ImageMagick/www/api/
annotate.php 183 bounds: y1
238 bounds: y1

Completed in 2061 milliseconds

<<21222324252627282930>>