slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
命名空间 | 函数
CaptureTree.cpp 文件参考
#include <cassert>
#include <fstream>
#include <capture/CaptureTree.h>
#include <capture/NodeToString.h>
#include <nlohmann/json.hpp>
CaptureTree.cpp 的引用(Include)关系图:

命名空间

namespace  facebook
 
namespace  facebook::yoga
 

函数

static void facebook::yoga::captureTree (std::string_view serializedTree, const std::filesystem::path &path)
 
static SerializedMeasureFuncMapfacebook::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)