Home
last modified time | relevance | path

Searched refs:GetMinHeight (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_annot.h36 virtual float GetMinHeight() const;
Dcpdfsdk_annot.cpp50 float CPDFSDK_Annot::GetMinHeight() const { in GetMinHeight() function in CPDFSDK_Annot
Dcpdfsdk_baannot.cpp50 ASSERT(rect.top - rect.bottom >= GetMinHeight()); in SetRect()