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

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_SpecialButton.cpp 21 return CPWL_Utils::DeflateRect(GetWindowRect(), (FX_FLOAT)GetBorderWidth());
PWL_Wnd.cpp 322 rectWnd, (FX_FLOAT)GetBorderWidth(), GetBorderColor(),
353 rectWnd, (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth()));
360 (FX_FLOAT)GetBorderWidth(), GetBorderColor(),
523 rcWindow, (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth()));
570 int32_t CPWL_Wnd::GetBorderWidth() const {
703 GetWindowRect(), (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth()));
PWL_Edit.cpp 104 GetWindowRect(), (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth()));
207 << GetBorderWidth() << " w\n"
226 << GetBorderWidth() << " w\n"
332 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth();
358 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth();
PWL_ComboBox.cpp 343 FX_FLOAT fOldClientHeight = fOldWindowHeight - GetBorderWidth() * 2;
460 m_pList->GetFirstHeight() * 3 + m_pList->GetBorderWidth() * 2;
461 FX_FLOAT fPopupMax = fListHeight + m_pList->GetBorderWidth() * 2;
PWL_ListBox.cpp 445 GetWindowRect(), (FX_FLOAT)(GetBorderWidth() + GetInnerBorderWidth()));
PWL_Wnd.h 301 int32_t GetBorderWidth() const;
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.h 61 int GetBorderWidth() const;
cpdfsdk_widget.cpp 904 FX_FLOAT fBorderWidth = (FX_FLOAT)GetBorderWidth();
    [all...]
cpdfsdk_baannot.cpp 182 int CPDFSDK_BAAnnot::GetBorderWidth() const {
  /external/pdfium/xfa/fde/css/
cfde_csscomputedstyle.h 72 const FDE_CSSRect* GetBorderWidth() const;
cfde_csscomputedstyle.cpp 81 const FDE_CSSRect* CFDE_CSSComputedStyle::GetBorderWidth() const {
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp 466 FX_FLOAT GetBorderWidth(const CPDF_Dictionary& pAnnotDict) {
747 FX_FLOAT fBorderWidth = GetBorderWidth(*pAnnotDict);
836 FX_FLOAT fBorderWidth = GetBorderWidth(*pAnnotDict);
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 316 cp.dwBorderWidth = m_pWidget->GetBorderWidth();
  /external/pdfium/fpdfsdk/javascript/
Field.cpp     [all...]

Completed in 115 milliseconds