Searched defs:toRadians (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DVectorDrawableUtils.cpp168 inline double toRadians(float theta) { return theta * M_PI / 180;} function in namespace:android::uirenderer
182 double thetaD = toRadians(theta);

Completed in 71 milliseconds