Searched refs:projectedCenter (Results 1 – 2 of 2) sorted by relevance
74 btVector3 projectedCenter = center - (m_planeNormal.dot(center) - m_planeConstant)*m_planeNormal; in processAllTriangles() local77 triangle[0] = projectedCenter + tangentDir0*radius + tangentDir1*radius; in processAllTriangles()78 triangle[1] = projectedCenter + tangentDir0*radius - tangentDir1*radius; in processAllTriangles()79 triangle[2] = projectedCenter - tangentDir0*radius - tangentDir1*radius; in processAllTriangles()83 triangle[0] = projectedCenter - tangentDir0*radius - tangentDir1*radius; in processAllTriangles()84 triangle[1] = projectedCenter - tangentDir0*radius + tangentDir1*radius; in processAllTriangles()85 triangle[2] = projectedCenter + tangentDir0*radius + tangentDir1*radius; in processAllTriangles()
28 SkPoint projectedCenter = pivot + parallel; in RoundCapper() local30 path->conicTo(projectedCenter + normal, projectedCenter, SK_ScalarRoot2Over2); in RoundCapper()31 path->conicTo(projectedCenter - normal, stop, SK_ScalarRoot2Over2); in RoundCapper()