Searched refs:PWL_MIN (Results 1 – 4 of 4) sorted by relevance
192 fMinScale = PWL_MIN(fHScale, fVScale); in GetScale()
640 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()
75 rcRet.left = PWL_MIN(rect1.left, rect2.left); in MaxRect()76 rcRet.bottom = PWL_MIN(rect1.bottom, rect2.bottom); in MaxRect()
19 T PWL_MIN(const T& i, const T& j) { in PWL_MIN() function