Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfdoc/
Dfpdf_ap.h21 : nDash(dash), nGap(gap), nPhase(phase) {} in CPVT_Dash()
25 int32_t nGap; member
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h97 : nDash(dash), nGap(gap), nPhase(phase) {} in CPWL_Dash()
100 int32_t nGap; member
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp280 << "[" << GetBorderDash().nDash << " " << GetBorderDash().nGap in GetThisAppearanceStream()
416 gsd.m_DashArray[1] = (FX_FLOAT)GetBorderDash().nGap; in DrawThisAppearance()
DPWL_Utils.cpp900 << " [" << dash.nDash << " " << dash.nGap << "] " in GetBorderAppStream()
1007 << "[" << dash.nDash << " " << dash.nGap << "] " in GetCircleBorderAppStream()
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp831 << " [" << dash.nDash << " " << dash.nGap << "] " in GenerateBorderAP()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1668 << "[" << dsBorder.nDash << " " << dsBorder.nGap << "] "