Searched refs:gSegmentFunctions (Results 1 – 1 of 1) sorted by relevance
217 constexpr AddSegmentFunc gSegmentFunctions[] = { in onDraw() local308 unsigned numSegments = std::size(gSegmentFunctions); in onDraw()333 pt = gSegmentFunctions[s1](path, pt); in onDraw()334 pt = gSegmentFunctions[s2](path, pt); in onDraw()335 pt = gSegmentFunctions[s3](path, pt); in onDraw()336 pt = gSegmentFunctions[s4](path, pt); in onDraw()337 pt = gSegmentFunctions[s5](path, pt); in onDraw()