Searched refs:onVerticalLine (Results 1 – 1 of 1) sorted by relevance
813 bool onVerticalLine = enableReverse_ ? (y <= limitPoints.start.y) : (y >= limitPoints.start.y); in DrawGradientColor() local814 if (onVerticalLine) { in DrawGradientColor()