Searched defs:SVGCharacterLayoutInfo (Results 1 – 2 of 2) sorted by relevance
78 struct SVGCharacterLayoutInfo { struct81 enum StackType { XStack, YStack, DxStack, DyStack, AngleStack, BaselineShiftStack };112 float curx;113 float cury;116 float angle;119 float dx;120 float dy;123 float shiftx;124 float shifty;127 float pathExtraAdvance;[all …]
72 SVGCharacterLayoutInfo::SVGCharacterLayoutInfo(Vector<SVGChar>& chars) in SVGCharacterLayoutInfo() function in WebCore::SVGCharacterLayoutInfo