Searched defs:szTotal (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp1591 CPVT_Size szTotal; local
1595 szTotal.x = FPDF_MAX(size.x, szTotal.x);
1596 szTotal.y += size.y;
1597 if (IsFloatBigger(szTotal.x, GetPlateWidth())
1598 || IsFloatBigger(szTotal.y, GetPlateHeight())

Completed in 58 milliseconds