Searched refs:GetMinWidth (Results 1 – 3 of 3) sorted by relevance
35 virtual float GetMinWidth() const;
46 float CPDFSDK_Annot::GetMinWidth() const { in GetMinWidth() function in CPDFSDK_Annot
49 ASSERT(rect.right - rect.left >= GetMinWidth()); in SetRect()