Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGInlineTextBox.cpp149 float yDistance = glyphRect.y() - glyphRect.height() / 2.0f - m_y; in chunkPortionCallback() local
151 float newDistance = sqrtf(xDistance * xDistance + yDistance * yDistance); in chunkPortionCallback()