Searched refs:xAxis (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/tests/ |
D | Point3Test.cpp | 52 const SkPoint3 xAxis = SkPoint3::Make(1.0f, 0.0f, 0.0f); in test_dot() local 56 SkScalar dot = xAxis.dot(yAxis); in test_dot() 62 dot = zAxis.dot(xAxis); in test_dot() 73 dot = xAxis.dot(v); in test_dot()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | Common.h | 307 vec3 xAxis = Cross(up, zAxis).Normalized(); in LookAt() local 308 vec3 yAxis = Cross(zAxis, xAxis); in LookAt() 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/node/deps/v8/tools/heap-layout/ |
D | heap-size-trend-viewer.mjs | 157 xAxis: 0, property 191 this.chartSeriesData[0].markLine.data[0].xAxis = index; 245 xAxis: { property
|
D | heap-layout-viewer.mjs | 195 xAxis: { property
|
/third_party/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 32 SearchAxis xAxis) const { in binarySearch() 36 double calcPos = (&cubicAtT.fX)[xAxis]; in binarySearch() 45 double lessDist = (&lessPt.fX)[xAxis] - axisIntercept; in binarySearch() 64 double moreDist = (&morePt.fX)[xAxis] - axisIntercept; in binarySearch() 72 calcPos = (&cubicAtT.fX)[xAxis]; in binarySearch() 343 SearchAxis xAxis, double* validRoots) const { in searchRoots() argument 356 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots()
|
D | SkPathOpsCubic.h | 47 double binarySearch(double min, double max, double axisIntercept, SearchAxis xAxis) const; 95 SearchAxis xAxis, double* validRoots) const;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/ |
D | katex.mjs | 958 // Arrows for \ce{<-->} are offset from xAxis by 0.22ex, per mhchem in LaTeX
|