Home
last modified time | relevance | path

Searched refs:nodeOffset (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtime_picker.dart995 …final Offset nodeOffset = getOffsetForTheta(labelTheta, ring) + Offset(-width / 2.0, -height / 2.0…
999 nodeOffset.dx - 24.0 + width / 2,
1000 nodeOffset.dy - 24.0 + height / 2,
1001 nodeOffset.dx + 24.0 + width / 2,
1002 nodeOffset.dy + 24.0 + height / 2,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h81 uint32_t nodeOffset() const;
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h11934 VkDeviceSize nodeOffset = 0; in FreeAtOffset() local
11940 if(offset < nodeOffset + nextLevelSize) in FreeAtOffset()
11947 nodeOffset += nextLevelSize; in FreeAtOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2850 uint32_t ExportEntry::nodeOffset() const { in nodeOffset() function in ExportEntry