Home
last modified time | relevance | path

Searched refs:make_box (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c101 make_box(int x, int y, int w, int h) in make_box() function
538 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcAppleWMFrameGetRect()
539 or = make_box(stuff->ox, stuff->oy, stuff->ow, stuff->oh); in ProcAppleWMFrameGetRect()
569 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcAppleWMFrameHitTest()
570 or = make_box(stuff->ox, stuff->oy, stuff->ow, stuff->oh); in ProcAppleWMFrameHitTest()
598 ir = make_box(stuff->ix, stuff->iy, stuff->iw, stuff->ih); in ProcAppleWMFrameDraw()
599 or = make_box(stuff->ox, stuff->oy, stuff->ow, stuff->oh); in ProcAppleWMFrameDraw()