Home
last modified time | relevance | path

Searched defs:xAxis (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/tools/heap-layout/
Dheap-size-trend-viewer.mjs157 xAxis: 0, property
245 xAxis: { property
Dheap-layout-viewer.mjs195 xAxis: { property
/third_party/skia/tests/
DPoint3Test.cpp52 const SkPoint3 xAxis = SkPoint3::Make(1.0f, 0.0f, 0.0f); in test_dot() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawNegativeViewportHeightTests.cpp717 const OffScreenAxisCase xAxis; member
844 const auto xAxis = OffScreenViewportCase::genAxis(rnd, m_params.xAxis); in iterate() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h307 vec3 xAxis = Cross(up, zAxis).Normalized(); in LookAt() local
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp343 SearchAxis xAxis, double* validRoots) const { in searchRoots()