Searched refs:b_normalized (Results 1 – 1 of 1) sorted by relevance
485 SkPoint b_normalized = b; in SkVectorProjection() local486 b_normalized.normalize(); in SkVectorProjection()487 b_normalized.scale(SkPoint::DotProduct(a, b) / length); in SkVectorProjection()488 return b_normalized; in SkVectorProjection()