Lines Matching refs:InWindowY
1601 rectangle.y = InWindowY(BW, from_y);
1603 rectangle.height = InWindowY(BW, to_y + 1) - InWindowY(BW, from_y);
1633 rectangle.y = InWindowY(BW, 0);
1635 rectangle.height = InWindowY(BW, BW->bitmap.height) - InWindowY(BW, 0);
1665 rectangle.y = min(y, InWindowY(BW, InBitmapY(BW, y)));
1669 InWindowY(BW, InBitmapY(BW, y + height)+1)) - rectangle.y;
1684 InWindowX(BW, 0) - 1, InWindowY(BW, 0) - 1,
1686 InWindowY(BW, BW->bitmap.height) - InWindowY(BW, 0) + 1);
1756 InWindowX(BW, 0) - 1, InWindowY(BW, 0) - 1,
1758 InWindowY(BW, BW->bitmap.height) - InWindowY(BW, 0) + 1);
1766 InWindowX(BW, 0) - 1, InWindowY(BW, 0) - 1,
1768 InWindowY(BW, BW->bitmap.height) - InWindowY(BW, 0) + 1);