Home | History | Annotate | Download | only in core

Lines Matching full:blen

881     SkVector bLen = quadPts->fTangentEnd - end;
888 SkScalar denom = aLen.cross(bLen);
890 quadPts->fOppositeTangents = aLen.dot(bLen) < 0;
895 SkScalar numerA = bLen.cross(ab0);
924 quadPts->fOppositeTangents = aLen.dot(bLen) < 0;