Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCFillGeometry.cpp769 Sk2f highpoint = (ab + bc) / (2*(1 + w)); in appendMonotonicConic() local
770 this->appendLine(p0, highpoint); in appendMonotonicConic()
771 this->appendLine(highpoint, p2); in appendMonotonicConic()