HomeSort by relevance Sort by last modified time
    Searched refs:m_logicalCharacterOffset (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h 85 unsigned m_logicalCharacterOffset;
SVGTextLayoutEngine.cpp 39 , m_logicalCharacterOffset(0)
94 float& dxCurrent = dxValues.at(m_logicalCharacterOffset);
101 float& dyCurrent = dyValues.at(m_logicalCharacterOffset);
346 if (m_logicalCharacterOffset != logicalAttributes.xValues().size())
355 m_logicalCharacterOffset = 0;
427 m_logicalCharacterOffset += logicalMetrics.length();
489 float x = xValues.at(m_logicalCharacterOffset);
490 float y = yValues.at(m_logicalCharacterOffset);
495 textBox->setStartsNewTextChunk(logicalAttributes.context()->characterStartsNewTextChunk(m_logicalCharacterOffset));
499 float newAngle = rotateValues.at(m_logicalCharacterOffset);
    [all...]

Completed in 303 milliseconds