Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:fBorderWidth

1053 		FX_FLOAT fBorderWidth = (FX_FLOAT)this->GetBorderWidth();

1054 if (fLimitWidth > fBorderWidth * 2)
1055 fRet += m_pContents->GetContentsHeight(fLimitWidth - fBorderWidth * 2);
1056 fRet += POPUP_ITEM_HEAD_BOTTOM + POPUP_ITEM_BOTTOMWIDTH + fBorderWidth * 2;