Home
last modified time | relevance | path

Searched refs:yAxis (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/tests/
DPoint3Test.cpp53 const SkPoint3 yAxis = SkPoint3::Make(0.0f, 1.0f, 0.0f); in test_dot() local
56 SkScalar dot = xAxis.dot(yAxis); in test_dot()
59 dot = yAxis.dot(zAxis); in test_dot()
76 dot = yAxis.dot(v); in test_dot()
/third_party/flutter/skia/tests/
DPoint3Test.cpp53 const SkPoint3 yAxis = SkPoint3::Make(0.0f, 1.0f, 0.0f); in test_dot() local
56 SkScalar dot = xAxis.dot(yAxis); in test_dot()
59 dot = yAxis.dot(zAxis); in test_dot()
76 dot = yAxis.dot(v); in test_dot()
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h308 vec3 yAxis = Cross(zAxis, xAxis); in LookAt() local
310 xAxis.x, yAxis.x, zAxis.x, 0.0f, in LookAt()
311 xAxis.y, yAxis.y, zAxis.y, 0.0f, in LookAt()
312 xAxis.z, yAxis.z, zAxis.z, 0.0f, in LookAt()
313 -Dot(xAxis, eye), -Dot(yAxis, eye), -Dot(zAxis, eye), 1.0f); in LookAt()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/iphoneos/
DSDL_sysjoystick.m495 (Sint16) (gamepad.leftThumbstick.yAxis.value * -32767),
498 (Sint16) (gamepad.rightThumbstick.yAxis.value * -32767),
550 (Sint16) (gamepad.dpad.yAxis.value * -32767),
/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp46 static void shrink_irect_by_2(SkIRect* rect, bool xAxis, bool yAxis) { in shrink_irect_by_2() argument
52 if (yAxis) { in shrink_irect_by_2()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp1264 Int yAxis = SignMask(yMajor); in cubeFace() local
1271 faces |= *Pointer<Int>(constants + OFFSET(Constants, transposeBit1) + yAxis * 4); in cubeFace()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp1602 Int yAxis = SignMask(yMajor); in cubeFace() local
1609 face[0] |= *Pointer<Int>(constants + OFFSET(Constants,transposeBit1) + yAxis * 4); in cubeFace()