Searched refs:TryRightInset (Results 1 – 3 of 3) sorted by relevance
52 return TryRightInset().value_or(0); in GetRightInset()67 Optional<float> CXFA_Margin::TryRightInset() const { in TryRightInset() function in CXFA_Margin
24 Optional<float> TryRightInset() const;
1524 Optional<float> right = mgUI->TryRightInset(); in GetUIMargin()