Home | History | Annotate | Download | only in core

Lines Matching refs:fW

1496         pt->set(conic_eval_pos(&fPts[0].fX, fW, t),
1497 conic_eval_pos(&fPts[0].fY, fW, t));
1500 tangent->set(conic_eval_tan(&fPts[0].fX, fW, t),
1501 conic_eval_tan(&fPts[0].fY, fW, t));
1508 ratquad_mapTo3D(fPts, fW, tmp);
1528 dst[0].fW = tmp2[0].fZ / root;
1529 dst[1].fW = tmp2[2].fZ / root;
1537 SkScalar scale = SkScalarInvert(SK_Scalar1 + fW);
1538 SkScalar p1x = fW * fPts[1].fX;
1539 SkScalar p1y = fW * fPts[1].fY;
1553 dst[0].fW = dst[1].fW = subdivide_w_value(fW);
1561 SkScalar a = fW - 1; \
1611 return conic_find_extrema(&fPts[0].fX, fW, t);
1615 return conic_find_extrema(&fPts[0].fY, fW, t);