HomeSort by: relevance | last modified time | path
    Searched refs:InWindowY (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/bitmap/dist/
Graphics.c 104 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(BW, from_y)
    [all...]
Bitmap.c 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)
    [all...]
BitmapP.h 173 #define InWindowY(BW, y)\

Completed in 5 milliseconds