|
| 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) |
| |