HomeSort by relevance Sort by last modified time
    Searched full:skew (Results 176 - 200 of 396) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/lib/asan/tests/
CMakeLists.txt 9 # and have some elements of version skew -- they test the *host* compiler's
  /external/mesa3d/src/mesa/program/
prog_noise.c 246 /* Skew the input space to determine which simplex cell we're in */
329 /* Skew the input space to determine which simplex cell we're in */
330 float s = (x + y + z) * F3; /* Very nice and simple skew factor for 3D */
486 /* Skew the (x,y,z,w) space to determine which cell of 24 simplices we're in */
  /external/skia/gm/
poly2poly.cpp 259 // rotate/skew (3 points)
  /external/skia/tests/
MatrixTest.cpp 340 // skew with same size
346 // skew with different size
352 // skew with same size at a pivot point
359 // skew with different size at a pivot point
    [all...]
FontHostTest.cpp 271 // these two exercise obliquing (skew)
  /external/tinyxml/docs/
index.html 17 The best place for the complete, correct, and quite frankly hard to read spec is at <a href="http://www.w3.org/TR/2004/REC-xml-20040204/">http://www.w3.org/TR/2004/REC-xml-20040204/</a>. An intro to XML (that I really like) can be found at <a href="http://skew.org/xml/tutorial/">http://skew.org/xml/tutorial</a>.<p>
74 The <a href="http://skew.org/xml/tutorial/">Skew.org link</a> does a great job covering the encoding issue.<p>
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.h 78 // which could skew the result.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
yp_prot.h 318 YPPUSH_SKEW = -10, /* Map version skew during transfer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp_prot.h 318 YPPUSH_SKEW = -10, /* Map version skew during transfer */
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
punycode.py 110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
punycode.py 110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
punycode.py 110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
punycode.py 110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
  /system/core/logd/
libaudit.c 63 SLOGW("Expected sequence number between user space and kernel space is out of skew, "
  /external/skia/src/core/
SkLinearBitmapPipeline.cpp 257 AffineMatrixStrategy(SkVector offset, SkVector scale, SkVector skew)
260 , fXSkew{X(skew)}, fYSkew{Y(skew)} { }
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 152 static void skew(JNIEnv*, jobject, jlong canvasHandle, jfloat sx, jfloat sy) { function in namespace:android::CanvasJNI
153 get_canvas(canvasHandle)->skew(sx, sy);
594 {"native_skew","!(JFF)V", (void*) CanvasJNI::skew},
  /frameworks/base/libs/hwui/
VectorDrawable.cpp 75 // For non-skew case, which is most of the cases, matrix scale is computing exactly the
77 // For skew case, an unit square will mapped to a parallelogram. And this function will
470 // Only use the scale value when there's no skew or rotation in the canvas matrix.
  /external/ImageMagick/MagickCore/
shear.c 195 % DeskewImage() removes skew from the image. Skew is an artifact that
602 skew;
619 skew=0;
624 skew=i-(ssize_t) width+1;
629 degrees=RadiansToDegrees(-atan((double) skew/width/8));
599 skew; local
    [all...]
  /external/skia/src/utils/
SkMatrix44.cpp 336 SkDoubleToMScalar(xyC + zs), // skew x
339 SkDoubleToMScalar(xyC - zs), // skew y
890 // rows or columns will skew. If only one value in each row or
  /cts/tests/app/src/android/app/cts/
AlarmManagerTest.java 63 // and mandate that the average observed delivery skew between the two be statistically
  /external/dhcpcd-6.8.2/
common.c 89 #define NO_MONOTONIC "host does not support a monotonic clock - timing can skew"
  /external/skia/src/views/
SkTouchGesture.cpp 192 // this query works 'cause we know that we're square-scale w/ no skew/rotation
  /external/tcpdump/
print-wb.c 60 uint32_t ph_ts; /* time stamp (for skew computation) */
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 318 // In case of 0 mse in one frame, 128 can skew the results significantly.
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 209 // In case of 0 mse in one frame, 128 can skew the results significantly.

Completed in 469 milliseconds

1 2 3 4 5 6 78 91011>>