Searched defs:phase (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | DashPathEffect.java | 34 public DashPathEffect(float intervals[], float phase) { in DashPathEffect() 41 private static native int nativeCreate(float intervals[], float phase); in nativeCreate()
|
D | PathDashPathEffect.java | 42 public PathDashPathEffect(Path shape, float advance, float phase, in PathDashPathEffect() 49 float phase, int native_style); in nativeCreate()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | DashPathEffect_Delegate.java | 76 /*package*/ static int nativeCreate(float intervals[], float phase) { in nativeCreate() 83 private DashPathEffect_Delegate(float intervals[], float phase) { in DashPathEffect_Delegate()
|
D | PathDashPathEffect_Delegate.java | 65 /*package*/ static int nativeCreate(int native_path, float advance, float phase, in nativeCreate()
|
/frameworks/native/services/surfaceflinger/ |
D | DispSync.cpp | 72 void updateModel(nsecs_t period, nsecs_t phase) { in updateModel() 155 status_t addEventListener(nsecs_t phase, const sp<DispSync::Callback>& callback) { in addEventListener() 258 nsecs_t phase = mPhase + listener.mPhase; in computeListenerNextEventTimeLocked() local 391 status_t DispSync::addEventListener(nsecs_t phase, in addEventListener()
|
/frameworks/base/core/jni/android/graphics/ |
D | PathEffect.cpp | 29 jfloatArray intervalArray, float phase) { in Dash_constructor() 43 const SkPath* shape, float advance, float phase, int style) { in OneD_constructor()
|
/frameworks/av/services/audioflinger/ |
D | AudioResamplerSinc.cpp | 638 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL) in filterCoefficient()
|
/frameworks/av/media/libstagefright/chromium_http/ |
D | support.cpp | 219 EventPhase phase, in AddEntry()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1685 for (size_t phase=0; phase<2; phase++) { in addIncludedResources() local
|