Home
last modified time | relevance | path

Searched refs:boxLength (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextQuery.cpp166 unsigned boxLength = queryData->textBox->len(); in modifyStartEndPositionsRespectingLigatures() local
188 if (positionOffset >= boxStart + boxLength) in modifyStartEndPositionsRespectingLigatures()
DSVGTextLayoutEngine.cpp399 unsigned boxLength = textBox->len(); in currentVisualCharacterMetrics() local
414 if (m_visualCharacterOffset >= boxStart + boxLength) in currentVisualCharacterMetrics()