Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkPath.cpp2407 double dCurrVecY = SkScalarToDouble(fCurrPt.fY) - SkScalarToDouble(fLastPt.fY); in directionChange() local
2408 double dCross = dLastVecX * dCurrVecY - dLastVecY * dCurrVecX; in directionChange()