Searched refs:clipState (Results 1 – 4 of 4) sorted by relevance
39 ClipState clipState; member53 clipState.Inherit(parent.clipState); in InheritFromUse()67 clipState.Inherit(parent.clipState); in Inherit()143 return attribute.clipState.GetHref(); in GetClipPathHref()161 return attribute.clipState; in GetClipState()
50 if (attributes_.clipState.IsEvenodd()) { in AsPath()68 if (attributes_.clipState.IsEvenodd()) { in AsPath()
541 void Inherit(const ClipState& clipState) in Inherit() argument544 clipRule_ = clipState.GetClipRule(); in Inherit()547 href_ = clipState.GetHref(); in Inherit()
1935 EXPECT_EQ(svgNode->GetBaseAttributes().clipState.GetHref(), "testClip");1938 EXPECT_NE(svgNode->GetBaseAttributes().clipState.GetHref(), "testClipFaild");1941 EXPECT_EQ(svgNode->GetBaseAttributes().clipState.GetHref(), "testClipPath");1944 EXPECT_NE(svgNode->GetBaseAttributes().clipState.GetHref(), "testClipPathFaild");1947 EXPECT_EQ(svgNode->GetBaseAttributes().clipState.GetClipRule(), "evenodd");1950 EXPECT_EQ(svgNode->GetBaseAttributes().clipState.GetClipRule(), "evenodd1");