Searched defs:dotProd (Results 1 – 4 of 4) sorted by relevance
115 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in RoundJoiner() local155 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in MiterJoiner() local
482 SkScalar dotProd = normal1.dot(normal2); in createOuterRing() local509 SkScalar dotProd = normal1.dot(normal2); in createOuterRing() local
96 SkScalar dotProd = line1.fY * line2.fY + line1.fX * line2.fX; in outset() local
356 T dotProd=0; member