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

/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ComboBox.cpp343 FX_FLOAT fOldClientHeight = fOldWindowHeight - GetBorderWidth() * 2; local
352 rcButton.bottom = rcButton.top - fOldClientHeight;
362 rcEdit.bottom = rcEdit.top - fOldClientHeight;
373 rcButton.top = rcButton.bottom + fOldClientHeight;
383 rcEdit.top = rcEdit.bottom + fOldClientHeight;

Completed in 237 milliseconds