Searched defs:y2 (Results 76 - 100 of 297) sorted by relevance

1234567891011>>

/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c478 OI_INT32 y0, y1, y2, y3; local
488 y2 = -SCALE(LONG_MULT_DCT(DCTII_4_K06_FIX, f4), DCT_SHIFT);
496 out[0] = (OI_INT16)-y2;
500 out[4] = (OI_INT16)y2;
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_rsa.cc40 uint64 x1 = 0, x2 = 1, y1 = 1, y2 = 0; local
46 *y = y2 - q * y1;
51 y2 = y1;
57 *y = y2;
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h153 void set_rect(float x1, float y1, float x2, float y2) { argument
155 verts_[1].set_position(x1, y2);
156 verts_[2].set_position(x2, y2);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc108 int y2; member in struct:content::__anon7796
152 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasPathMethods.cpp110 void CanvasPathMethods::arcTo(float x1, float y1, float x2, float y2, float r, ExceptionState& exceptionState) argument
112 if (!std::isfinite(x1) || !std::isfinite(y1) || !std::isfinite(x2) || !std::isfinite(y2) || !std::isfinite(r))
124 FloatPoint p2 = FloatPoint(x2, y2);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DObjectPainter.cpp96 void ObjectPainter::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, argument
103 thickness = y2 - y1;
107 length = y2 - y1;
124 drawDashedOrDottedBoxSide(graphicsContext, x1, y1, x2, y2, side,
128 drawDoubleBoxSide(graphicsContext, x1, y1, x2, y2, length, side, color,
133 drawRidgeOrGrooveBoxSide(graphicsContext, x1, y1, x2, y2, side, color,
147 drawSolidBoxSide(graphicsContext, x1, y1, x2, y2, side, color, adjacentWidth1, adjacentWidth2, antialias);
152 void ObjectPainter::drawDashedOrDottedBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, argument
168 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) /
179 drawDoubleBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, int length, BoxSide side, Color color, int thickness, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
255 drawRidgeOrGrooveBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, BoxSide side, Color color, EBorderStyle style, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
299 drawSolidBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, BoxSide side, Color color, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathElement.cpp109 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2) argument
111 return SVGPathSegCurvetoCubicAbs::create(0, x, y, x1, y1, x2, y2);
114 PassRefPtr<SVGPathSegCurvetoCubicRel> SVGPathElement::createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2) argument
116 return SVGPathSegCurvetoCubicRel::create(0, x, y, x1, y1, x2, y2);
159 PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> SVGPathElement::createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2) argument
161 return SVGPathSegCurvetoCubicSmoothAbs::create(0, x, y, x2, y2);
164 PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> SVGPathElement::createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2) argument
166 return SVGPathSegCurvetoCubicSmoothRel::create(0, x, y, x2, y2);
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DTimingFunction.h104 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) argument
106 return adoptRef(new CubicBezierTimingFunction(Custom, x1, y1, x2, y2));
148 double y2() const { return m_y2; } function in class:blink::FINAL
153 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2) argument
158 , m_y2(y2)
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.cpp226 void AffineTransform::map(double x, double y, double& x2, double& y2) const
229 y2 = (m_transform[1] * x + m_transform[3] * y + m_transform[5]);
234 double x2, y2; local
235 map(point.x(), point.y(), x2, y2);
238 return IntPoint(lround(x2), lround(y2));
243 double x2, y2; local
244 map(point.x(), point.y(), x2, y2);
246 return FloatPoint(narrowPrecisionToFloat(x2), narrowPrecisionToFloat(y2));
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DSwapChain9.cpp288 float y2 = (mHeight - y) - 0.5f; local
297 {x2, y2, 0.0f, 1.0f, u2, v1},
298 {x1, y2, 0.0f, 1.0f, u1, v1}}; // x, y, z, rhw, u, v
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm.c45 uint32_t y2; local
66 y2 = x2 + (y1 >> 26);
68 y3 = x3 + (y2 >> 26);
69 y2 &= 0x3ffffff;
77 y2 ^= x2;
83 y2 &= swap;
89 y2 ^= x2;
95 r->v[4] = y2;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tracker.h142 uint16_t x1, y1, x2, y2; member in struct:xa_box
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aatritemp.h72 GLfloat y2 = v2->attrib[FRAG_ATTRIB_WPOS][1]; variable
74 if (y1 <= y2) {
75 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
77 else if (y2 <= y0) {
78 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
81 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
85 if (y0 <= y2) {
86 vMin = v1; vMid = v0; vMax = v2; bf = -bf; /* y1<=y0<=y2 */
88 else if (y2 <= y1) {
89 vMin = v2; vMid = v1; vMax = v0; bf = -bf; /* y2<
[all...]
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DPath2D.cpp233 double y2 = args[3]->NumberValue(); local
241 SkDoubleToScalar(y2),
/external/chromium_org/third_party/skia/samplecode/
H A DSampleSkLayer.cpp54 SkScalar y0, SkScalar y1, SkScalar y2) {
57 dst[3] != y0 || dst[4] != y1 || dst[5] != y2) {
61 x0, x1, x2, y0, y1, y2, str.c_str());
52 test_33(const SkMatrix44& mat, SkScalar x0, SkScalar x1, SkScalar x2, SkScalar y0, SkScalar y1, SkScalar y2) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp178 SkFDot6 x0, y0, x1, y1, x2, y2; local
187 y2 = SkScalarRoundToFDot6(pts[2].fY, shift);
195 y2 = int(pts[2].fY * scale);
200 if (y0 > y2)
203 SkTSwap(y0, y2);
206 SkASSERT(y0 <= y1 && y1 <= y2);
209 int bot = SkFDot6Round(y2);
218 SkFDot6 dy = ((y1 << 1) - y0 - y2) >> 2;
260 A = SkFDot6ToFixedDiv2(y0 - y1 - y1 + y2); // 1/2 the real value
268 fQLastY = SkFDot6ToFixed(y2);
337 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsLine.cpp113 // Returns true if a ray from (0,0) to (x1,y1) is coincident with a ray (0,0) to (x2,y2)
115 bool SkDLine::NearRay(double x1, double y1, double x2, double y2) { argument
117 double denom2 = x2 * x2 + y2 * y2;
119 SkDPoint pt = {x2, y2};
/external/chromium_org/ui/events/test/
H A Dmock_motion_event.cc65 float y2)
68 PushPointer(x2, y2);
58 MockMotionEvent(Action action, TimeTicks time, float x0, float y0, float x1, float y1, float x2, float y2) argument
/external/chromium_org/ui/gfx/geometry/
H A Drect_unittest.cc54 int y2; member in struct:gfx::__anon16845
72 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
85 int y2; member in struct:gfx::__anon16846
114 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
131 int y2; member in struct:gfx::Test
163 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
189 int y2; member in struct:gfx::Test
215 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
433 float y2; member in struct:gfx::Test
459 RectF r2(tests[i].x2, tests[i].y2, test
476 int y2; member in struct:gfx::Test
526 int y2; member in struct:gfx::Test
589 int y2; member in struct:gfx::Test
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp110 int y2 = Y<Z>().get(); // ok member in namespace:PotentialConstant
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp8 Y<1 >> 2> *y2; // FIXME: expected-error{{expected unqualified-id}} variable
/external/clang/test/SemaCXX/
H A Ddcl_init_aggr.cpp92 float y2[4][3] = { { 1, 3, 5 }, { 2, 4, 6 }, { 3, 5, 7 } }; variable
/external/freetype/src/cff/
H A Dcffdrivr.c598 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;
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.h142 uint16_t x1, y1, x2, y2; member in struct:xa_box
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h72 GLfloat y2 = v2->attrib[FRAG_ATTRIB_WPOS][1]; variable
74 if (y1 <= y2) {
75 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
77 else if (y2 <= y0) {
78 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
81 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
85 if (y0 <= y2) {
86 vMin = v1; vMid = v0; vMax = v2; bf = -bf; /* y1<=y0<=y2 */
88 else if (y2 <= y1) {
89 vMin = v2; vMid = v1; vMax = v0; bf = -bf; /* y2<
[all...]

Completed in 602 milliseconds

1234567891011>>