Searched defs:fy (Results 1 - 25 of 107) sorted by relevance

12345

/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Hairline.cpp16 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, argument
21 blitter->blitH(x, fy >> 16, 1);
22 fy += dy;
H A DSkBitmapProcState_matrix_template.h89 SkFractionalInt fy = SkScalarToFractionalInt(srcPt.fY); local
96 *xy++ = (TileProc::Y(s, SkFractionalIntToFixed(fy), maxY) << 16) |
98 fx += dx; fy += dy;
/external/skia/src/core/
H A DSkScan_Hairline.cpp16 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, argument
21 blitter->blitH(x, fy >> 16, 1);
22 fy += dy;
H A DSkBitmapProcState_matrix_template.h89 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/WebKit/Source/core/svg/
H A DSVGRadialGradientElement.h43 SVGAnimatedLength* fy() const { return m_fy.get(); } function in class:blink::FINAL
H A DRadialGradientAttributes.h50 SVGLength* fy() const { return m_fy.get(); } function in struct:blink::RadialGradientAttributes
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c68 const float fy = v1[1] - v2[1]; local
71 header->det = ex * fy - ey * fx;
H A Ddraw_pipe_offset.c82 float fy = v1[1] - v2[1]; local
86 float a = ey*fz - ez*fy;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h57 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/experimental/Intersection/
H A DCubicSubDivide.cpp80 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;
H A DEdgeWalkerPolygon4x4_Test.cpp30 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...]
H A DEdgeWalkerPolygons_Mismatches.cpp1603 int fy = miss.f >> 2; local
1616 path.lineTo(fx, fy);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp32 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);
H A DPathOpsSimplifyQuadThreadedTest.cpp32 int fy = f >> 2; local
47 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
59 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp32 int fy = f >> 2; local
47 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
60 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp36 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/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c68 const float fy = v1[1] - v2[1]; local
71 header->det = ex * fy - ey * fx;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h57 const float fy = (float) iy; local
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
/external/skia/experimental/Intersection/
H A DCubicSubDivide.cpp80 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;
/external/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp32 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);
H A DPathOpsSimplifyQuadThreadedTest.cpp32 int fy = f >> 2; local
47 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
59 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp32 int fy = f >> 2; local
47 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
60 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp36 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/
H A Ds_aalinetemp.h41 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, lin
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_tritmp.h56 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 7659 milliseconds

12345