Searched refs:textBoxStart (Results 1 – 3 of 3) sorted by relevance
482 int textBoxStart = m_textBox->start(); in handleTextBox() local483 int runStart = max(textBoxStart, start); in handleTextBox()488 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0); in handleTextBox()499 int textBoxEnd = textBoxStart + m_textBox->len(); in handleTextBox()
1424 int textBoxStart = textBox->start(); in findTextBoxIndex() local1425 int textBoxEnd = textBoxStart + textBox->len(); in findTextBoxIndex()1426 if (textBoxEnd <= textBoxStart) in findTextBoxIndex()1429 textBoxStart, textBoxEnd); in findTextBoxIndex()
2872 int textBoxStart = textBox->start(); in ConstructTextRect() local2873 int textBoxEnd = textBoxStart + textBox->len(); in ConstructTextRect()