Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:fBorderWidth

1052 		FX_FLOAT fBorderWidth = (FX_FLOAT)this->GetBorderWidth();
1053 if (fLimitWidth > fBorderWidth * 2)
1054 fRet += m_pContents->GetContentsHeight(fLimitWidth - fBorderWidth * 2);
1055 fRet += POPUP_ITEM_HEAD_BOTTOM + POPUP_ITEM_BOTTOMWIDTH + fBorderWidth * 2;