Searched refs:GetArrowPlacement (Results 1 – 5 of 5) sorted by relevance
131 !props->GetArrowPlacement().has_value()) { in GetOverlayDrawFunction()135 auto arrowPlaceMent = props->GetArrowPlacement().value(); in GetOverlayDrawFunction()
107 … ConvertPlacementToString(GetArrowPlacement().value_or(Placement::NONE)).c_str(), filter); in ToJsonValue()
94 Placement GetArrowPlacement() const in GetArrowPlacement() function
69 arrowPlacement_ = bubbleLayoutAlgorithm->GetArrowPlacement(); in OnDirtyLayoutWrapperSwap()76 paintProperty->UpdatePlacement(bubbleLayoutAlgorithm->GetArrowPlacement()); in OnDirtyLayoutWrapperSwap()
1356 EXPECT_FALSE(property.GetArrowPlacement().has_value());1362 ASSERT_TRUE(property.GetArrowPlacement().has_value());1363 EXPECT_EQ(property.GetArrowPlacement().value(), Placement::TOP);1385 EXPECT_TRUE(property.GetArrowPlacement().has_value());1394 EXPECT_FALSE(property.GetArrowPlacement().has_value());1421 EXPECT_EQ(property.GetArrowPlacement().value(), cloneProperty->GetArrowPlacement().value());