|
| static void | facebook::yoga::captureTree (std::string_view serializedTree, const std::filesystem::path &path) |
| |
| static SerializedMeasureFuncMap & | facebook::yoga::currentSerializedMeasureFuncMap () |
| |
| static void | facebook::yoga::dirtyTree (YGNodeRef node) |
| |
| void | facebook::yoga::YGNodeCalculateLayoutWithCapture (YGNodeRef node, float availableWidth, float availableHeight, YGDirection ownerDirection, const std::filesystem::path &path) |
| |
| void | facebook::yoga::captureMeasureFunc (YGNodeConstRef node, float width, YGMeasureMode widthMode, float height, YGMeasureMode heightMode, YGSize output, std::chrono::steady_clock::duration durationNs) |
| |