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