Home
last modified time | relevance | path

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

/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.cpp204 void Sk3DView::rotateX(SkScalar deg) { in rotateX()
208 void Sk3DView::rotateY(SkScalar deg) { in rotateY()
212 void Sk3DView::rotateZ(SkScalar deg) { in rotateZ()
/third_party/skia/modules/canvaskit/
Dutil.js12 function degreesToRadians(deg) { argument
/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/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
/third_party/flutter/skia/tools/viewer/
DViewer.cpp1650 float deg = fRotation; in drawImGui() local
/third_party/skia/tools/viewer/
DViewer.cpp2062 float deg = fRotation; in drawImGui() local
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c2141 #define HASH_SET_DEGREE(bit, elem, deg) \ argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1079 Constant deg(5.72957795e+1f, 5.72957795e+1f, 5.72957795e+1f, 5.72957795e+1f); in visitUnary() local
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1150 return unary(args[0], [](skvm::F32 deg) { return deg * (SK_FloatPI / 180); }); in writeIntrinsicCall()
/third_party/node/tools/
Dlint-md.mjs36151 deg: '°', property
/third_party/typescript/lib/
Dtsc.js74314 deg: 0x00B0, property
DtypingsInstaller.js89223 deg: 0x00B0, property
Dtypescript.js89428 deg: 0x00B0, property
DtypescriptServices.js89428 deg: 0x00B0, property
Dtsserverlibrary.js89428 deg: 0x00B0, property
Dtsserver.js89234 deg: 0x00B0, property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82565 static nsIAtom* deg; member in nsGkAtoms