Home
last modified time | relevance | path

Searched refs:addStackContent (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.cpp297 addStackContent(BaselineShiftStack, baselineShift); in addLayoutInformation()
318 addStackContent(XStack, element->x(), element); in addLayoutInformation()
319 addStackContent(YStack, element->y(), element); in addLayoutInformation()
320 addStackContent(DxStack, element->dx(), element); in addLayoutInformation()
321 addStackContent(DyStack, element->dy(), element); in addLayoutInformation()
322 addStackContent(AngleStack, element->rotate()); in addLayoutInformation()
323 addStackContent(BaselineShiftStack, baselineShift); in addLayoutInformation()
335 void SVGCharacterLayoutInfo::addStackContent(StackType type, SVGNumberList* list) in addStackContent() function in WebCore::SVGCharacterLayoutInfo
352 addStackContent(type, newLayoutInfo); in addStackContent()
355 void SVGCharacterLayoutInfo::addStackContent(StackType type, SVGLengthList* list, const SVGElement*… in addStackContent() function in WebCore::SVGCharacterLayoutInfo
[all …]
DSVGCharacterLayoutInfo.h137 void addStackContent(StackType, float);
140 void addStackContent(StackType, SVGNumberList*);
143 void addStackContent(StackType, SVGLengthList*, const SVGElement*);
145 void addStackContent(StackType, const PositionedFloatVector&);
/external/webkit/WebCore/
DChangeLog-2007-10-143533 (WebCore::SVGCharacterLayoutInfo::addStackContent):
DChangeLog-2008-08-104333 (WebCore::SVGCharacterLayoutInfo::addStackContent):
DChangeLog-2010-01-2989709 (WebCore::SVGCharacterLayoutInfo::addStackContent):