Home
last modified time | relevance | path

Searched refs:PWS_BORDER (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp321 if (HasFlag(PWS_BORDER)) { in GetThisAppearanceStream()
360 if (HasFlag(PWS_BORDER)) in DrawThisAppearance()
593 if (HasFlag(PWS_BORDER)) in SetBorderStyle()
598 if (HasFlag(PWS_BORDER)) in GetBorderWidth()
609 if (HasFlag(PWS_BORDER)) in GetBorderColor()
DPWL_ComboBox.cpp291 ecp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BORDER | PES_CENTER | in CreateEdit()
314 bcp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BORDER | PWS_BACKGROUND; in CreateButton()
332 PWS_CHILD | PWS_BORDER | PWS_BACKGROUND | PLBS_HOVERSEL | PWS_VSCROLL; in CreateListBox()
DPWL_ScrollBar.cpp838 PWS_VISIBLE | PWS_CHILD | PWS_BORDER | PWS_BACKGROUND | PWS_NOREFRESHCLIP; in CreateButtons()
DPWL_Note.cpp1233 ccp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BORDER; in CreateChildWnd()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h26 #define PWS_BORDER 0x40000000L macro
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp299 FX_DWORD dwCreateFlags = PWS_BORDER | PWS_BACKGROUND | PWS_VISIBLE; in GetCreateParam()