Searched refs:orientationShiftX (Results 1 – 4 of 4) sorted by relevance
208 , orientationShiftX(0.0f) in SVGChar()224 float orientationShiftX; member
227 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()
529 ctm.translate(orientationShiftX - x, orientationShiftY - y); in characterTransform()
74435 …* rendering/SVGCharacterLayoutInfo.cpp: Respect orientationShiftX/Y & angle in characterTransform()