Searched refs:lastY (Results 1 – 3 of 3) sorted by relevance
48 int16_t lastY = p1.y; in Draw() local65 while (edge1.curPoint.y == lastY) { in Draw()69 while (edge2.curPoint.y == lastY) { in Draw()73 lastY = edge1.curPoint.y; in Draw()
268 int16_t lastY = lastCell.GetRow(); in AddPassPoint() local279 if ((j != y) && (j != lastY) && in AddPassPoint()280 … ((double(lastX - i) / (lastY - j) == double(i - x) / (j - y)) && !CheckChoosePoint(i, j))) { in AddPassPoint()283 if ((j == lastY) && (j == y) && !CheckChoosePoint(i, j)) { in AddPassPoint()
420 int32_t lastY = lastCell.GetRow(); in AddPassPoint() local431 if ((j != y) && (j != lastY) && in AddPassPoint()432 … (NearEqual(static_cast<float>(lastX - i) / (lastY - j), static_cast<float>(i - x) / (j - y)) && in AddPassPoint()436 if ((j == lastY) && (j == y) && !CheckChoosePoint(i, j)) { in AddPassPoint()