Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_dash.h14 : nDash(dash), nGap(gap), nPhase(phase) {} in CPVT_Dash()
16 int32_t nDash; member
Dcpvt_generateap.cpp1220 << " [" << dash.nDash << " " << dash.nGap << "] " in GenerateBorderAP()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.h92 CPWL_Dash() : nDash(0), nGap(0), nPhase(0) {} in CPWL_Dash()
94 : nDash(dash), nGap(gap), nPhase(phase) {} in CPWL_Dash()
97 nDash = 0; in Reset()
102 int32_t nDash; member
DPWL_Edit.cpp230 << "[" << GetBorderDash().nDash << " " << GetBorderDash().nGap in GetThisAppearanceStream()
361 gsd.m_DashArray[0] = (FX_FLOAT)GetBorderDash().nDash; in DrawThisAppearance()
DPWL_Utils.cpp626 << " [" << dash.nDash << " " << dash.nGap << "] " in GetBorderAppStream()
733 << "[" << dash.nDash << " " << dash.nGap << "] " in GetCircleBorderAppStream()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp1617 << "[" << dsBorder.nDash << " " << dsBorder.nGap << "] "