Home
last modified time | relevance | path

Searched defs:dxValues (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutAttributes.h41 Vector<float> dxValues; member
64 Vector<float>& dxValues() { return m_positioningLists.dxValues; } in dxValues() function
65 const Vector<float>& dxValues() const { return m_positioningLists.dxValues; } in dxValues() function
DSVGTextLayoutEngine.cpp86 void SVGTextLayoutEngine::updateRelativePositionAdjustmentsIfNeeded(Vector<float>& dxValues, Vector… in updateRelativePositionAdjustmentsIfNeeded()
485 Vector<float>& dxValues = logicalAttributes.dxValues(); in layoutTextOnLineOrPath() local