Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h62 CPWL_Dash() : nDash(0), nGap(0), nPhase(0) {} in CPWL_Dash()
64 : nDash(dash), nGap(gap), nPhase(phase) {} in CPWL_Dash()
67 nDash = 0; in Reset()
72 int32_t nDash; member
Dcpwl_edit.cpp185 gsd.m_DashArray = {static_cast<float>(GetBorderDash().nDash), in DrawThisAppearance()
/external/pdfium/core/fpdfdoc/
Dcpdf_generateap.cpp44 : nDash(dash), nGap(gap), nPhase(phase) {} in CPVT_Dash()
46 int32_t nDash; member
239 << " [" << dash.nDash << " " << dash.nGap << "] " in GenerateBorderAP()
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp484 << "[" << dash.nDash << " " << dash.nGap << "] " in GetCircleBorderAppStream()
976 << dash.nDash << " " << dash.nGap << "] " << dash.nPhase in GetBorderAppStreamInternal()
1783 << dsBorder.nDash << " " << dsBorder.nGap << "] " in SetAsTextField()
/external/sqlite/dist/orig/
Dshell.c13147 const int nDash = sizeof(zDash) - 1; in print_dashes() local
13148 while( N>nDash ){ in print_dashes()
13150 N -= nDash; in print_dashes()
14276 const int nDash = sizeof(zDash) - 1; in print_box_line() local
14278 while( N>nDash ){ in print_box_line()
14280 N -= nDash; in print_box_line()
/external/sqlite/dist/
Dshell.c13152 const int nDash = sizeof(zDash) - 1; in print_dashes() local
13153 while( N>nDash ){ in print_dashes()
13155 N -= nDash; in print_dashes()
14281 const int nDash = sizeof(zDash) - 1; in print_box_line() local
14283 while( N>nDash ){ in print_box_line()
14285 N -= nDash; in print_box_line()