Home
last modified time | relevance | path

Searched refs:orientationShiftX (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.h208 , orientationShiftX(0.0f) in SVGChar()
224 float orientationShiftX; member
DSVGRootInlineBox.cpp227 svgChar.orientationShiftX = -glyphWidth; in calculateGlyphAdvanceAndShiftRespectingOrientation()
231 svgChar.orientationShiftX = -glyphWidth / 2.0f; in calculateGlyphAdvanceAndShiftRespectingOrientation()
246 svgChar.orientationShiftX = -glyphWidth / 2.0f - font.descent(); in calculateGlyphAdvanceAndShiftRespectingOrientation()
251 svgChar.orientationShiftX = -glyphWidth / 2.0f + font.descent(); in calculateGlyphAdvanceAndShiftRespectingOrientation()
255 svgChar.orientationShiftX = -glyphWidth / 2.0f; in calculateGlyphAdvanceAndShiftRespectingOrientation()
DSVGCharacterLayoutInfo.cpp529 ctm.translate(orientationShiftX - x, orientationShiftY - y); in characterTransform()
/external/webkit/WebCore/
DChangeLog-2008-08-1074435 …* rendering/SVGCharacterLayoutInfo.cpp: Respect orientationShiftX/Y & angle in characterTransform()