Searched refs:GetMinMaxValue (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp130 FX_FLOAT GetMinMaxValue( CPDF_RectArray& array, FPDF_TYPE type, FPDF_VALUE value) function
193 rcRet.left = GetMinMaxValue(*pRectArray, MIN, LEFT);
194 rcRet.top = GetMinMaxValue(*pRectArray, MAX, TOP);
195 rcRet.right = GetMinMaxValue(*pRectArray, MAX, RIGHT);
196 rcRet.bottom = GetMinMaxValue(*pRectArray, MIN, BOTTOM);

Completed in 100 milliseconds