Searched defs:theta (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
D | VectorDrawableUtils.cpp | 120 double theta, in arcToBezier() 168 inline double toRadians(float theta) { return theta * M_PI / 180;} in toRadians() 177 float theta, in drawArc()
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
D | sparse_weight_vector.cpp | 289 const double theta = abs_val_vec[curr_l0_norm - req_l0_norm]; in ReprojectL0() local 327 double theta = 0; in ReprojectL1() local
|
/frameworks/wilhelm/src/itf/ |
D | I3DMacroscopic.c | 122 SLmillidegree theta, const SLVec3D *pAxis) in I3DMacroscopic_Rotate()
|
D | I3DLocation.c | 213 static SLresult I3DLocation_Rotate(SL3DLocationItf self, SLmillidegree theta, const SLVec3D *pAxis) in I3DLocation_Rotate()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | PathParser.java | 596 float theta, in drawArc() 687 double theta, in arcToBezier()
|
/frameworks/rs/driver/runtime/ |
D | rs_quaternion.c | 152 float theta = acos(angle); in rsQuaternionSlerp() local
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 696 float y1, float a, float b, float theta, boolean isMoreThanHalf, in drawArc() 793 double b, double e1x, double e1y, double theta, double start, in arcToBezier()
|
/frameworks/wilhelm/src/android/ |
D | AudioPlayer_to_android.cpp | 310 double theta = (1000+volumeItf->mStereoPosition)*M_PI_4/1000.0f; // 0 <= theta <= Pi/2 in android_player_volumeUpdate() local
|
/frameworks/base/libs/hwui/ |
D | PathTessellator.cpp | 464 float theta = atan2(normal.y, normal.x); in storeCapAA() local
|