Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkPath.h1390 kLine_Verb, //!< adds line from last point to next SkPoint enumerator
/third_party/skia/include/core/
DSkPath.h1420 kLine_Verb = static_cast<int>(SkPathVerb::kLine), enumerator