Searched refs:fBorderWidth (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 533 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth(); in ResetAppearance_PushButton() local 546 fBorderWidth *= 2; in ResetAppearance_PushButton() 552 fBorderWidth *= 2; in ResetAppearance_PushButton() 564 CPDF_Rect rcClient = CPWL_Utils::DeflateRect(rcWindow,fBorderWidth); in ResetAppearance_PushButton() 655 …CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorder… in ResetAppearance_PushButton() 674 …CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorder… in ResetAppearance_PushButton() 705 …CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorder… in ResetAppearance_PushButton() 739 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth(); in ResetAppearance_CheckBox() local 752 fBorderWidth *= 2; in ResetAppearance_CheckBox() 758 fBorderWidth *= 2; in ResetAppearance_CheckBox() [all …]
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListCtrl.cpp | 70 FX_FLOAT fBorderWidth = (FX_FLOAT)this->GetBorderWidth(); in GetContentsHeight() local 72 if (fLimitWidth > fBorderWidth* 2) in GetContentsHeight() 81 fRet += pChild->GetItemHeight(fLimitWidth - fBorderWidth* 2 - fLeft - fRight); in GetContentsHeight()
|
D | PWL_Note.cpp | 1053 FX_FLOAT fBorderWidth = (FX_FLOAT)this->GetBorderWidth(); in GetItemHeight() local 1054 if (fLimitWidth > fBorderWidth * 2) in GetItemHeight() 1055 fRet += m_pContents->GetContentsHeight(fLimitWidth - fBorderWidth * 2); in GetItemHeight() 1056 fRet += POPUP_ITEM_HEAD_BOTTOM + POPUP_ITEM_BOTTOMWIDTH + fBorderWidth * 2; in GetItemHeight()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 335 FX_FLOAT fBorderWidth = 1; in GenerateWidgetAP() local 340 fBorderWidth = pBSDict->GetNumber("W"); in GenerateWidgetAP() 354 fBorderWidth *= 2; in GenerateWidgetAP() 360 fBorderWidth *= 2; in GenerateWidgetAP() 384 CFX_ByteString sBorderStream = CPVT_GenerateAP::GenerateBorderAP(rcBBox, fBorderWidth, in GenerateWidgetAP() 389 CPDF_Rect rcBody = CPDF_Rect(rcBBox.left + fBorderWidth, rcBBox.bottom + fBorderWidth, in GenerateWidgetAP() 390 rcBBox.right - fBorderWidth, rcBBox.top - fBorderWidth); in GenerateWidgetAP()
|