Home
last modified time | relevance | path

Searched defs:theta (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp120 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/
Dsparse_weight_vector.cpp289 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/
DI3DMacroscopic.c122 SLmillidegree theta, const SLVec3D *pAxis) in I3DMacroscopic_Rotate()
DI3DLocation.c213 static SLresult I3DLocation_Rotate(SL3DLocationItf self, SLmillidegree theta, const SLVec3D *pAxis) in I3DLocation_Rotate()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DPathParser.java596 float theta, in drawArc()
687 double theta, in arcToBezier()
/frameworks/rs/driver/runtime/
Drs_quaternion.c152 float theta = acos(angle); in rsQuaternionSlerp() local
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java696 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/
DAudioPlayer_to_android.cpp310 double theta = (1000+volumeItf->mStereoPosition)*M_PI_4/1000.0f; // 0 <= theta <= Pi/2 in android_player_volumeUpdate() local
/frameworks/base/libs/hwui/
DPathTessellator.cpp464 float theta = atan2(normal.y, normal.x); in storeCapAA() local