Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:fMinWidth

1084   FX_FLOAT fMinWidth = rcMin.right - rcMin.left;
1091 if (rcClient.right - rcClient.left > fMinWidth + fMaxWidth + 2) {
1092 rcArea = CPDF_Rect(rcClient.left + fMinWidth + 1, rcClient.bottom,
1095 rcArea = CPDF_Rect(rcClient.left + fMinWidth + 1, rcClient.bottom,
1096 rcClient.left + fMinWidth + 1, rcClient.top);