Lines Matching refs:top
60 inval.top = rnd16(r.top, inset);
122 clipR.top = clip.top;
143 // draw the username box (5 px from the top edge)
145 m_usernameInput.rect.top = 5;
147 m_usernameInput.rect.bottom = m_usernameInput.rect.top + inputHeight;
153 m_passwordInput.rect.top = H - (inputHeight + 5);
155 m_passwordInput.rect.bottom = m_passwordInput.rect.top + inputHeight;
196 oval.top = ovalTop;
364 visibleRects[0].top = input->rect.top;
374 y > m_usernameInput.rect.top && y < m_usernameInput.rect.bottom)
377 y > m_passwordInput.rect.top && y < m_passwordInput.rect.bottom)