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

  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp 112 FX_FLOAT fBorderWidth = 1;
117 fBorderWidth = pBSDict->GetNumberFor("W");
132 fBorderWidth *= 2;
138 fBorderWidth *= 2;
163 rcBBox, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle,
169 CFX_FloatRect(rcBBox.left + fBorderWidth, rcBBox.bottom + fBorderWidth,
170 rcBBox.right - fBorderWidth, rcBBox.top - fBorderWidth);
633 const FX_FLOAT fBorderWidth = 1
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 904 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth();
915 fBorderWidth *= 2;
920 fBorderWidth *= 2;
928 CFX_FloatRect rcClient = CPWL_Utils::DeflateRect(rcWindow, fBorderWidth);
997 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder,
1018 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder,
1054 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder,
    [all...]

Completed in 258 milliseconds