HomeSort by relevance Sort by last modified time
    Searched defs:y1 (Results 101 - 125 of 480) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/animation/
TimingFunction.h 100 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2)
102 return adoptRef(new CubicBezierTimingFunction(Custom, x1, y1, x2, y2));
141 double y1() const { return m_y1; } function in class:WebCore::FINAL
148 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2)
151 , m_y1(y1)
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatQuad.cpp 185 float x1 = p1.x() - center.x(), y1 = p1.y() - center.y(); local
187 if ((x0 * x0 + y0 * y0) <= radius2 || (x1 * x1 + y1 * y1) <= radius2)
192 float a = y0 - y1;
194 float c = x0 * y1 - x1 * y0;
205 && ((y0 <= y && y <= y1) || (y1 <= y && y <= y0)));
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
SwapChain11.cpp 532 float y1 = (y / float(mHeight)) * 2.0f - 1.0f; local
541 d3d11::SetPositionTexCoordVertex(&vertices[0], x1, y1, u1, v1);
543 d3d11::SetPositionTexCoordVertex(&vertices[2], x2, y1, u2, v1);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.cc 312 const uint8* y1 = frame1->GetYPlane(); local
317 if (0 != memcmp(y0, y1, frame0->GetWidth())) {
321 y1 += frame1->GetYPitch();
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 134 float y1 = pos1[1]; local
137 float dy = y0 > y1 ? y0 - y1 : y1 - y0;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tracker.h 142 uint16_t x1, y1, x2, y2; member in struct:xa_box
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp.h 194 uint32_t y1; member in class:brw_blorp_params
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_blit.c 268 int x1, y1, x2, y2; local
289 y1 = cy + irb->draw_y;
299 x1, y1, x2 - x1, y2 - y1);
362 assert(y1 < y2);
376 OUT_BATCH((y1 << 16) | x1);
455 OUT_BATCH((0 << 16) | 0); /* clip x1, y1 */
535 uint32_t x1, y1, x2, y2; local
557 y1 = image_y;
567 x1, y1, x2 - x1, y2 - y1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_clear.c 137 float x0, float y0, float x1, float y1, GLfloat z,
158 vertices[2][0][1] = y1;
161 vertices[3][0][1] = y1;
204 const GLfloat y1 = (GLfloat) ctx->DrawBuffer->_Ymax / fb_height * 2.0f - 1.0f; local
213 x1, y1);
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
st_cb_drawtex.c 150 const GLfloat x0 = x, y0 = y, x1 = x + width, y1 = y + height; local
171 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h 71 GLfloat y1 = v1->attrib[FRAG_ATTRIB_WPOS][1]; variable
73 if (y0 <= y1) {
74 if (y1 <= y2) {
75 vMin = v0; vMid = v1; vMax = v2; /* y0<=y1<=y2 */
78 vMin = v2; vMid = v0; vMax = v1; /* y2<=y0<=y1 */
81 vMin = v0; vMid = v2; vMax = v1; bf = -bf; /* y0<=y2<=y1 */
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<=y1<=y0 */
92 vMin = v1; vMid = v2; vMax = v0; /* y1<=y2<=y0 *
    [all...]
s_linetemp.h 74 GLint y1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1]; local
142 if ((y0==h) | (y1==h)) {
143 if ((y0==h) & (y1==h))
146 y1 -= y1==h;
152 dy = y1 - y0;
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec2_smpl.c 423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
449 y1 = BN_CTX_get(ctx);
468 if (!BN_copy(y1, &b->Y)) goto err;
472 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
479 if (!BN_GF2m_add(s, y0, y1)) goto err;
488 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
494 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
505 if (!BN_GF2m_add(y2, y2, y1)) goto err;
  /external/chromium_org/third_party/qcms/src/
transform_util.c 306 double y0, y1, x0, x1; local
381 y1 = LutTable[cell1] ;
384 a = (y1 - y0) / (x1 - x0);
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Path2D.cpp 231 double y1 = args[1]->NumberValue(); local
239 SkDoubleToScalar(y1),
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_sample.h 200 unsigned y1 = data & 0x3FFF; local
211 const SRCTYPE* SK_RESTRICT row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
SkEdge.cpp 36 SkFDot6 x0, y0, x1, y1; local
43 y1 = int(p1.fY * scale);
48 if (y0 > y1) {
50 SkTSwap(y0, y1);
55 int bot = SkFDot6Round(y1);
66 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
84 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1)
91 y1 >>= 10;
93 SkASSERT(y0 <= y1);
96 int bot = SkFDot6Round(y1);
171 SkFDot6 x0, y0, x1, y1, x2, y2; local
321 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
SkRegion_path.cpp 376 void set(int x, int y0, int y1) {
377 SkASSERT(y0 != y1);
381 fY1 = (SkRegion::RunType)(y1);
402 int y1 = base->fY1; local
421 if ((e->fFlags & Edge::kY0Link) == 0 && y1 == e->fY0) {
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 135 int y1 = SkClampMax(sy , src.height() - 1); local
143 SkPMColor s01 = *src.getAddr32(x0, y1);
144 SkPMColor s11 = *src.getAddr32(x1, y1);
145 SkPMColor s21 = *src.getAddr32(x2, y1);
146 SkPMColor s31 = *src.getAddr32(x3, y1);
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapFilter_opts_SSE2.cpp 66 int y1 = SkTMin(maxY, int(floor(sy+s.getBitmapFilter()->width() + 0.5f))); local
70 for (int src_y = y0; src_y <= y1; src_y++) {
123 int y1 = SkTMin(maxY, int(floor(sy+s.getBitmapFilter()->width() + 0.5f))); local
137 for (int src_y = y0; src_y <= y1; src_y++) {
SkBitmapProcState_opts_SSSE3.cpp 92 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
94 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
118 // (x1, y1, x0, y0)
120 // (y1, y0, x1, x0)
122 // (4x(y1), 4x(y0), 4x(x1), 4x(x0))
126 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0))
337 // ((16-y1) * (Aa2 * (16-x1) + Aa3 * x1) +
627 // (4x(0, y1), 4x(0, y0))
659 unsigned y1 = data & 0x3FFF; local
672 reinterpret_cast<const uint32_t*>(src_addr + y1 * rb)
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkDashPath.cpp 201 SkScalar y1 = fPts[0].fY + SkScalarMul(fTangent.fY, d1); local
205 pts[1].set(x1 + fNormal.fX, y1 + fNormal.fY); // lineTo
206 pts[2].set(x1 - fNormal.fX, y1 - fNormal.fY); // lineTo
  /external/chromium_org/ui/gfx/geometry/
rect_unittest.cc 49 int y1; member in struct:gfx::__anon20703
70 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
80 int y1; member in struct:gfx::__anon20704
112 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
126 int y1; member in struct:gfx::Test
161 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
184 int y1; member in struct:gfx::Test
213 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
427 int y1; member in struct:gfx::Test
457 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1)
471 float y1; member in struct:gfx::Test
521 float y1; member in struct:gfx::Test
584 float y1; member in struct:gfx::Test
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 109 int y1 = Y<int>().get(); // ok member in namespace:PotentialConstant
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 7 Y<(1 >> 2)> *y1; variable

Completed in 1270 milliseconds

1 2 3 45 6 7 8 91011>>