Home | History | Annotate | Download | only in core

Lines Matching refs:fLastY

26         if (edge->fLastY + 1 == last->fFirstY) {
30 if (edge->fFirstY == last->fLastY + 1) {
31 last->fLastY = edge->fLastY;
37 if (edge->fLastY == last->fLastY) {
40 if (edge->fLastY < last->fLastY) {
41 last->fFirstY = edge->fLastY + 1;
44 last->fFirstY = last->fLastY + 1;
45 last->fLastY = edge->fLastY;
49 if (edge->fLastY == last->fLastY) {
51 last->fLastY = edge->fFirstY - 1;
54 last->fLastY = last->fFirstY - 1;