Home
last modified time | relevance | path

Searched refs:PWL_SCROLLBAR_POSBUTTON_MINWIDTH (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ScrollBar.cpp595 PWL_SCROLLBAR_BUTTON_WIDTH * 2 + PWL_SCROLLBAR_POSBUTTON_MINWIDTH + in RePosChildWnd()
604 PWL_SCROLLBAR_POSBUTTON_MINWIDTH - 2) / in RePosChildWnd()
620 PWL_SCROLLBAR_POSBUTTON_MINWIDTH + 2)) { in RePosChildWnd()
628 PWL_SCROLLBAR_POSBUTTON_MINWIDTH - 2) / in RePosChildWnd()
912 if (fRight - fLeft < PWL_SCROLLBAR_POSBUTTON_MINWIDTH) in MovePosButton()
913 fRight = fLeft + PWL_SCROLLBAR_POSBUTTON_MINWIDTH; in MovePosButton()
917 fLeft = fRight - PWL_SCROLLBAR_POSBUTTON_MINWIDTH; in MovePosButton()
927 if (IsFloatSmaller(fTop - fBottom, PWL_SCROLLBAR_POSBUTTON_MINWIDTH)) in MovePosButton()
928 fBottom = fTop - PWL_SCROLLBAR_POSBUTTON_MINWIDTH; in MovePosButton()
932 fTop = fBottom + PWL_SCROLLBAR_POSBUTTON_MINWIDTH; in MovePosButton()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h151 #define PWL_SCROLLBAR_POSBUTTON_MINWIDTH 2.0f macro