HomeSort by relevance Sort by last modified time
    Searched defs:fy (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRadialGradientElement.h 43 SVGAnimatedLength* fy() const { return m_fy.get(); } function in class:blink::FINAL
RadialGradientAttributes.h 50 SVGLength* fy() const { return m_fy.get(); } function in struct:blink::RadialGradientAttributes
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 57 const float fy = (float) iy; local
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix_template.h 28 fx = SkScalarToFractionalInt(pt.fY);
89 SkFractionalInt fy = SkScalarToFractionalInt(srcPt.fY); local
96 *xy++ = (TileProc::Y(s, SkFractionalIntToFixed(fy), maxY) << 16) |
98 fx += dx; fy += dy;
  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyTrianglesThreadedTest.cpp 36 int fy = f >> 2; local
37 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
48 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
58 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
PathOpsSimplifyDegenerateThreadedTest.cpp 32 int fy = f >> 2; local
33 if (state.fD && (ex - dx) * (fy - dy)
45 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
55 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
PathOpsSimplifyQuadThreadedTest.cpp 32 int fy = f >> 2; local
47 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
59 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 32 int fy = f >> 2; local
47 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
60 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 57 const float fy = (float) iy; local
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
  /external/skia/src/core/
SkBitmapProcState_matrix_template.h 28 fx = SkScalarToFractionalInt(pt.fY);
89 SkFractionalInt fy = SkScalarToFractionalInt(srcPt.fY); local
96 *xy++ = (TileProc::Y(s, SkFractionalIntToFixed(fy), maxY) << 16) |
98 fx += dx; fy += dy;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_cull.c 68 const float fy = v1[1] - v2[1]; local
71 header->det = ex * fy - ey * fx;
draw_pipe_offset.c 82 float fy = v1[1] - v2[1]; local
86 float a = ey*fz - ez*fy;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 41 const GLfloat fy = (GLfloat) iy; local
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
88 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invW
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicSubDivide.cpp 80 double fy = interp_cubic_coords(&src[0].y, (t1+t2*2)/3); local
86 double ny = fy * 27 - ay - dy * 8;
98 double fy = interp_cubic_coords(&src[0].y, (t1 + t2 * 2) / 3); local
102 double ny = fy * 27 - a.y - d.y * 8;
EdgeWalkerQuadratic4x4_Test.cpp 33 int fy = f >> 2; local
47 path.lineTo(fx, fy);
57 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
EdgeWalkerPolygon4x4_Test.cpp 30 int fy = f >> 2; local
45 path.lineTo(fx, fy);
57 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
128 int fy = f >> 2; local
129 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
140 path.lineTo(fx, fy);
150 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
222 int fy = f >> 2; local
223 if (state.d && (ex - dx) * (fy - dy)
235 path.lineTo(fx, fy);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_cull.c 68 const float fy = v1[1] - v2[1]; local
71 header->det = ex * fy - ey * fx;
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 41 const GLfloat fy = (GLfloat) iy; local
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
88 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invW
    [all...]
  /external/skia/experimental/Intersection/
CubicSubDivide.cpp 80 double fy = interp_cubic_coords(&src[0].y, (t1+t2*2)/3); local
86 double ny = fy * 27 - ay - dy * 8;
98 double fy = interp_cubic_coords(&src[0].y, (t1 + t2 * 2) / 3); local
102 double ny = fy * 27 - a.y - d.y * 8;
EdgeWalkerQuadratic4x4_Test.cpp 33 int fy = f >> 2; local
47 path.lineTo(fx, fy);
57 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
  /external/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 32 int fy = f >> 2; local
33 if (state.fD && (ex - dx) * (fy - dy)
45 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
55 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
PathOpsSimplifyQuadThreadedTest.cpp 32 int fy = f >> 2; local
47 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
59 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 32 int fy = f >> 2; local
47 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
60 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
PathOpsSimplifyTrianglesThreadedTest.cpp 36 int fy = f >> 2; local
37 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
48 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
58 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_tritmp.h 56 GLfloat fy = v[1]->attrib[FRAG_ATTRIB_WPOS][1] - v[2]->attrib[FRAG_ATTRIB_WPOS][1]; local
57 GLfloat cc = ex*fy - ey*fx;
145 const GLfloat dzdx = FABSF((ey * fz - ez * fy) * oneOverArea);

Completed in 1188 milliseconds

1 2 3 4 5