Home
last modified time | relevance | path

Searched defs:deg (Results 1 – 25 of 39) sorted by relevance

12

/third_party/flutter/glfw/examples/
Dboing.c117 GLfloat TruncateDeg( GLfloat deg ) in TruncateDeg()
129 double deg2rad( double deg ) in deg2rad()
137 double sin_deg( double deg ) in sin_deg()
145 double cos_deg( double deg ) in cos_deg()
387 GLfloat deg; in BounceBall() local
/third_party/skia/src/utils/
DSkCamera.cpp206 void Sk3DView::rotateX(SkScalar deg) { in rotateX()
210 void Sk3DView::rotateY(SkScalar deg) { in rotateY()
214 void Sk3DView::rotateZ(SkScalar deg) { in rotateZ()
/third_party/skia/modules/canvaskit/
Dutil.js12 function degreesToRadians(deg) { argument
/third_party/boost/libs/geometry/test/strategies/
Dandoyer.cpp42 double make_deg(double deg, double min, double sec) in make_deg()
47 double to_rad(double deg) in to_rad()
57 double normlized_deg(double deg) in normlized_deg()
Dvincenty.cpp42 void normalize_deg(T & deg) in normalize_deg()
81 double azimuth(double deg, double min, double sec) in azimuth()
95 double azimuth(double deg, double min) in azimuth()
/third_party/boost/libs/random/example/
Drandom_demo.cpp99 boost::variate_generator<base_generator_type&, boost::uniform_int<> > deg(generator, degen_dist); in main() local
/third_party/boost/libs/graph/example/
Dsloan_ordering.cpp109 property_map< Graph, vertex_degree_t >::type deg = get(vertex_degree, G); in main() local
Dking_ordering.cpp65 property_map< Graph, vertex_degree_t >::type deg = get(vertex_degree, G); in main() local
Dcuthill_mckee_ordering.cpp65 property_map< Graph, vertex_degree_t >::type deg = get(vertex_degree, G); in main() local
/third_party/boost/libs/graph/test/
Dking_ordering.cpp65 property_map< Graph, vertex_degree_t >::type deg = get(vertex_degree, G); in main() local
Dcuthill_mckee_ordering.cpp65 property_map< Graph, vertex_degree_t >::type deg = get(vertex_degree, G); in main() local
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_datums.hpp70 double deg; member
/third_party/flutter/skia/src/utils/
DSkCamera.cpp365 void Sk3DView::rotateX(SkScalar deg) { in rotateX()
369 void Sk3DView::rotateY(SkScalar deg) { in rotateY()
373 void Sk3DView::rotateZ(SkScalar deg) { in rotateZ()
/third_party/boost/libs/geometry/test/formulas/
Dtest_formula.hpp19 void normalize_deg(double & deg) in normalize_deg()
/third_party/boost/boost/graph/
Dcuthill_mckee_ordering.hpp33 bfs_rcm_visitor(OutputIterator* iter, Buffer* b, DegreeMap deg) in bfs_rcm_visitor()
Dmake_maximal_planar.hpp92 degree_size_t deg = get(degree, *fi); in end_face() local
Dking_ordering.hpp32 PseudoDegreeMap deg, std::vector< int > loc, VecMap color, in bfs_king_visitor()
/third_party/boost/boost/graph/detail/
Dsparse_ordering.hpp57 inline rcm_queue(DegreeMap deg) in rcm_queue()
/third_party/flutter/skia/modules/canvaskit/
Dhelper.js49 function degreesToRadians(deg) { argument
/third_party/skia/gm/
Daddarc.cpp94 for (SkScalar deg = 0; deg < 360; deg += 10) { variable
/third_party/skia/include/core/
DSkMatrix.h96 static SkMatrix SK_WARN_UNUSED_RESULT RotateDeg(SkScalar deg) { in RotateDeg()
101 static SkMatrix SK_WARN_UNUSED_RESULT RotateDeg(SkScalar deg, SkPoint pt) { in RotateDeg()
/third_party/flutter/skia/gm/
Daddarc.cpp94 for (SkScalar deg = 0; deg < 360; deg += 10) { variable
/third_party/flutter/skia/src/core/
DSkPicturePlayback.cpp573 auto deg = reader->readScalar(); in handleOp() local
/third_party/skia/src/core/
DSkPicturePlayback.cpp626 auto deg = reader->readScalar(); in handleOp() local
/third_party/skia/samplecode/
DSampleVariableWidthStroker.cpp894 const int deg = lut[static_cast<uint8_t>(seg.fVerb)]; in segmentDegree() local
1258 const int deg = E.degree(); in drawErrorCurve() local

12