Home
last modified time | relevance | path

Searched refs:PWL_MIN (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Icon.cpp192 fMinScale = PWL_MIN(fHScale, fVScale); in GetScale()
DPWL_Note.cpp640 PWL_MIN(rcSubject.left + m_pSubject->GetContentRect().Width() + 1.0f, in RePosChildWnd()
1148 PWL_MIN(rcSubject.left + m_pSubject->GetContentRect().Width() + 1.0f, in RePosNoteChildren()
1169 PWL_MIN(rcSubject.left + m_pAuthor->GetContentRect().Width() + 1.0f, in RePosNoteChildren()
DPWL_Utils.cpp75 rcRet.left = PWL_MIN(rect1.left, rect2.left); in MaxRect()
76 rcRet.bottom = PWL_MIN(rect1.bottom, rect2.bottom); in MaxRect()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Utils.h19 T PWL_MIN(const T& i, const T& j) { in PWL_MIN() function