/external/skia/tests/ |
PathOpsAngleTest.cpp | 430 double y2 = y - ySlop; 432 double rx_y2 = rx * y2;
|
/external/v8/test/mjsunit/harmony/ |
module-parsing.js | 63 export let y1 = 0, y2
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DeleteDropTarget.java | 270 final float y2 = from.top + offsetY; // intermediate t/l local 296 float y = (1f - t) * (1f - t) * (y1 - y1o) + 2 * (1f - t) * t * (y2 - x1o) +
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 95 short x2,y2; member in struct:_XkbBounds 98 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 95 short x2,y2; member in struct:_XkbBounds 98 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 95 short x2,y2; member in struct:_XkbBounds 98 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
|
/external/chromium/chrome/browser/resources/ntp/ |
drag_drop_controller.js | 75 var y2 = Math.pow(p1.y - p2.y, 2); 76 return Math.sqrt(x2 + y2);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
background.js | 17 function drawLine(ctx, x1, y1, x2, y2) { 20 ctx.lineTo(x2, y2);
|
/external/clang/test/SemaCXX/ |
enum-scoped.cpp | 158 enum class F y2 = a; // expected-error {{reference to enumeration must use 'enum' not 'enum class'}} member in namespace:E1::E2::Redeclare5::N2764
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
vp8_fast_quantize_b_armv6.asm | 80 pkhtb r10, r12, r10, asr #16 ; [y3 | y2] 81 eor r10, r10, r11 ; [(y3 ^ sz3) | (y2 ^ sz2)]
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 71 vqdmulh.s16 q10, q8 ; y2 = ((Round+abs(z)) * Quant) >> 16 87 veor.s16 q10, q12 ; y2^sz2
|
/external/pixman/test/ |
glyph-test.c | 176 clip_boxes[i].y2 =
|
/frameworks/rs/ |
rsFont.h | 248 float x2, float y2, float z2,
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_q6vdec.h | 166 u32 y2; member in struct:vdec_cropping_window
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_q6vdec.h | 141 u32 y2; member in struct:vdec_cropping_window
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_random.py | 139 y2 = self.gen.gauss(0, 1) 142 self.assertEqual(y1, y2) 195 y2 = self.gen.gauss(0, 1) 198 self.assertEqual(y1, y2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_random.py | 139 y2 = self.gen.gauss(0, 1) 142 self.assertEqual(y1, y2) 195 y2 = self.gen.gauss(0, 1) 198 self.assertEqual(y1, y2)
|
/external/chromium_org/third_party/freetype/src/smooth/ |
ftgrays.c | 591 TCoord y2 ) 606 if ( y1 == y2 ) 616 delta = y2 - y1; 625 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 ); 631 p = fx1 * ( y2 - y1 ); 654 p = ONE_PIXEL * ( y2 - y1 + delta ); 683 delta = y2 - y1; [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 631 TCoord y2 ) 646 if ( y1 == y2 ) 656 delta = y2 - y1; 665 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 ); 671 p = fx1 * ( y2 - y1 ); 697 p = ONE_PIXEL * ( y2 - y1 + delta ); 726 delta = y2 - y1; [all...] |
/external/qemu/ |
console.c | 603 int y1, y2; local 612 y2 = y1 - s->y_displayed; 613 if (y2 < 0) 614 y2 += s->total_height; 615 if (y2 < s->height) { 617 vga_putcharxy(s->ds, x, y2, c->ch, 619 invalidate_xy(s, x, y2); [all...] |
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 260 float x2, float y2, float z2, float u2, float v2, 276 //ALOGE("%4.2f, %4.2f, %4.2f", x2, y2, z2); 280 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4}; 294 float x2, float y2, float z2, 298 x2, y2, z2, 1, 1, 321 static void SC_DrawRect(float x1, float y1, float x2, float y2, float z) { 322 SC_DrawQuad(x1, y2, z, x2, y2, z, x2, y1, z, x1, y1, z); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCell.cpp | 1008 int y2; member in struct:WebCore::CollapsedBorder [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_setup.c | 302 float y2 = v2[0][1]; local 304 if (y1 <= y2) { 305 /* y0<=y1<=y2 */ 310 else if (y2 <= y0) { 311 /* y2<=y0<=y1 */ 317 /* y0<=y2<=y1 */ 324 if (y0 <= y2) { 325 /* y1<=y0<=y2 */ 330 else if (y2 <= y1) { 331 /* y2<=y1<=y0 * [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_setup.c | 302 float y2 = v2[0][1]; local 304 if (y1 <= y2) { 305 /* y0<=y1<=y2 */ 310 else if (y2 <= y0) { 311 /* y2<=y0<=y1 */ 317 /* y0<=y2<=y1 */ 324 if (y0 <= y2) { 325 /* y1<=y0<=y2 */ 330 else if (y2 <= y1) { 331 /* y2<=y1<=y0 * [all...] |
/external/chromium_org/ui/gfx/ |
transform_unittest.cc | 191 int y2; member in struct:gfx::__anon16758::TestCase 209 Point3F p2(value.x2, value.y2, 0); 252 int y2; member in struct:gfx::__anon16758::TestCase 269 Point3F p2(value.x2, value.y2, 0); 281 int x2; int y2; member in struct:gfx::__anon16758::TestCase 305 p2.SetPoint(0, value.y2, 0); 310 p2.SetPoint(value.x2, value.y2, 0); 418 int y2; member in struct:gfx::__anon16758::TestCase 436 Point p2(value.x2, value.y2); 481 int y2; member in struct:gfx::__anon16758::TestCase 511 int x2; int y2; member in struct:gfx::__anon16758::TestCase [all...] |