Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfdoc/
Dfpdf_ap.h23 CPVT_Dash(FX_INT32 dash, FX_INT32 gap, FX_INT32 phase) : nDash(dash), nGap(gap), nPhase(phase) in CPVT_Dash()
26 FX_INT32 nDash; member
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h110 CPWL_Dash(FX_INT32 dash, FX_INT32 gap, FX_INT32 phase) : nDash(dash), nGap(gap), nPhase(phase) in CPWL_Dash()
113 FX_INT32 nDash; member
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp327 << "[" << GetBorderDash().nDash << " " in GetThisAppearanceStream()
449 gsd.m_DashArray[0] = (FX_FLOAT)GetBorderDash().nDash; in DrawThisAppearance()
DPWL_Utils.cpp985 …sAppStream << fWidth << " w" << " [" << dash.nDash << " " << dash.nGap << "] " << dash.nPhase << "… in GetBorderAppStream()
1083 << "[" << dash.nDash << " " << dash.nGap << "] " << dash.nPhase << " d\n" in GetCircleBorderAppStream()
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp742 …sAppStream << fWidth << " w" << " [" << dash.nDash << " " << dash.nGap << "] " << dash.nPhase << "… in GenerateBorderAP()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1337 << "[" << dsBorder.nDash << " " in ResetAppearance_TextField()