Searched refs:textBoxStart (Results 1 – 2 of 2) sorted by relevance
527 unsigned textBoxStart = m_textBox->start(); in handleTextBox() local528 unsigned runStart = max(textBoxStart, start); in handleTextBox()533 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0); in handleTextBox()544 unsigned textBoxEnd = textBoxStart + m_textBox->len(); in handleTextBox()
3145 int textBoxStart = textBox->start(); in ConstructTextRect() local3146 int textBoxEnd = textBoxStart + textBox->len(); in ConstructTextRect()