Home | History | Annotate | Download | only in style

Lines Matching defs:hasTransform

866     bool hasTransform() const { return !rareNonInheritedData->m_transform->m_operations.operations().isEmpty(); }
884 bool hasTransformRelatedProperty() const { return hasTransform() || preserves3D() || hasPerspective(); }