Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkPathOpsCurve.cpp97 fIsCurve = false; in setCurveHullSweep()
144 fIsCurve = fSweep[0].crossCheck(fSweep[1]) != 0; in setCurveHullSweep()
DSkPathOpsCurve.h87 bool isCurve() const { return fIsCurve; } in isCurve()
94 bool fIsCurve;
/third_party/skia/src/pathops/
DSkPathOpsCurve.cpp97 fIsCurve = false; in setCurveHullSweep()
144 fIsCurve = fSweep[0].crossCheck(fSweep[1]) != 0; in setCurveHullSweep()
DSkPathOpsCurve.h87 bool isCurve() const { return fIsCurve; } in isCurve()
94 bool fIsCurve;
/third_party/flutter/skia/src/core/
DSkPath.cpp2326 , fIsCurve(false) in Convexicator()
2437 fIsCurve = isCurve; in setCurve()
2460 if (fIsCurve) { in addVec()
2486 bool fIsCurve; member