HomeSort by relevance Sort by last modified time
    Searched refs:PWL_MIN (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 240 fMinScale = PWL_MIN(fHScale,fVScale);
PWL_Note.cpp 752 rcSubject.right = PWL_MIN(rcSubject.left + m_pSubject->GetContentRect().Width() + 1.0f, rcClient.right);
1361 rcSubject.right = PWL_MIN(rcSubject.left + m_pSubject->GetContentRect().Width() + 1.0f, rcDate.left - 1.0f);
1378 rcAuthor.right = PWL_MIN(rcSubject.left + m_pAuthor->GetContentRect().Width() + 1.0f, rcOptions.left - 1.0f);
    [all...]
PWL_Utils.cpp 76 rcRet.left = PWL_MIN(rect1.left,rect2.left);
77 rcRet.bottom = PWL_MIN(rect1.bottom,rect2.bottom);
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Utils.h 18 template<class T> T PWL_MIN (const T & i, const T & j) { return ((i < j) ? i : j); }

Completed in 213 milliseconds