/external/skia/src/pathops/ |
SkDQuadIntersection.cpp | 32 + i.y2() * d * d; 35 + 2 * i.y2() * d * e; 38 + i.y2() * (e * e + 2 * d * f) 43 + 2 * i.y2() * e * f 48 + i.y2() * f * f
|
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 935 double y0, y1, y2, y3; local 1397 double y0, y1, y2, y3; local 1497 double y0, y1, y2, y3; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.c | 1514 int x1, y1, x2, y2; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 754 mTop[actualRowCount] = layoutBounds.y2(); 801 mTop[i] = layoutBounds.y2(); 834 int y2 = bounds.y2(); local [all...] |
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | 3827 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local 4104 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local 4280 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local 4550 float y2 = toDisplayY(rawY2); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_video.c | 289 int y, y2, x = mb->x * 16; local 295 y2 = y; 297 y2 = y + (luma ? 16 : 8); 313 x, y2, mb->PMV[0][0], dec->past, FALSE); 319 x, y2, mb->PMV[1][1], dec->future, FALSE); 372 x, y2, mb->PMV[1][0], dec->past, FALSE); 380 x, y2, mb->PMV[1][1], dec->future, FALSE);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_video.c | 289 int y, y2, x = mb->x * 16; local 295 y2 = y; 297 y2 = y + (luma ? 16 : 8); 313 x, y2, mb->PMV[0][0], dec->past, FALSE); 319 x, y2, mb->PMV[1][1], dec->future, FALSE); 372 x, y2, mb->PMV[1][0], dec->past, FALSE); 380 x, y2, mb->PMV[1][1], dec->future, FALSE);
|
/external/speex/libspeex/ |
ltp.c | 92 spx_word16_t y0, y1, y2, y3; 93 /*y0=y[0];y1=y[1];y2=y[2];y3=y[3];*/ 96 y2=*y++; 106 part3 = MULT16_16(*x,y2); 111 part2 = MAC16_16(part2,*x,y2); 116 part1 = MAC16_16(part1,*x,y2); 121 y2=*y++; 125 part4 = MAC16_16(part4,*x,y2);
|
/external/freetype/src/cff/ |
cf2hints.c | 72 CF2_Fixed y2 ) 77 return ( x1 >> 16 ) * ( ( y2 - y1 ) >> 16 ) - [all...] |
cf2hints.h | 274 CF2_Fixed y2,
|
/bootable/recovery/minui/ |
graphics.c | 280 void gr_fill(int x1, int y1, int x2, int y2) 286 y2 += overscan_offset_y; 290 gl->recti(gl, x1, y1, x2, y2);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPoint.java | 481 ECFieldElement.F2m y2 = (ECFieldElement.F2m)other.getY(); local 486 if (this.y.equals(y2)) 497 = (ECFieldElement.F2m)(this.y.add(y2)).divide(this.x.add(x2));
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blitter.c | 497 unsigned x2, unsigned y2, 510 ctx->vertices[2][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v2.y*/ 513 ctx->vertices[3][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v3.y*/ 556 unsigned x2, unsigned y2, 568 out[3] = y2 / (float)u_minify(src_height0, level); 573 out[3] = y2; 598 unsigned x2, unsigned y2) 604 get_texcoords(src, src_width0, src_height0, x1, y1, x2, y2, coord); 842 unsigned x2, unsigned y2, 848 blitter_set_rectangle(ctx, x1, y1, x2, y2, depth) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blitter.c | 497 unsigned x2, unsigned y2, 510 ctx->vertices[2][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v2.y*/ 513 ctx->vertices[3][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v3.y*/ 556 unsigned x2, unsigned y2, 568 out[3] = y2 / (float)u_minify(src_height0, level); 573 out[3] = y2; 598 unsigned x2, unsigned y2) 604 get_texcoords(src, src_width0, src_height0, x1, y1, x2, y2, coord); 842 unsigned x2, unsigned y2, 848 blitter_set_rectangle(ctx, x1, y1, x2, y2, depth) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/ |
AffineTransform.h | 56 void map(double x, double y, double& x2, double& y2) const;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
renderer.h | 145 VGfloat x2, VGfloat y2,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_yuv.c | 147 int h = box->y2 - box->y1;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_fbo.c | 712 GLuint y2; local 738 /* Note: y=0=bottom of buffer while y2=0=top of buffer. 743 y2 = strb->Base.Height - y - h; 745 y2 = y; 751 usage, x, y2, w, h);
|
/external/chromium_org/ui/native_theme/ |
native_theme_base.h | 149 int y2,
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p5.cpp | 110 int y2 = Y<Z>().get(); // ok member in namespace:PotentialConstant
|
/external/clang/test/CXX/temp/temp.param/ |
p15-cxx0x.cpp | 8 Y<1 >> 2> *y2; // FIXME: expected-error{{expected unqualified-id}} variable
|
/external/clang/test/Sema/ |
array-init.c | 33 int y2[4][3] = { local
|
/external/eigen/bench/btl/data/ |
gnuplot_common_settings.hh | 16 set format y2 "%g"
|
/external/libvorbis/examples/ |
frameview.pl | 363 my($x1,$y1,$x2,$y2)=$w->bbox('foo'); 365 my$maxlabelheight=$y2-$y1; 384 ($x1,$y1,$x2,$y2)=$w->bbox('ylabel'); 427 ($x1,$y1,$x2,$y2)=$w->bbox('foo');
|
/external/libvpx/libvpx/vp8/common/ |
blockd.h | 54 ENTROPY_CONTEXT y2; member in struct:__anon22962 238 /* Y,U,V,Y2 */
|