Searched refs:m_clipPath (Results 1 – 4 of 4) sorted by relevance
49 , m_clipPath(RenderStyle::initialClipPath()) in StyleRareNonInheritedData()133 , m_clipPath(o.m_clipPath) in StyleRareNonInheritedData()223 && m_clipPath == o.m_clipPath in operator ==()
136 RefPtr<ClipPathOperation> m_clipPath; variable
664 … || !dataEquivalent(rareNonInheritedData->m_clipPath, other.rareNonInheritedData->m_clipPath)) in diffNeedsPaintInvalidationObject()
1463 if (rareNonInheritedData->m_clipPath != operation) in setClipPath()1464 rareNonInheritedData.access()->m_clipPath = operation; in setClipPath()1466 ClipPathOperation* clipPath() const { return rareNonInheritedData->m_clipPath.get(); } in clipPath()