Searched refs:nodeOffset (Results 1 – 4 of 4) sorted by relevance
995 …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,
81 uint32_t nodeOffset() const;
11934 VkDeviceSize nodeOffset = 0; in FreeAtOffset() local11940 if(offset < nodeOffset + nextLevelSize) in FreeAtOffset()11947 nodeOffset += nextLevelSize; in FreeAtOffset()
2850 uint32_t ExportEntry::nodeOffset() const { in nodeOffset() function in ExportEntry