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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 171 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
172 fVScale = fPlateHeight / PWL_MAX(fImageHeight, 1.0f);
176 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
178 fVScale = fPlateHeight / PWL_MAX(fImageHeight, 1.0f);
182 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
184 fVScale = fPlateHeight / PWL_MAX(fImageHeight, 1.0f);
PWL_Utils.cpp 77 rcRet.right = PWL_MAX(rect1.right, rect2.right);
78 rcRet.top = PWL_MAX(rect1.top, rect2.top);
    [all...]
PWL_Note.cpp 650 PWL_MAX(rcDate.right - m_pDateTime->GetContentRect().Width() - 1.0f,
1136 PWL_MAX(rcDate.right - m_pDateTime->GetContentRect().Width() - 1.0f,
1157 PWL_MAX(rcOptions.right - m_pOptions->GetContentRect().Width(),
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Utils.h 23 T PWL_MAX(const T& i, const T& j) {

Completed in 482 milliseconds