Lines Matching full:left
59 inval.left = rnd16(r.left, inset);
121 clipR.left = clip.left;
144 m_usernameInput.rect.left = 5;
152 m_passwordInput.rect.left = 5;
174 textInput.rect.left + 5,
185 float initialX = passwordInput.rect.left + 5;
194 oval.left = initialX + ((ovalWidth + ovalSpacing) * (float) x);
195 oval.right = oval.left + ovalWidth;
363 visibleRects[0].left = input->rect.left;
373 if (x > m_usernameInput.rect.left && x < m_usernameInput.rect.right &&
376 else if (x >m_passwordInput.rect.left && x < m_passwordInput.rect.right &&