/external/pdfium/core/include/fpdfdoc/ |
fpdf_ap.h | 21 : nDash(dash), nGap(gap), nPhase(phase) {} 27 int32_t nPhase;
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
PWL_Wnd.h | 97 : nDash(dash), nGap(gap), nPhase(phase) {} 101 int32_t nPhase;
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_reverbdata.h | 419 * nPhase - phase angle 430 static EAS_RESULT ReverbCalculateSinCos(EAS_I16 nPhase, EAS_I16 *pnSin, EAS_I16 *pnCos);
|
eas_reverb.c | 453 * nPhase - phase angle 464 static EAS_RESULT ReverbCalculateSinCos(EAS_I16 nPhase, EAS_I16 *pnSin, EAS_I16 *pnCos) 469 // -1 <= nPhase < 1 473 nNetAngle = nPhase >> 1; [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectReverb.h | 381 * nPhase - phase angle 392 static int ReverbCalculateSinCos(int16_t nPhase, int16_t *pnSin, int16_t *pnCos);
|
EffectReverb.c | [all...] |
/external/pdfium/fpdfsdk/src/pdfwindow/ |
PWL_Edit.cpp | 281 << "] " << GetBorderDash().nPhase << " d\n"; 417 gsd.m_DashPhase = (FX_FLOAT)GetBorderDash().nPhase; [all...] |
PWL_Utils.cpp | 901 << dash.nPhase << " d\n"; [all...] |
/external/pdfium/core/src/fpdfdoc/ |
doc_ap.cpp | 832 << dash.nPhase << " d\n"; [all...] |
/external/pdfium/fpdfsdk/src/ |
fsdk_baseform.cpp | [all...] |