Home | History | Annotate | Download | only in rendering

Lines Matching full:hasperspective

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