Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Hairline.cpp487 const int capOut = SkPaint::kButt_Cap == capStyle ? 1 : 2; in hair_path() local
488 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(capOut, capOut); in hair_path()