Home | History | Annotate | Download | only in rendering

Lines Matching defs:stringLength

610             unsigned int stringLength = itSearch - it;
614 textWidth = styleToUse->font().width(svgTextRunForInlineTextBox(stringStart, stringLength, styleToUse, textBox, (*it).x));
627 textBox->paintCharacters(m_paintInfo, m_tx, m_ty, *it, stringStart, stringLength, m_textPaintInfo);