Searched refs:hasHiddenBackface (Results 1 – 3 of 3) sorted by relevance
111 …if (hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup() || style()->shouldCom… in layerTypeRequired()
78 …ositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasRefl… in layerTypeRequired()
604 …bool hasHiddenBackface() const { return style() && style()->backfaceVisibility() == BackfaceVisibi… in hasHiddenBackface() function