Searched refs:endCap (Results 1 – 1 of 1) sorted by relevance
100 …const LineCapType endCap = type == FeatureType::Polygon ? LineCapType::Butt : LineCapType(layout.g… in addGeometry() local202 const LineCapType currentCap = nextCoordinate ? beginCap : endCap; in addGeometry()