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

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp393 FX_FLOAT fOldClientHeight = fOldWindowHeight - GetBorderWidth() * 2; local
403 rcButton.bottom = rcButton.top - fOldClientHeight;
413 rcEdit.bottom = rcEdit.top - fOldClientHeight;
424 rcButton.top = rcButton.bottom + fOldClientHeight;
434 rcEdit.top = rcEdit.bottom + fOldClientHeight;

Completed in 165 milliseconds