/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_blit.c | 268 int x1, y1, x2, y2; local 291 y2 = cy + ch + irb->draw_y; 299 x1, y1, x2 - x1, y2 - y1); 362 assert(y1 < y2); 377 OUT_BATCH((y2 << 16) | x2); 456 OUT_BATCH((100 << 16) | 100); /* clip x2, y2 */ 535 uint32_t x1, y1, x2, y2; local 559 y2 = image_y + height; 567 x1, y1, x2 - x1, y2 - y1); 596 OUT_BATCH((y2 << 16) | x2) [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_blit.c | 268 int x1, y1, x2, y2; local 291 y2 = cy + ch + irb->draw_y; 299 x1, y1, x2 - x1, y2 - y1); 362 assert(y1 < y2); 377 OUT_BATCH((y2 << 16) | x2); 456 OUT_BATCH((100 << 16) | 100); /* clip x2, y2 */ 535 uint32_t x1, y1, x2, y2; local 559 y2 = image_y + height; 567 x1, y1, x2 - x1, y2 - y1); 596 OUT_BATCH((y2 << 16) | x2) [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 356 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for 362 * @param y2 The y-coordinate of the end point on a quadratic curve 364 public void quadTo(float x1, float y1, float x2, float y2) { 366 native_quadTo(mNativePath, x1, y1, x2, y2); 390 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been 396 * @param y2 The y-coordinate of the 2nd control point on a cubic curve 400 public void cubicTo(float x1, float y1, float x2, float y2, 403 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3); 411 public void rCubicTo(float x1, float y1, float x2, float y2, 414 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3) [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
webtreemap.js | 155 var x1 = 0, y1 = 0, x2 = width - 1, y2 = height - 2; 157 x2 -= kPadding; y2 -= kPadding; 160 var pixels_to_units = Math.sqrt(total / ((x2 - x1) * (y2 - y1))); 163 if (x2 - x1 < 60 || y2 - y1 < 40) { 174 // var ysplit = (y2 - y1) > (x2 - x1); 179 space = (y2 - y1) * pixels_to_units;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
arc.c | 180 x1p = (arc->x2*COS + arc->y2*SIN)/arc->a; 181 y1p = (-arc->x2*SIN + arc->y2*COS)/arc->b; 244 arc->x2, arc->y2, 245 &arc->x2, &arc->y2); 256 arc->x1, arc->y1, arc->x2, arc->y2); 262 vec1[1] = arc->y2 - arc->cy; 322 double x1, y1, x2, y2; local 335 y2 = arc->cy + a_cos_eta2 * arc->sin_theta + 339 x1, y1, x2, y2); 342 arc->x2, arc->y2); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_screen_dri.c | 142 xy2 = ((int)src->y2 < (int)bbox->y2 + dst_y) ? src->y2 : 143 (int)bbox->y2 + dst_y; 148 dst->y2 = xy2;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
arc.c | 180 x1p = (arc->x2*COS + arc->y2*SIN)/arc->a; 181 y1p = (-arc->x2*SIN + arc->y2*COS)/arc->b; 244 arc->x2, arc->y2, 245 &arc->x2, &arc->y2); 256 arc->x1, arc->y1, arc->x2, arc->y2); 262 vec1[1] = arc->y2 - arc->cy; 322 double x1, y1, x2, y2; local 335 y2 = arc->cy + a_cos_eta2 * arc->sin_theta + 339 x1, y1, x2, y2); 342 arc->x2, arc->y2); [all...] |
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_screen_dri.c | 142 xy2 = ((int)src->y2 < (int)bbox->y2 + dst_y) ? src->y2 : 143 (int)bbox->y2 + dst_y; 148 dst->y2 = xy2;
|
/external/pixman/pixman/ |
pixman-matrix.c | 592 int x1, y1, x2, y2; local 603 v[2].vector[1] = F (b->y2); 607 v[3].vector[1] = F (b->y2); 618 y2 = pixman_fixed_to_int (pixman_fixed_ceil (v[i].vector[1])); 625 b->y2 = y2; 632 if (y2 > b->y2) b->y2 = y2; 1019 int x1, y1, x2, y2; local [all...] |
/frameworks/base/services/java/com/android/server/power/ |
WirelessChargerDetector.java | 313 float x2, float y2, float z2) { 314 final double dotProduct = (x1 * x2) + (y1 * y2) + (z1 * z2); 316 final double mag2 = Math.sqrt((x2 * x2) + (y2 * y2) + (z2 * z2)); 328 + ", x2=" + x2 + ", y2=" + y2 + ", z2=" + z2
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_utils.h | 89 const float y2) { 90 return GeometryUtils::SQUARE_FLOAT(x1 - x2) + GeometryUtils::SQUARE_FLOAT(y1 - y2); 94 const float x1, const float y1, const float x2, const float y2, const bool extend) { 98 const float ray2y = y2 - y1; 112 projectionY = y2;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_hypotl.c | 51 long double a=x,b=y,t1,t2,y1,y2,w; local 111 y2 = b - y1; 115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
|
/external/ceres-solver/internal/ceres/ |
implicit_schur_complement.cc | 115 // y2 = E' y1 119 // y3 = -(E'E)^-1 y2 181 // y2 = b - y1 184 // y3 = E' y2 211 // y2 = (E'E)^-1 y1 212 Vector y2 = Vector::Zero(A_->num_cols_e()); local 213 block_diagonal_EtE_inverse_->RightMultiply(tmp_e_cols_.data(), y2.data()); 215 // y3 = E y2 217 A_->RightMultiplyE(y2.data(), tmp_rows_.data());
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1229.js | 83 function h1(z2, y2) { 86 var local_y = y2 >> 1; 91 function h2(z2, y2, x2) { 94 var local_y = y2 >> 1; 99 function h3(z2, y2, x2) { 102 var local_y = y2 >> 1;
|
/external/v8/test/mjsunit/regress/ |
regress-1229.js | 83 function h1(z2, y2) { 86 var local_y = y2 >> 1; 91 function h2(z2, y2, x2) { 94 var local_y = y2 >> 1; 99 function h3(z2, y2, x2) { 102 var local_y = y2 >> 1;
|
/frameworks/rs/driver/ |
rsdPath.cpp | 47 float y1, yc, y2; member in struct:DrvPathStatic::__anon32444 126 s->y2 = fin[5]; 168 vtx[5] = s->y2; 175 vtx[11] = s->y2;
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
GeometryMathUtils.java | 83 float y2 = line[3]; local 85 float ydelt = y2 - y1; 91 (x1 + u * (x2 - x1)), (y1 + u * (y2 - y1))
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
DynamicsCompressorKernel.cpp | 259 float y2 = releaseFrames * releaseZone2; local 264 // match the evenly spaced x values as follows: (y1 : x == 0, y2 : x == 1, y3 : x == 2, y4 : x == 3) 265 float kA = 0.9999999999999998f*y1 + 1.8432219684323923e-16f*y2 - 1.9373394351676423e-16f*y3 + 8.824516011816245e-18f*y4; 266 float kB = -1.5788320352845888f*y1 + 2.3305837032074286f*y2 - 0.9141194204840429f*y3 + 0.1623677525612032f*y4; 267 float kC = 0.5334142869106424f*y1 - 1.272736789213631f*y2 + 0.9258856042207512f*y3 - 0.18656310191776226f*y4; 268 float kD = 0.08783463138207234f*y1 - 0.1694162967925622f*y2 + 0.08588057951595272f*y3 - 0.00429891410546283f*y4; 269 float kE = -0.042416883008123074f*y1 + 0.1115693827987602f*y2 - 0.09764676325265872f*y3 + 0.028494263462021576f*y4;
|
/external/pixman/test/ |
scaling-test.c | 266 clip_boxes[i].y2 = 273 clip_boxes[i].x2, clip_boxes[i].y2); 294 clip_boxes[i].y2 = 301 clip_boxes[i].x2, clip_boxes[i].y2); 321 clip_boxes[i].y2 = 328 clip_boxes[i].x2, clip_boxes[i].y2);
|
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
SDL_aavideo.c | 203 static void fastscale (register char *b1, register char *b2, int x1, int x2, int y1, int y2) 209 if (!x1 || !x2 || !y1 || !y2) 216 ddy1 = y2 + y2; 220 for (; y2; y2--) {
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/ |
AffineTransform.cpp | 232 void AffineTransform::map(double x, double y, double& x2, double& y2) const 235 y2 = (m_transform[1] * x + m_transform[3] * y + m_transform[5]); 240 double x2, y2; local 241 map(point.x(), point.y(), x2, y2); 244 return IntPoint(lround(x2), lround(y2)); 249 double x2, y2; local 250 map(point.x(), point.y(), x2, y2); 252 return FloatPoint(narrowPrecisionToFloat(x2), narrowPrecisionToFloat(y2));
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathElement.cpp | 143 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) 145 return SVGPathSegCurvetoCubicAbs::create(this, role, x, y, x1, y1, x2, y2); 148 PassRefPtr<SVGPathSegCurvetoCubicRel> SVGPathElement::createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) 150 return SVGPathSegCurvetoCubicRel::create(this, role, x, y, x1, y1, x2, y2); 193 PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> SVGPathElement::createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2, SVGPathSegRole role) 195 return SVGPathSegCurvetoCubicSmoothAbs::create(this, role, x, y, x2, y2); 198 PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> SVGPathElement::createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2, SVGPathSegRole role) 200 return SVGPathSegCurvetoCubicSmoothRel::create(this, role, x, y, x2, y2);
|
/external/chromium_org/v8/test/webkit/ |
for-in-cached.js | 61 forIn3({ y2 : 2, __proto__: null }); 62 forIn3({ y2 : 2, __proto__: null }); 63 shouldBe("forIn3({ y2 : 2, __proto__: null })", "['x', 'y2']");
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPath.java | 40 public void quadTo(float x1, float y1, float x2, float y2) { 42 "ending at (" +x2+","+ y2 + ")";
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
GLCanvas.java | 83 // Draws a line using the specified paint from (x1, y1) to (x2, y2). 85 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); 87 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2). 89 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
|