Home
last modified time | relevance | path

Searched defs:kConic_Verb (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/include/core/
DSkPath.h1392 kConic_Verb, //!< adds conic from last point enumerator
/third_party/skia/include/core/
DSkPath.h1422 kConic_Verb = static_cast<int>(SkPathVerb::kConic), enumerator