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

1 2 3

  /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;
SkBitmapProcState_matrix.h 67 const SkFixed fy = SkScalarToFixed(pt.fY) - (s.fFilterOneY >> 1); local
70 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, s.fFilterOneY PREAMBLE_ARG_Y);
106 SkFixed fy = SkScalarToFixed(srcPt.fY) - (oneY >> 1); local
113 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, oneY PREAMBLE_ARG_Y);
114 fy += dy;
SkBitmapProcState_shaderproc.h 39 SkFixed fy = SkScalarToFixed(pt.fY) - (s.fFilterOneY >> 1); local
42 subY = TILEY_LOW_BITS(fy, maxY);
43 int y0 = TILEY_PROCF(fy, maxY);
44 int y1 = TILEY_PROCF((fy + s.fFilterOneY), maxY);
  /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/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...]
EdgeWalkerPolygons_Mismatches.cpp 1603 int fy = miss.f >> 2; local
    [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;
draw_pipe_offset.c 82 float fy = v1[1] - v2[1]; local
86 float a = ey*fz - ez*fy;
  /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/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);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointRadialGradient.cpp 85 inline SkFixed two_point_radial(SkScalar b, SkScalar fx, SkScalar fy,
88 SkScalar c = SkScalarSquare(fx) + SkScalarSquare(fy) - sr2d2;
108 SkScalar fy, SkScalar dy,
115 SkScalar fy, SkScalar dy,
121 SkFixed t = two_point_radial(b, fx, fy, fSr2D2, foura,
127 fy += dy;
132 SkScalar fy, SkScalar dy,
138 SkFixed t = two_point_radial(b, fx, fy, fSr2D2, foura,
144 fy += dy;
150 SkScalar fy, SkScalar dy
306 SkScalar fy = srcPt.fY; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverTextContext.cpp 64 y = loc.fY;
106 SkFixed fy = SkScalarToFixed(y); local
111 this->appendGlyph(glyph.getGlyphID(), SkFixedToScalar(fx), SkFixedToScalar(fy));
115 fy += SkFixedMul_portable(glyph.fAdvanceY, fixedSizeRatio);
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 17 Y<float> fy; // expected-note{{in instantiation of template class 'Y<float>' requested here}} variable

Completed in 368 milliseconds

1 2 3