OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Deg2Rad
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/base/
math_util.h
77
static double
Deg2Rad
(double deg) { return deg * kPiDouble / 180.0; }
80
static float
Deg2Rad
(float deg) { return deg * kPiFloat / 180.0f; }
/external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc
[
all
...]
Completed in 30 milliseconds