Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1727 SkDVector endV = test->fCoinEnd.perpPt() - test->fPart[TCurve::kPointLast]; in removeByPerpendicular() local
1730 startV.fX, startV.fY, endV.fX, endV.fY, startV.dot(endV)); in removeByPerpendicular()
1732 if (startV.dot(endV) <= 0) { in removeByPerpendicular()