Searched defs:phase (Results 1 – 7 of 7) 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/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/base/services/audioflinger/ |
D | AudioResamplerSinc.cpp | 305 int32_t& l, int32_t& r, uint32_t phase, int16_t const *samples) in filterCoefficient()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1562 for (size_t phase=0; phase<2; phase++) { in addIncludedResources() local
|