Lines Matching refs:fUpperY
70 if (edge->fLowerY == last->fUpperY) {
71 last->fUpperY = edge->fUpperY;
72 last->fY = last->fUpperY;
75 if (approximately_equal(edge->fUpperY, last->fLowerY)) {
81 if (approximately_equal(edge->fUpperY, last->fUpperY)) {
86 last->fUpperY = edge->fLowerY;
87 last->fY = last->fUpperY;
90 last->fUpperY = last->fLowerY;
91 last->fY = last->fUpperY;
97 if (edge->fUpperY > last->fUpperY) {
98 last->fLowerY = edge->fUpperY;
101 last->fLowerY = last->fUpperY;
102 last->fUpperY = edge->fUpperY;
103 last->fY = last->fUpperY;