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

  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_cursor.c 141 int savex, savey; local
147 savey = y + pScrni->frameY0;
155 newY = savey;
159 newX = savey;
165 newY = pScrni->pScreen->height - savey;
169 newX = pScrni->pScreen->height - savey;
  /xsrc/external/mit/ctwm/dist/
win_ops.c 225 long fx, fy, savex, savey; local
268 savey = fy = tmp_win->frame_y;
293 tmp_win->actual_frame_y = savey;
menus.c 590 int savey = MenuOrigins[MenuDepth - 1].y; local
598 (savey + ActiveItem->item_num * Scr->EntryHeight)
599 /*(savey + ActiveItem->item_num * Scr->EntryHeight +
  /xsrc/external/mit/twm/dist/src/
menus.c 566 int savey = MenuOrigins[MenuDepth - 1].y; local
571 (savey + ActiveItem->item_num * Scr->EntryHeight)
572 /*(savey + ActiveItem->item_num * Scr->EntryHeight +

Completed in 10 milliseconds