Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasPerspective

1802     return (hasLayer() && toRenderBoxModelObject(this)->layer()->transform()) || (containerObject && containerObject->style()->hasPerspective());
1818 if (containerObject && containerObject->hasLayer() && containerObject->style()->hasPerspective()) {