Searched refs:textBoxStart (Results 1 – 1 of 1) sorted by relevance
672 unsigned textBoxStart = m_textBox->start(); in handleTextBox() local673 unsigned runStart = std::max(textBoxStart, start); in handleTextBox()678 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0); in handleTextBox()690 unsigned textBoxEnd = textBoxStart + m_textBox->len(); in handleTextBox()