Searched refs:SetCardSize (Results 1 – 2 of 2) sorted by relevance
65 void SetCardSize(const Dimension& width, const Dimension& height) in SetCardSize() function
39 form->SetCardSize(width.IsValid() ? width : 0.0_vp, height.IsValid() ? height : 0.0_vp); in SetSize()