Home | History | Annotate | Download | only in core

Lines Matching full:blen

880     SkVector bLen = quadPts->fTangentEnd - end;
887 SkScalar denom = aLen.cross(bLen);
889 quadPts->fOppositeTangents = aLen.dot(bLen) < 0;
894 SkScalar numerA = bLen.cross(ab0);
923 quadPts->fOppositeTangents = aLen.dot(bLen) < 0;