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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.cpp 129 if (SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(textRenderer->parent())) {
130 desiredTextLength = textContentElement->specifiedTextLength().value(textContentElement);
132 switch (static_cast<SVGTextContentElement::SVGLengthAdjustType>(textContentElement->lengthAdjust())) {
SVGTextLayoutEngine.cpp 157 SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(currentParent);
158 if (textContentElement) {
159 SVGTextContentElement::SVGLengthAdjustType lengthAdjust = static_cast<SVGTextContentElement::SVGLengthAdjustType>(textContentElement->lengthAdjust());
160 if (lengthAdjust == SVGTextContentElement::LENGTHADJUST_SPACING && textContentElement->specifiedTextLength().value(textContentElement) > 0)
214 if (SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(textPath)) {
215 lengthAdjust = static_cast<SVGTextContentElement::SVGLengthAdjustType>(textContentElement->lengthAdjust());
216 desiredTextLength = textContentElement->specifiedTextLength().value(textContentElement);

Completed in 39 milliseconds