Home | History | Annotate | Download | only in core

Lines Matching refs:fW

1480         pt->set(conic_eval_pos(&fPts[0].fX, fW, t),
1481 conic_eval_pos(&fPts[0].fY, fW, t));
1484 tangent->set(conic_eval_tan(&fPts[0].fX, fW, t),
1485 conic_eval_tan(&fPts[0].fY, fW, t));
1492 ratquad_mapTo3D(fPts, fW, tmp);
1512 dst[0].fW = tmp2[0].fZ / root;
1513 dst[1].fW = tmp2[2].fZ / root;
1521 SkScalar scale = SkScalarInvert(SK_Scalar1 + fW);
1522 SkScalar p1x = fW * fPts[1].fX;
1523 SkScalar p1y = fW * fPts[1].fY;
1537 dst[0].fW = dst[1].fW = subdivide_w_value(fW);
1545 SkScalar a = fW - 1; \
1595 return conic_find_extrema(&fPts[0].fX, fW, t);
1599 return conic_find_extrema(&fPts[0].fY, fW, t);