Searched defs:SVGTextLayoutAttributes (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutAttributes.h32 class SVGTextLayoutAttributes { class in namespace:WebCore
46 SVGTextLayoutAttributes(RenderSVGInlineText* context = 0);
H A DSVGTextLayoutAttributes.cpp23 #include "SVGTextLayoutAttributes.h"
30 SVGTextLayoutAttributes::SVGTextLayoutAttributes(RenderSVGInlineText* context) function in class:WebCore::SVGTextLayoutAttributes
35 void SVGTextLayoutAttributes::reserveCapacity(unsigned length)
45 void SVGTextLayoutAttributes::PositioningLists::fillWithEmptyValues(unsigned length)
47 xValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
48 yValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
49 dxValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
50 dyValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
51 rotateValues.fill(SVGTextLayoutAttributes
[all...]

Completed in 435 milliseconds