Home | History | Annotate | Download | only in core

Lines Matching refs:fLowerY

73         if (edge->fLowerY == last->fUpperY) {
78 if (approximatelyEqual(edge->fUpperY, last->fLowerY)) {
79 last->fLowerY = edge->fLowerY;
85 if (approximatelyEqual(edge->fLowerY, last->fLowerY)) {
88 if (edge->fLowerY < last->fLowerY) {
89 last->fUpperY = edge->fLowerY;
93 last->fUpperY = last->fLowerY;
95 last->fLowerY = edge->fLowerY;
99 if (approximatelyEqual(edge->fLowerY, last->fLowerY)) {
101 last->fLowerY = edge->fUpperY;
104 last->fLowerY = last->fUpperY;