Searched refs:fBorderWidth (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 921 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth(); local 933 fBorderWidth *= 2; 939 fBorderWidth *= 2; 951 CPDF_Rect rcClient = CPWL_Utils::DeflateRect(rcWindow, fBorderWidth); 1025 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, 1046 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, 1079 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, 1109 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth(); local 1121 fBorderWidth *= 2; 1127 fBorderWidth *= 2; [all …]
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListCtrl.cpp | 57 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth(); in GetContentsHeight() local 59 if (fLimitWidth > fBorderWidth * 2) { in GetContentsHeight() 65 fRet += pChild->GetItemHeight(fLimitWidth - fBorderWidth * 2 - fLeft - in GetContentsHeight()
|
D | PWL_Note.cpp | 893 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth(); in GetItemHeight() local 894 if (fLimitWidth > fBorderWidth * 2) in GetItemHeight() 895 fRet += m_pContents->GetContentsHeight(fLimitWidth - fBorderWidth * 2); in GetItemHeight() 896 fRet += POPUP_ITEM_HEAD_BOTTOM + POPUP_ITEM_BOTTOMWIDTH + fBorderWidth * 2; in GetItemHeight()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 356 FX_FLOAT fBorderWidth = 1; in GenerateWidgetAP() local 361 fBorderWidth = pBSDict->GetNumber("W"); in GenerateWidgetAP() 376 fBorderWidth *= 2; in GenerateWidgetAP() 382 fBorderWidth *= 2; in GenerateWidgetAP() 408 rcBBox, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, in GenerateWidgetAP() 414 CPDF_Rect(rcBBox.left + fBorderWidth, rcBBox.bottom + fBorderWidth, in GenerateWidgetAP() 415 rcBBox.right - fBorderWidth, rcBBox.top - fBorderWidth); in GenerateWidgetAP()
|