Home
last modified time | relevance | path

Searched refs:b_normalized (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp485 SkPoint b_normalized = b; in SkVectorProjection() local
486 b_normalized.normalize(); in SkVectorProjection()
487 b_normalized.scale(SkPoint::DotProduct(a, b) / length); in SkVectorProjection()
488 return b_normalized; in SkVectorProjection()