Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleRareNonInheritedData.cpp58 , m_perspective(RenderStyle::initialPerspective()) in StyleRareNonInheritedData()
97 , m_perspective(o.m_perspective) in StyleRareNonInheritedData()
143 && (m_perspective == o.m_perspective) in operator ==()
DStyleRareNonInheritedData.h126 float m_perspective; variable
DRenderStyle.cpp376 || rareNonInheritedData->m_perspective != other->rareNonInheritedData->m_perspective in diff()
570 || rareNonInheritedData->m_perspective != other->rareNonInheritedData->m_perspective in diff()
DRenderStyle.h765 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()