Searched refs:textBoxStart (Results 1 – 1 of 1) sorted by relevance
625 unsigned textBoxStart = m_textBox->start(); in handleTextBox() local626 unsigned runStart = max(textBoxStart, start); in handleTextBox()631 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0); in handleTextBox()643 unsigned textBoxEnd = textBoxStart + m_textBox->len(); in handleTextBox()