Lines Matching defs:fullY1
39 int fullX1, fullX2, fullY1, fullY2;55 fullY1 = prect->y + yorg;57 fullY2 = fullY1 + (int) prect->height;63 if (fullY1 < extentY1)64 fullY1 = extentY1;72 if ((fullX1 >= fullX2) || (fullY1 >= fullY2))79 fullX1, fullY1, fullX2-fullX1, fullY2-fullY1);94 if (partY1 < fullY1)95 partY1 = fullY1;