Searched refs:InWindowY (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/bitmap/dist/
H A DGraphics.c104 InWindowX(BW, x), InWindowY(BW, y),\
112 InWindowX(BW, x), InWindowY(BW, y),
120 InWindowX(BW, x), InWindowY(BW, y),\
129 InWindowX(BW, x), InWindowY(BW, y),
160 points[0].y = InWindowY(BW, y + 1.0/2);
162 points[1].y = InWindowY(BW, y + 1);
164 points[2].y = InWindowY(BW, y + 1.0/2);
166 points[3].y = InWindowY(BW, y);
168 points[4].y = InWindowY(BW, y + 1.0/2);
283 InWindowX(BW, i), InWindowY(B
[all...]
H A DBitmap.c1588 rectangle.y = InWindowY(BW, from_y);
1590 rectangle.height = InWindowY(BW, to_y + 1) - InWindowY(BW, from_y);
1620 rectangle.y = InWindowY(BW, 0);
1622 rectangle.height = InWindowY(BW, BW->bitmap.height) - InWindowY(BW, 0);
1652 rectangle.y = min(y, InWindowY(BW, InBitmapY(BW, y)));
1656 InWindowY(BW, InBitmapY(BW, y + height)+1)) - rectangle.y;
1671 InWindowX(BW, 0) - 1, InWindowY(BW, 0) - 1,
1673 InWindowY(B
[all...]
H A DBitmapP.h173 #define InWindowY(BW, y)\ macro

Completed in 8 milliseconds