Searched refs:m_perspective (Results 1 – 4 of 4) sorted by relevance
58 , m_perspective(RenderStyle::initialPerspective()) in StyleRareNonInheritedData()97 , m_perspective(o.m_perspective) in StyleRareNonInheritedData()143 && (m_perspective == o.m_perspective) in operator ==()
126 float m_perspective; variable
376 || rareNonInheritedData->m_perspective != other->rareNonInheritedData->m_perspective in diff()570 || rareNonInheritedData->m_perspective != other->rareNonInheritedData->m_perspective in diff()
765 float perspective() const { return rareNonInheritedData->m_perspective; } in perspective()766 bool hasPerspective() const { return rareNonInheritedData->m_perspective > 0; } in hasPerspective()1116 void setPerspective(float p) { SET_VAR(rareNonInheritedData, m_perspective, p); } in setPerspective()