Searched refs:m_perspective (Results 1 – 4 of 4) sorted by relevance
54 , m_perspective(RenderStyle::initialPerspective()) in StyleRareNonInheritedData()91 , m_perspective(o.m_perspective) in StyleRareNonInheritedData()150 && (m_perspective == o.m_perspective) in operator ==()
117 float m_perspective; variable
352 rareNonInheritedData->m_perspective != other->rareNonInheritedData->m_perspective || in diff()515 rareNonInheritedData->m_perspective != other->rareNonInheritedData->m_perspective || in diff()
696 float perspective() const { return rareNonInheritedData->m_perspective; } in perspective()697 bool hasPerspective() const { return rareNonInheritedData->m_perspective > 0; } in hasPerspective()1019 void setPerspective(float p) { SET_VAR(rareNonInheritedData, m_perspective, p); } in setPerspective()