Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dpathinterior.cpp79 … SkPathDirection outerDir = outerCW ? SkPathDirection::kCW : SkPathDirection::kCCW; in onDraw() local
84 path.addRoundRect(r, RAD, RAD, outerDir); in onDraw()
86 path.addRect(r, outerDir); in onDraw()
/third_party/flutter/skia/gm/
Dpathinterior.cpp79 … SkPath::Direction outerDir = outerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction; in onDraw() local
84 path.addRoundRect(r, RAD, RAD, outerDir); in onDraw()
86 path.addRect(r, outerDir); in onDraw()