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

  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 534 FX_INT32 nBorderStyle = 0;
541 nBorderStyle = PBS_DASH;
545 nBorderStyle = PBS_BEVELED;
551 nBorderStyle = PBS_INSET;
557 nBorderStyle = PBS_UNDERLINED;
560 nBorderStyle = PBS_SOLID;
655 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
674 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
687 switch (nBorderStyle)
705 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 212 nBorderStyle(PBS_SOLID),
237 FX_INT32 nBorderStyle; //optional
331 virtual CPWL_Color GetBorderLeftTopColor(FX_INT32 nBorderStyle) const;
332 virtual CPWL_Color GetBorderRightBottomColor(FX_INT32 nBorderStyle) const;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 753 return m_sPrivateParam.nBorderStyle;
756 void CPWL_Wnd::SetBorderStyle(FX_INT32 nBorderStyle)
759 m_sPrivateParam.nBorderStyle = nBorderStyle;
1061 CPWL_Color CPWL_Wnd::GetBorderLeftTopColor(FX_INT32 nBorderStyle) const
1065 switch (nBorderStyle)
1084 CPWL_Color CPWL_Wnd::GetBorderRightBottomColor(FX_INT32 nBorderStyle) const
1088 switch (nBorderStyle)
PWL_ComboBox.cpp 327 ecp.nBorderStyle = PBS_SOLID;
345 bcp.nBorderStyle = PBS_BEVELED;
361 lcp.nBorderStyle = PBS_SOLID;
PWL_EditCtrl.cpp 153 ecp.nBorderStyle = PBS_SOLID;
PWL_ScrollBar.cpp 935 scp.nBorderStyle = PBS_BEVELED;
    [all...]
PWL_Note.cpp     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 334 FX_INT32 nBorderStyle = PBS_SOLID;
347 nBorderStyle = PBS_SOLID;
350 nBorderStyle = PBS_DASH;
353 nBorderStyle = PBS_BEVELED;
359 nBorderStyle = PBS_INSET;
365 nBorderStyle = PBS_UNDERLINED;
385 crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder);
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 398 int nBorderStyle = m_pWidget->GetBorderStyle();
400 switch (nBorderStyle)
403 cp.nBorderStyle = PBS_SOLID;
406 cp.nBorderStyle = PBS_DASH;
410 cp.nBorderStyle = PBS_BEVELED;
414 cp.nBorderStyle = PBS_INSET;
418 cp.nBorderStyle = PBS_UNDERLINED;
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 472 int nBorderstyle = pWidget->GetBorderStyle();
474 switch (nBorderstyle)
505 int nBorderStyle = 0;
508 nBorderStyle = BBS_SOLID;
510 nBorderStyle = BBS_BEVELED;
512 nBorderStyle = BBS_DASH;
514 nBorderStyle = BBS_INSET;
516 nBorderStyle = BBS_UNDERLINE;
534 if (pWidget->GetBorderStyle() != nBorderStyle)
536 pWidget->SetBorderStyle(nBorderStyle);
    [all...]

Completed in 1977 milliseconds