Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h72 CPWL_Dash() : nDash(0), nGap(0), nPhase(0) {} in CPWL_Dash()
74 : nDash(dash), nGap(gap), nPhase(phase) {} in CPWL_Dash()
78 nGap = 0; in Reset()
83 int32_t nGap; member
Dcpwl_edit.cpp204 static_cast<float>(GetBorderDash().nGap)}; in DrawThisAppearance()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp43 : nDash(dash), nGap(gap), nPhase(phase) {} in CPVT_Dash()
46 int32_t nGap; member
239 << " [" << dash.nDash << " " << dash.nGap << "] " in GenerateBorderAP()
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp451 << "[" << dash.nDash << " " << dash.nGap << "] " in GetCircleBorderAppStream()
965 << dash.nDash << " " << dash.nGap << "] " << dash.nPhase in GetBorderAppStreamInternal()
1858 << "[" << dsBorder.nDash << " " << dsBorder.nGap << "] " in SetAsTextField()