/external/freetype/src/cff/ |
cffdrivr.c | 598 FT_Int y2 = darken_params[3]; local 606 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || 608 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) 614 driver->darken_params[3] = y2;
|
cf2hints.c | 72 CF2_Fixed y2 ) 77 return ( x1 >> 16 ) * ( ( y2 - y1 ) >> 16 ) - [all...] |
/external/libopus/src/ |
analysis.c | 119 float x2, y2; local 127 y2 = y*y; 128 if(x2<y2){ 129 float den = (y2 + cB*x2) * (y2 + cC*x2); 131 return -x*y*(y2 + cA*x2) / den + (y<0 ? -cE : cE); 135 float den = (x2 + cB*y2) * (x2 + cC*y2); 137 return x*y*(x2 + cA*y2) / den + (y<0 ? -cE : cE) - (x*y<0 ? -cE : cE);
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tracker.h | 142 uint16_t x1, y1, x2, y2; member in struct:xa_box
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_state.c | 542 int x1, y1, x2, y2; local 553 y2 = y1 + h - 1; 554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2); 562 y2 = y + h - 1; 563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2); 569 y2 = CLAMP(y2, 0, ctx->DrawBuffer->Height - 1); 571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2); 575 i830->state.Buffer[I830_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff); [all...] |
i915_state.c | 515 int x1, y1, x2, y2; local 526 y2 = y1 + h - 1; 527 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2); 535 y2 = y + h - 1; 536 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2); 542 y2 = CLAMP(y2, 0, ctx->DrawBuffer->Height - 1); 544 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2); 548 i915->state.Buffer[I915_DESTREG_SR2] = (y2 << 16) | (x2 & 0xffff); [all...] |
/external/opencv/cv/src/ |
cvundistort.cpp | 63 float y = (v - v0)*ify, y2 = y*y; local 67 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y; 70 float _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; 242 float y = (v - v0)*ify, y2 = y*y; local 246 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y; 249 double _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; 356 double x2 = x*x, y2 = y*y; local 357 double r2 = x2 + y2, _2xy = 2*x*y; 360 double v = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + v0;
|
cvpyrsegmentation.cpp | 52 ushort x1, y1, x2, y2; member in struct:_CvRect16u [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
Blend.cpp | 139 double z, x0, y0, x1, y1, x2, y2, x3, y3; local 166 FrameToMosaic(mb->trs, mb->width-1.0, mb->height-1.0, x2, y2); 187 if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners is higher 190 yBottomCorners[1] = y2; 195 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y); 1007 int y2 = y1 + 1; local [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
Blit11.cpp | 111 float *x1, float *y1, float *x2, float *y2, 117 *y2 = ((destSize.height - destArea.y) / float(destSize.height)) * 2.0f - 1.0f; 130 float x1, y1, x2, y2, u1, v1, u2, v2; local 131 GenerateVertexCoords(sourceArea, sourceSize, destArea, destSize, &x1, &y1, &x2, &y2, &u1, &v1, &u2, &v2); 136 d3d11::SetPositionTexCoordVertex(&vertices[1], x1, y2, u1, v1); 138 d3d11::SetPositionTexCoordVertex(&vertices[3], x2, y2, u2, v1); 152 float x1, y1, x2, y2, u1, v1, u2, v2; local 153 GenerateVertexCoords(sourceArea, sourceSize, destArea, destSize, &x1, &y1, &x2, &y2, &u1, &v1, &u2, &v2); 162 d3d11::SetPositionLayerTexCoord3DVertex(&vertices[i * 6 + 1], x1, y2, i, u1, v1, readDepth); 165 d3d11::SetPositionLayerTexCoord3DVertex(&vertices[i * 6 + 3], x1, y2, i, u1, v1, readDepth) [all...] |
/development/ndk/sources/android/ndk_helper/ |
gestureDetector.cpp | 242 float y2 = AMotionEvent_getY( event_, index ); local 245 v2 = Vec2( x2, y2 );
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
view.js | 117 var y2 = bounds && bounds.bottom; 118 return (bounds && x >= x1 && x < x2 && y >= y1 && y < y2);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blitter.h | 57 * \param y2 A Y coordinate of the bottom-right corner. 77 unsigned x1, unsigned y1, unsigned x2, unsigned y2, 136 unsigned x2, unsigned y2,
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
SimplifyFindTop_Test.cpp | 52 SkScalar x2, SkScalar y2) { 76 SkASSERT(pts[1].fY == y2);
|
/external/chromium_org/third_party/skia/src/opts/ |
SkTextureCompression_opts_neon.cpp | 95 const uint64x2_t y2 = vshlq_n_u64(vandq_u64(ret, kMask7), 12); local 97 ret = vorrq_u64(y1, vorrq_u64(y2, y3));
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blitter.h | 57 * \param y2 A Y coordinate of the bottom-right corner. 77 unsigned x1, unsigned y1, unsigned x2, unsigned y2, 136 unsigned x2, unsigned y2,
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEConvolveMatrix.cpp | 208 Note: (x1, y1) top-left and (x2, y2) is the bottom-right corner 209 Note: row x2 and column y2 is not part of the region 210 only those (x, y) pixels, where x1 <= x < x2 and y1 <= y < y2 212 Region A: x1: 0, y1: 0, x2: 10, y2: 3 213 Region B: x1: 0, y1: 3, x2: 1, y2: 10 214 Region C: x1: 1, y1: 3, x2: 9, y2: 10 215 Region D: x1: 9, y1: 3, x2: 10, y2: 10 216 Region E: x1: 0, y1: 10, x2: 10, y2: 10 (empty region) 343 void FEConvolveMatrix::fastSetOuterPixels(PaintingData& paintingData, int x1, int y1, int x2, int y2) 346 int height = y2 - y1 [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkDQuadIntersection.cpp | 31 + i.y2() * d * d; 34 + 2 * i.y2() * d * e; 37 + i.y2() * (e * e + 2 * d * f) 42 + 2 * i.y2() * e * f 47 + 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/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/chromium_org/third_party/skia/src/gpu/ |
GrPathUtils.cpp | 196 // [y0 y1 y2] 207 double y2 = qPts[2].fY; local 208 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2; 254 a0 = y1-y2; 256 a2 = x1*y2-x2*y1; 258 a3 = y2-y0; 260 a5 = x2*y0-x0*y2; 308 // k = (y2 - y0, x0 - x2, (x2 - x0)*y0 - (y2 - y0)*x0 [all...] |
/external/chromium_org/third_party/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/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/chromium_org/third_party/freetype/src/cff/ |
cf2hints.c | 72 CF2_Fixed y2 ) 77 return ( x1 >> 16 ) * ( ( y2 - y1 ) >> 16 ) - [all...] |
/external/deqp/modules/egl/ |
teglGLES2SharingTests.cpp | 483 int y2 = deRoundFloatToInt32((height * fy2 / 2.0f) + oy); local 487 for (int y = y1; y < y2; y++) 490 float yf = ((float)(y-y1) + 0.5f) / (float)(y2 - y1); 786 int y2 = (int)((height/2.0f) * 0.9f + (height/2.0f)); local 790 for (int y = y1; y <= y2; y++) 793 float s = ((float)(y-y1) / (y2-y1)); 1075 int y2 = (int)((height/2.0f) * 0.9f + (height/2.0f)); local 1079 for (int y = y1; y <= y2; y++) 1082 float s = ((float)(y-y1) / (y2-y1)); [all...] |