Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasPerspective

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