HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 276 - 300 of 564) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
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/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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp 893 void RenderObject::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2,
900 thickness = y2 - y1;
904 length = y2 - y1;
932 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2));
936 graphicsContext->drawLine(IntPoint((x1 + x2) / 2, y1), IntPoint((x1 + x2) / 2, y2));
960 graphicsContext->drawRect(IntRect(x1, y2 - thirdOfThickness, length, thirdOfThickness));
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
171 FrameToMosaic(mb->trs, mb->width-1.0, mb->height-1.0, x2, y2);
192 if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners is higher
195 yBottomCorners[1] = y2;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
1025 int y2 = y1 + 1; local
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
171 FrameToMosaic(mb->trs, mb->width-1.0, mb->height-1.0, x2, y2);
192 if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners is higher
195 yBottomCorners[1] = y2;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
1025 int y2 = y1 + 1; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
171 FrameToMosaic(mb->trs, mb->width-1.0, mb->height-1.0, x2, y2);
192 if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners is higher
195 yBottomCorners[1] = y2;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
1005 int y2 = y1 + 1; local
    [all...]
  /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/WebKit/Source/core/svg/
SVGLinearGradientElement.cpp 41 DEFINE_ANIMATED_LENGTH(SVGLinearGradientElement, SVGNames::y2Attr, Y2, y2)
47 REGISTER_LOCAL_ANIMATED_PROPERTY(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/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/skia/tests/
ClipCubicTest.cpp 61 float x2, float y2,
66 crv[2].fX = SkFloatToScalar(x2); crv[2].fY = SkFloatToScalar(y2);
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 111 public Point(float x2, float y2, float r) {
113 y = (float) y2;
  /frameworks/base/libs/hwui/
FontRenderer.cpp 537 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
544 mCurrentCacheTexture->addQuad(x1, y1, u1, v1, x2, y2, u2, v2,
549 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
557 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
572 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
575 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
579 mBounds->top = fmin(mBounds->top, fmin(y1, fmin(y2, fmin(y3, y4))));
581 mBounds->bottom = fmax(mBounds->bottom, fmax(y1, fmax(y2, fmax(y3, y4))));
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 266 float x2, float y2, float x3, float y3);
269 float x2, float y2, float x3, float y3);
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 284 int y2; /* y1 + height */ member in struct:fimg2d_rect
303 int y2; /* y1 + height */ member in struct:fimg2d_clip
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 111 public Point(float x2, float y2, float r) {
113 y = (float) y2;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGrad.java 181 int y2[] = mGradRep.getYPos2(); local
192 c[1] = (y1[i]+y2[i])/2;
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 111 public Point(float x2, float y2, float r) {
113 y = (float) y2;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEConvolveMatrix.cpp 205 Note: (x1, y1) top-left and (x2, y2) is the bottom-right corner
206 Note: row x2 and column y2 is not part of the region
207 only those (x, y) pixels, where x1 <= x < x2 and y1 <= y < y2
209 Region A: x1: 0, y1: 0, x2: 10, y2: 3
210 Region B: x1: 0, y1: 3, x2: 1, y2: 10
211 Region C: x1: 1, y1: 3, x2: 9, y2: 10
212 Region D: x1: 9, y1: 3, x2: 10, y2: 10
213 Region E: x1: 0, y1: 10, x2: 10, y2: 10 (empty region)
339 void FEConvolveMatrix::fastSetOuterPixels(PaintingData& paintingData, int x1, int y1, int x2, int y2)
342 int height = y2 - y1
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 129 int y2 = SkClampMax(sy + 1, src.height() - 1); local
141 SkPMColor s02 = *src.getAddr32(x0, y2);
142 SkPMColor s12 = *src.getAddr32(x1, y2);
143 SkPMColor s22 = *src.getAddr32(x2, y2);
144 SkPMColor s32 = *src.getAddr32(x3, y2);
  /external/chromium_org/third_party/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/skia/src/effects/
SkBicubicImageFilter.cpp 129 int y2 = SkClampMax(sy + 1, src.height() - 1); local
141 SkPMColor s02 = *src.getAddr32(x0, y2);
142 SkPMColor s12 = *src.getAddr32(x1, y2);
143 SkPMColor s22 = *src.getAddr32(x2, y2);
144 SkPMColor s32 = *src.getAddr32(x3, y2);

Completed in 1380 milliseconds

<<11121314151617181920>>