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

  /external/webkit/Source/WebCore/svg/
SVGTextContentElement.h 60 SVGLength& specifiedTextLength() { return m_specifiedTextLength; }
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.cpp 130 desiredTextLength = textContentElement->specifiedTextLength().value(textContentElement);
SVGTextLayoutEngine.cpp 160 if (lengthAdjust == SVGTextContentElement::LENGTHADJUST_SPACING && textContentElement->specifiedTextLength().value(textContentElement) > 0)
216 desiredTextLength = textContentElement->specifiedTextLength().value(textContentElement);

Completed in 467 milliseconds