Searched refs:placementCheckFunc_ (Results 1 – 3 of 3) sorted by relevance
45 … placementCheckFunc_[Placement::BOTTOM] = &SheetPresentationLayoutAlgorithm::CheckPlacementBottom; in SheetPresentationLayoutAlgorithm()46 …placementCheckFunc_[Placement::BOTTOM_LEFT] = &SheetPresentationLayoutAlgorithm::CheckPlacementBot… in SheetPresentationLayoutAlgorithm()47 …placementCheckFunc_[Placement::BOTTOM_RIGHT] = &SheetPresentationLayoutAlgorithm::CheckPlacementBo… in SheetPresentationLayoutAlgorithm()127 std::unordered_map<Placement, PlacementCheckFunc> placementCheckFunc_; variable
295 auto& placementFunc = placementCheckFunc_[placement]; in AvoidanceRuleOfPlacement()
1426 …algorithm->placementCheckFunc_[Placement::BOTTOM] = &SheetPresentationLayoutAlgorithm::CheckPlacem…1438 algorithm->placementCheckFunc_[Placement::BOTTOM] = nullptr;