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 922 int32_t nBorderStyle = 0;
928 nBorderStyle = PBS_DASH;
932 nBorderStyle = PBS_BEVELED;
938 nBorderStyle = PBS_INSET;
944 nBorderStyle = PBS_UNDERLINED;
947 nBorderStyle = PBS_SOLID;
1026 crLeftTop, crRightBottom, nBorderStyle,
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 215 nBorderStyle(PBS_SOLID),
238 int32_t nBorderStyle; // optional
335 virtual CPWL_Color GetBorderLeftTopColor(int32_t nBorderStyle) const;
336 virtual CPWL_Color GetBorderRightBottomColor(int32_t nBorderStyle) const;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 589 return m_sPrivateParam.nBorderStyle;
592 void CPWL_Wnd::SetBorderStyle(int32_t nBorderStyle) {
594 m_sPrivateParam.nBorderStyle = nBorderStyle;
822 CPWL_Color CPWL_Wnd::GetBorderLeftTopColor(int32_t nBorderStyle) const {
825 switch (nBorderStyle) {
843 CPWL_Color CPWL_Wnd::GetBorderRightBottomColor(int32_t nBorderStyle) const {
846 switch (nBorderStyle) {
PWL_ComboBox.cpp 302 ecp.nBorderStyle = PBS_SOLID;
318 bcp.nBorderStyle = PBS_BEVELED;
333 lcp.nBorderStyle = PBS_SOLID;
PWL_EditCtrl.cpp 129 ecp.nBorderStyle = PBS_SOLID;
PWL_ScrollBar.cpp 835 scp.nBorderStyle = PBS_BEVELED;
    [all...]
PWL_Note.cpp     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 355 int32_t nBorderStyle = PBS_SOLID;
369 nBorderStyle = PBS_SOLID;
372 nBorderStyle = PBS_DASH;
375 nBorderStyle = PBS_BEVELED;
381 nBorderStyle = PBS_INSET;
387 nBorderStyle = PBS_UNDERLINED;
408 rcBBox, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle,
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 325 int nBorderStyle = m_pWidget->GetBorderStyle();
327 switch (nBorderStyle) {
329 cp.nBorderStyle = PBS_SOLID;
332 cp.nBorderStyle = PBS_DASH;
336 cp.nBorderStyle = PBS_BEVELED;
340 cp.nBorderStyle = PBS_INSET;
344 cp.nBorderStyle = PBS_UNDERLINED;
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 392 int nBorderstyle = pWidget->GetBorderStyle();
394 switch (nBorderstyle) {
425 int nBorderStyle = 0;
428 nBorderStyle = BBS_SOLID;
430 nBorderStyle = BBS_BEVELED;
432 nBorderStyle = BBS_DASH;
434 nBorderStyle = BBS_INSET;
436 nBorderStyle = BBS_UNDERLINE;
448 if (pWidget->GetBorderStyle() != nBorderStyle) {
449 pWidget->SetBorderStyle(nBorderStyle);
    [all...]

Completed in 465 milliseconds