Searched refs:StackType (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | SVGCharacterLayoutInfo.h | 81 enum StackType { XStack, YStack, DxStack, DyStack, AngleStack, BaselineShiftStack }; enum 137 void addStackContent(StackType, float); 140 void addStackContent(StackType, SVGNumberList*); 143 void addStackContent(StackType, SVGLengthList*, const SVGElement*); 145 void addStackContent(StackType, const PositionedFloatVector&);
|
D | SVGCharacterLayoutInfo.cpp | 335 void SVGCharacterLayoutInfo::addStackContent(StackType type, SVGNumberList* list) in addStackContent() 355 void SVGCharacterLayoutInfo::addStackContent(StackType type, SVGLengthList* list, const SVGElement*… in addStackContent() 374 void SVGCharacterLayoutInfo::addStackContent(StackType type, const PositionedFloatVector& list) in addStackContent() 402 void SVGCharacterLayoutInfo::addStackContent(StackType type, float value) in addStackContent()
|