Home | History | Annotate | Download | only in style

Lines Matching refs:hasPerspective

670     bool hasTransformRelatedProperty() const { return hasTransform() || preserves3D() || hasPerspective(); }
697 bool hasPerspective() const { return rareNonInheritedData->m_perspective > 0; }