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

命名空间

namespace  facebook
 
namespace  facebook::yoga
 

函数

static void facebook::yoga::appendFloatIfNotDefault (json &j, std::string_view key, float num, float defaultNum)
 
static void facebook::yoga::appendYGValueIfNotDefault (json &j, std::string_view key, const YGValue &value, const YGValue &defaultValue)
 
static void facebook::yoga::appendEnumValueIfNotDefault (json &j, std::string_view key, std::string_view value, std::string_view defaultValue)
 
static void facebook::yoga::appendBoolIfNotDefault (json &j, std::string_view key, bool value, bool defaultValue)
 
template<auto Field>
static void facebook::yoga::appendEdges (json &j, const std::string &key, YGNodeRef node, YGNodeRef defaultNode)
 
static YGValue facebook::yoga::borderFloatToYGValue (YGNodeRef node, YGEdge edge)
 
static void facebook::yoga::serializeMeasureFuncResults (json &j, std::vector< SerializedMeasureFunc > &measureFuncs)
 
static void facebook::yoga::serializeTreeImpl (json &j, SerializedMeasureFuncMap &nodesToMeasureFuncs, YGNodeRef node, PrintOptions options)
 
void facebook::yoga::serializeTree (json &j, SerializedMeasureFuncMap &nodesToMeasureFuncs, YGNodeRef node, PrintOptions options)
 
void facebook::yoga::serializeLayoutInputs (json &j, float availableWidth, float availableHeight, YGDirection ownerDirection)