Searched refs:constPos (Results 1 – 2 of 2) sorted by relevance
324 for (int constPos = 0; constPos < constantDirectionSize; constPos++) in drawAndCheckGradient() local326 const int x = isVerticallyIncreasing ? constPos : incrPos; in drawAndCheckGradient()327 const int y = isVerticallyIncreasing ? incrPos : constPos; in drawAndCheckGradient()330 if (constPos > 0 && clr != prevConstantDirectionPix) in drawAndCheckGradient()