Lines Matching refs:fLowerY
70 if (edge->fLowerY == last->fUpperY) {
75 if (approximately_equal(edge->fUpperY, last->fLowerY)) {
76 last->fLowerY = edge->fLowerY;
82 if (approximately_equal(edge->fLowerY, last->fLowerY)) {
85 if (edge->fLowerY < last->fLowerY) {
86 last->fUpperY = edge->fLowerY;
90 last->fUpperY = last->fLowerY;
92 last->fLowerY = edge->fLowerY;
96 if (approximately_equal(edge->fLowerY, last->fLowerY)) {
98 last->fLowerY = edge->fUpperY;
101 last->fLowerY = last->fUpperY;