HomeSort by relevance Sort by last modified time
    Searched refs:fBorderWidth (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListCtrl.cpp 70 FX_FLOAT fBorderWidth = (FX_FLOAT)this->GetBorderWidth();
72 if (fLimitWidth > fBorderWidth* 2)
81 fRet += pChild->GetItemHeight(fLimitWidth - fBorderWidth* 2 - fLeft - fRight);
PWL_Note.cpp 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;
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 335 FX_FLOAT fBorderWidth = 1;
340 fBorderWidth = pBSDict->GetNumber("W");
354 fBorderWidth *= 2;
360 fBorderWidth *= 2;
384 CFX_ByteString sBorderStream = CPVT_GenerateAP::GenerateBorderAP(rcBBox, fBorderWidth,
389 CPDF_Rect rcBody = CPDF_Rect(rcBBox.left + fBorderWidth, rcBBox.bottom + fBorderWidth,
390 rcBBox.right - fBorderWidth, rcBBox.top - fBorderWidth);
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 533 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth();
546 fBorderWidth *= 2;
552 fBorderWidth *= 2;
564 CPDF_Rect rcClient = CPWL_Utils::DeflateRect(rcWindow,fBorderWidth);
655 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
674 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
705 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
739 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth();
752 fBorderWidth *= 2;
758 fBorderWidth *= 2;
    [all...]

Completed in 277 milliseconds