Home
last modified time | relevance | path

Searched refs:GetBorderDash (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp245 gsd.m_DashArray[0] = (float)GetBorderDash().nDash; in DrawThisAppearance()
246 gsd.m_DashArray[1] = (float)GetBorderDash().nGap; in DrawThisAppearance()
247 gsd.m_DashPhase = (float)GetBorderDash().nPhase; in DrawThisAppearance()
Dcpwl_wnd.h211 const CPWL_Dash& GetBorderDash() const;
Dcpwl_wnd.cpp477 const CPWL_Dash& CPWL_Wnd::GetBorderDash() const { in GetBorderDash() function in CPWL_Wnd