Searched refs:nPhase (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_wnd.h | 67 CPWL_Dash() : nDash(0), nGap(0), nPhase(0) {} in CPWL_Dash() 69 : nDash(dash), nGap(gap), nPhase(phase) {} in CPWL_Dash() 74 nPhase = 0; in Reset() 79 int32_t nPhase; member
|
D | cpwl_edit.cpp | 247 gsd.m_DashPhase = (float)GetBorderDash().nPhase; in DrawThisAppearance()
|
D | cpwl_appstream.cpp | 448 << dash.nPhase << " " << kSetDashOperator << "\n" in GetCircleBorderAppStream() 969 << dash.nDash << " " << dash.nGap << "] " << dash.nPhase in GetBorderAppStreamInternal() 1864 << dsBorder.nPhase << " " << kSetDashOperator << "\n"; in SetAsTextField()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_reverbdata.h | 430 static EAS_RESULT ReverbCalculateSinCos(EAS_I16 nPhase, EAS_I16 *pnSin, EAS_I16 *pnCos);
|
D | eas_reverb.c | 464 static EAS_RESULT ReverbCalculateSinCos(EAS_I16 nPhase, EAS_I16 *pnSin, EAS_I16 *pnCos) in ReverbCalculateSinCos() argument 473 nNetAngle = nPhase >> 1; in ReverbCalculateSinCos()
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_generateap.cpp | 34 : nDash(dash), nGap(gap), nPhase(phase) {} in CPVT_Dash() 38 int32_t nPhase; member 230 << dash.nPhase << " d\n"; in GenerateBorderAP()
|