Searched defs:hasPerspective (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformationMatrix.h261 bool hasPerspective() const { return m_matrix[2][3] != 0.0f; } function in class:WebCore::TransformationMatrix
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h923 bool hasPerspective() const { return rareNonInheritedData->m_perspective > 0; } function in class:WebCore::RenderStyle

Completed in 75 milliseconds