Lines Matching full:fbwidth
666 FX_FLOAT fBWidth = 0;
680 fBWidth = (rcClient.right - rcClient.left - PWL_SCROLLBAR_POSBUTTON_MINWIDTH - 2) / 2;
682 if (fBWidth > 0)
685 rcClient.left + fBWidth,rcClient.top);
686 rcMaxButton = CPDF_Rect(rcClient.right - fBWidth,rcClient.bottom,
702 fBWidth = (rcClient.top - rcClient.bottom - PWL_SCROLLBAR_POSBUTTON_MINWIDTH - 2) / 2;
704 if (IsFloatBigger(fBWidth, 0))
706 rcMinButton = CPDF_Rect(rcClient.left,rcClient.top - fBWidth,
709 rcClient.right,rcClient.bottom + fBWidth);