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 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;
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 534 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth();
547 fBorderWidth *= 2;
553 fBorderWidth *= 2;
565 CPDF_Rect rcClient = CPWL_Utils::DeflateRect(rcWindow,fBorderWidth);
656 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
675 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
706 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
740 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth();
753 fBorderWidth *= 2;
759 fBorderWidth *= 2
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 337 FX_FLOAT fBorderWidth = 1;
342 fBorderWidth = pBSDict->GetNumber("W");
356 fBorderWidth *= 2;
362 fBorderWidth *= 2;
386 CFX_ByteString sBorderStream = CPVT_GenerateAP::GenerateBorderAP(rcBBox, fBorderWidth,
391 CPDF_Rect rcBody = CPDF_Rect(rcBBox.left + fBorderWidth, rcBBox.bottom + fBorderWidth,
392 rcBBox.right - fBorderWidth, rcBBox.top - fBorderWidth);
    [all...]

Completed in 1259 milliseconds