Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmLayout.cpp45 f32 posy = 0.f; in GetRect() local
65 posy = SM_LOWER_SCREEN_HALF_SIZE_H - pos.y; in GetRect()
69 posy = SM_LOWER_SCREEN_HALF_SIZE_H - pos.y - rect.GetHeight()/2.f; in GetRect()
73 posy = SM_LOWER_SCREEN_HALF_SIZE_H - pos.y; in GetRect()
77 rect.MoveTo( posx, posy ); in GetRect()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmRectCollision.h50 f32 posy = static_cast<f32>(y); in CheckInner() local
63 if ( coly < posy ) in CheckInner()
65 if ( posy < coly + colh ) in CheckInner()