Searched refs:lastH (Results 1 – 2 of 2) sorted by relevance
638 SkFixed lastH = SkFixedMul(last, dY); // vertical edge of the right-most triangle in compute_alpha_below_line() local639 alphas[R - 1] = SkFixedMul(last, lastH) >> 9; // triangle alpha in compute_alpha_below_line()640 SkFixed alpha16 = lastH + (dY >> 1); // rectangle plus triangle in compute_alpha_below_line()
635 SkFixed lastH = SkFixedMul(last, dY); // vertical edge of the right-most triangle in computeAlphaBelowLine() local636 alphas[R-1] = SkFixedMul(last, lastH) >> 9; // triangle alpha in computeAlphaBelowLine()637 SkFixed alpha16 = lastH + (dY >> 1); // rectangle plus triangle in computeAlphaBelowLine()