Searched refs:m_chunkStyle (Results 1 – 2 of 2) sorted by relevance
49 bool isVerticalText() const { return m_chunkStyle & VerticalText; } in isVerticalText()55 …gth() const { return m_desiredTextLength > 0 && ((m_chunkStyle & LengthAdjustSpacing) || (m_chunkS… in hasDesiredTextLength()56 …hor() const { return m_chunkStyle & RightToLeftText ? !(m_chunkStyle & EndAnchor) : (m_chunkStyle… in hasTextAnchor()57 bool hasLengthAdjustSpacing() const { return m_chunkStyle & LengthAdjustSpacing; } in hasLengthAdjustSpacing()58 …bool hasLengthAdjustSpacingAndGlyphs() const { return m_chunkStyle & LengthAdjustSpacingAndGlyphs;… in hasLengthAdjustSpacingAndGlyphs()64 unsigned m_chunkStyle; variable
31 : m_chunkStyle(chunkStyle) in SVGTextChunk()53 if (m_chunkStyle & VerticalText) in calculateLength()64 if (m_chunkStyle & VerticalText) in calculateLength()76 if (m_chunkStyle & MiddleAnchor) in calculateTextAnchorShift()78 if (m_chunkStyle & EndAnchor) in calculateTextAnchorShift()79 return m_chunkStyle & RightToLeftText ? 0 : -length; in calculateTextAnchorShift()80 return m_chunkStyle & RightToLeftText ? -length : 0; in calculateTextAnchorShift()