#define YG_EXTERN_C_END
Definition YGMacros.h:19
#define YG_EXTERN_C_BEGIN
Definition YGMacros.h:18
#define YG_EXPORT
Definition YGMacros.h:35
YG_EXPORT bool YGNodeLayoutGetHadOverflow(YGNodeConstRef node)
Definition YGNodeLayout.cpp:75
YG_EXPORT float YGNodeLayoutGetWidth(YGNodeConstRef node)
Definition YGNodeLayout.cpp:63
YG_EXPORT float YGNodeLayoutGetBottom(YGNodeConstRef node)
Definition YGNodeLayout.cpp:59
YG_EXPORT float YGNodeLayoutGetRawWidth(YGNodeConstRef node)
Definition YGNodeLayout.cpp:98
YG_EXPORT float YGNodeLayoutGetRawHeight(YGNodeConstRef node)
Definition YGNodeLayout.cpp:94
YG_EXPORT float YGNodeLayoutGetMargin(YGNodeConstRef node, YGEdge edge)
Definition YGNodeLayout.cpp:79
YG_EXPORT float YGNodeLayoutGetBorder(YGNodeConstRef node, YGEdge edge)
Definition YGNodeLayout.cpp:84
YG_EXPORT float YGNodeLayoutGetTop(YGNodeConstRef node)
Definition YGNodeLayout.cpp:51
YG_EXPORT float YGNodeLayoutGetHeight(YGNodeConstRef node)
Definition YGNodeLayout.cpp:67
YG_EXTERN_C_BEGIN YG_EXPORT float YGNodeLayoutGetLeft(YGNodeConstRef node)
Definition YGNodeLayout.cpp:47
YG_EXPORT YGDirection YGNodeLayoutGetDirection(YGNodeConstRef node)
Definition YGNodeLayout.cpp:71
YG_EXPORT float YGNodeLayoutGetPadding(YGNodeConstRef node, YGEdge edge)
Definition YGNodeLayout.cpp:89
YG_EXPORT float YGNodeLayoutGetRight(YGNodeConstRef node)
Definition YGNodeLayout.cpp:55