Searched refs:constPos (Results 1 – 2 of 2) sorted by relevance
326 for (int constPos = 0; constPos < constantDirectionSize; constPos++) in drawAndCheckGradient() local328 const int x = isVerticallyIncreasing ? constPos : incrPos; in drawAndCheckGradient()329 const int y = isVerticallyIncreasing ? incrPos : constPos; in drawAndCheckGradient()332 if (constPos > 0 && clr != prevConstantDirectionPix) in drawAndCheckGradient()
333 for (int constPos = 0; constPos < constantDirectionSize; constPos++) in drawAndCheckGradient() local335 const int x = isVerticallyIncreasing ? constPos : incrPos; in drawAndCheckGradient()336 const int y = isVerticallyIncreasing ? incrPos : constPos; in drawAndCheckGradient()339 if (constPos > 0 && clr != prevConstantDirectionPix) in drawAndCheckGradient()