Home | History | Annotate | Download | only in form

Lines Matching refs:textInput

163 ANPPaint* FormPlugin::getPaint(TextInput* input) {
167 void FormPlugin::drawText(ANPCanvas* canvas, TextInput textInput) {
173 gCanvasI.drawText(canvas, textInput.text, textInput.charPtr,
174 textInput.rect.left + 5,
175 textInput.rect.bottom - fontMetrics.fBottom, m_paintText);
178 void FormPlugin::drawPassword(ANPCanvas* canvas, TextInput passwordInput) {
246 TextInput* currentInput = validTap(x,y);
284 void FormPlugin::switchActiveInput(TextInput* newInput) {
331 void FormPlugin::handleTextInput(TextInput* input, ANPKeyCode keyCode, int32_t unichar) {
356 void FormPlugin::scrollIntoView(TextInput* input) {
361 // find the textInput's global rect coordinates
371 TextInput* FormPlugin::validTap(int x, int y) {