Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/style/
DStyleRareNonInheritedData.cpp54 , m_perspective(RenderStyle::initialPerspective()) in StyleRareNonInheritedData()
91 , m_perspective(o.m_perspective) in StyleRareNonInheritedData()
150 && (m_perspective == o.m_perspective) in operator ==()
DStyleRareNonInheritedData.h117 float m_perspective; variable
DRenderStyle.cpp352 rareNonInheritedData->m_perspective != other->rareNonInheritedData->m_perspective || in diff()
515 rareNonInheritedData->m_perspective != other->rareNonInheritedData->m_perspective || in diff()
DRenderStyle.h696 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()