Searched refs:spaceRunStart (Results 1 – 1 of 1) sorted by relevance
634 unsigned spaceRunStart = runStart - 1; in handleTextBox() local635 while (spaceRunStart > 0 && str[spaceRunStart - 1] == ' ') in handleTextBox()636 --spaceRunStart; in handleTextBox()637 emitText(m_node, renderer, spaceRunStart, spaceRunStart + 1); in handleTextBox()