Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.cpp230 << "[" << GetBorderDash().nDash << " " << GetBorderDash().nGap in GetThisAppearanceStream()
231 << "] " << GetBorderDash().nPhase << " d\n"; in GetThisAppearanceStream()
361 gsd.m_DashArray[0] = (FX_FLOAT)GetBorderDash().nDash; in DrawThisAppearance()
362 gsd.m_DashArray[1] = (FX_FLOAT)GetBorderDash().nGap; in DrawThisAppearance()
363 gsd.m_DashPhase = (FX_FLOAT)GetBorderDash().nPhase; in DrawThisAppearance()
DPWL_Wnd.cpp325 GetBorderDash()); in GetThisAppearanceStream()
588 const CPWL_Dash& CPWL_Wnd::GetBorderDash() const { in GetBorderDash() function in CPWL_Wnd
DPWL_Wnd.h299 const CPWL_Dash& GetBorderDash() const;